Trace number 4302664

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 254.205 159.432

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-50_c18.xml
MD5SUM65d9088e6e3c6b500cf18d234bd8e6c7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark174
Best CPU time to get the best result obtained on this benchmark252.072
Satisfiable
(Un)Satisfiability was proved
Number of variables5000
Number of constraints409201
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":5000}]
Minimum variable degree149
Maximum variable degree198
Distribution of variable degrees[{"degree":149,"count":196},{"degree":150,"count":196},{"degree":151,"count":188},{"degree":152,"count":188},{"degree":153,"count":180},{"degree":154,"count":180},{"degree":155,"count":172},{"degree":156,"count":172},{"degree":157,"count":164},{"degree":158,"count":164},{"degree":159,"count":156},{"degree":160,"count":156},{"degree":161,"count":148},{"degree":162,"count":148},{"degree":163,"count":140},{"degree":164,"count":140},{"degree":165,"count":132},{"degree":166,"count":132},{"degree":167,"count":124},{"degree":168,"count":124},{"degree":169,"count":116},{"degree":170,"count":116},{"degree":171,"count":108},{"degree":172,"count":108},{"degree":173,"count":100},{"degree":174,"count":100},{"degree":175,"count":92},{"degree":176,"count":92},{"degree":177,"count":84},{"degree":178,"count":84},{"degree":179,"count":76},{"degree":180,"count":76},{"degree":181,"count":68},{"degree":182,"count":68},{"degree":183,"count":60},{"degree":184,"count":60},{"degree":185,"count":52},{"degree":186,"count":52},{"degree":187,"count":44},{"degree":188,"count":44},{"degree":189,"count":36},{"degree":190,"count":36},{"degree":191,"count":28},{"degree":192,"count":28},{"degree":193,"count":20},{"degree":194,"count":20},{"degree":195,"count":12},{"degree":196,"count":12},{"degree":197,"count":4},{"degree":198,"count":4}]
Minimum constraint arity2
Maximum constraint arity5000
Distribution of constraint arities[{"arity":2,"count":409200},{"arity":5000,"count":1}]
Number of extensional constraints0
Number of intensional constraints409200
Distribution of constraint types[{"type":"intension","count":409200},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302664-1532898056/watcher-4302664-1532898056 -o /tmp/evaluation-result-4302664-1532898056/solver-4302664-1532898056 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1433984135 -superng HOME/instance-4302664-1532898056.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=29689, runsolver pid=29686
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 1.53 1.66 1.74 3/207 29746
/proc/meminfo: memFree=25195684/32770624 swapFree=67108860/67108860
[pid=29689] ppid=29686 vsize=10021560 memory=18856 CPUtime=0.08 cores=1,3,5,7
/proc/29689/stat : 29689 (java) S 29686 29689 13514 0 -1 1077944320 4337 12908 0 0 1 0 4 3 20 0 6 0 107368823 10262077440 4714 33554432000 4194304 4196468 140736204636640 140736204619184 140109833465591 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
/proc/29689/statm: 2505390 4714 1972 1 0 2493828 0
[pid=29689/tid=29742] ppid=29686 vsize=10021560 memory=4279135704013833615 CPUtime=0.08 cores=1,3,5,7
/proc/29689/task/29742/stat : 29742 (java) R 29686 29689 13514 0 -1 4202560 2146 12908 0 0 1 0 4 3 20 0 6 0 107368831 10262077440 4714 33554432000 4194304 4196468 140736204636640 140109805302352 140109818978301 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29743] ppid=29686 vsize=10021560 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29743/stat : 29743 (java) S 29686 29689 13514 0 -1 1077944384 1 12908 0 0 0 0 4 3 20 0 6 0 107368832 10262077440 4714 33554432000 4194304 4196468 140736204636640 140109837708304 140109833475797 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29744] ppid=29686 vsize=10021560 memory=140656777111168 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29744/stat : 29744 (java) S 29686 29689 13514 0 -1 1077944384 2 12908 0 0 0 0 4 3 20 0 6 0 107368832 10262077440 4714 33554432000 4194304 4196468 140736204636640 140109692427408 140109833475797 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29745] ppid=29686 vsize=10021560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29745/stat : 29745 (java) S 29686 29689 13514 0 -1 1077944384 1 12908 0 0 0 0 4 3 20 0 6 0 107368832 10262077440 4714 33554432000 4194304 4196468 140736204636640 140109691374352 140109833475797 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29746] ppid=29686 vsize=10022588 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29746/stat : 29746 (java) S 29686 29689 13514 0 -1 1077944384 2 12908 0 0 0 0 4 3 20 0 6 0 107368832 10263130112 4714 33554432000 4194304 4196468 140736204636640 140109690321808 140109833475797 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29747] ppid=29686 vsize=10022588 memory=140656777111168 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29747/stat : 29747 (java) R 29686 29689 13514 0 -1 4202560 0 12908 0 0 0 0 4 3 20 0 7 0 107368834 10263130112 4714 33554432000 4194304 4196468 140736204636640 140109805302352 140109826205441 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10021560 KiB
Current children cumulated memory: 18856 KiB

[startup+0.209891 s]*
/proc/loadavg: 1.53 1.66 1.74 3/216 29755
/proc/meminfo: memFree=25174060/32770624 swapFree=67108860/67108860
[pid=29689] ppid=29686 vsize=10982776 memory=48068 CPUtime=0.26 cores=1,3,5,7
/proc/29689/stat : 29689 (java) S 29686 29689 13514 0 -1 1077944320 8860 12908 0 0 17 2 4 3 20 0 15 0 107368823 11246362624 12017 33554432000 4194304 4196468 140736204636640 140736204619184 140109833465591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
/proc/29689/statm: 2745694 12017 2945 1 0 2708117 0
[pid=29689/tid=29742] ppid=29686 vsize=10982776 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/29689/task/29742/stat : 29742 (java) R 29686 29689 13514 0 -1 4202560 5525 12908 0 0 10 1 4 3 20 0 15 0 107368831 11246362624 12083 33554432000 4194304 4196468 140736204636640 140109805290400 140109826145309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29743] ppid=29686 vsize=10982776 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29743/stat : 29743 (java) S 29686 29689 13514 0 -1 1077944384 1 12908 0 0 0 0 4 3 20 0 15 0 107368832 11246362624 12149 33554432000 4194304 4196468 140736204636640 140109837708304 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29744] ppid=29686 vsize=10982776 memory=3834170903768344224 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29744/stat : 29744 (java) S 29686 29689 13514 0 -1 1077944384 2 12908 0 0 0 0 4 3 20 0 15 0 107368832 11246362624 12149 33554432000 4194304 4196468 140736204636640 140109692427408 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29745] ppid=29686 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29745/stat : 29745 (java) S 29686 29689 13514 0 -1 1077944384 1 12908 0 0 0 0 4 3 20 0 15 0 107368832 11246362624 12149 33554432000 4194304 4196468 140736204636640 140109691374352 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29746] ppid=29686 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29746/stat : 29746 (java) S 29686 29689 13514 0 -1 1077944384 2 12908 0 0 0 0 4 3 20 0 15 0 107368832 11246362624 12149 33554432000 4194304 4196468 140736204636640 140109690321808 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29747] ppid=29686 vsize=10982776 memory=140656777111168 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29747/stat : 29747 (java) S 29686 29689 13514 0 -1 1077944384 2 12908 0 0 0 0 4 3 20 0 15 0 107368834 11246362624 12215 33554432000 4194304 4196468 140736204636640 140109259147504 140109833476738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29748] ppid=29686 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29748/stat : 29748 (java) S 29686 29689 13514 0 -1 1077944384 13 12908 0 0 0 0 4 3 20 0 15 0 107368834 11246362624 12215 33554432000 4194304 4196468 140736204636640 140108678292640 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29749] ppid=29686 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29749/stat : 29749 (java) S 29686 29689 13514 0 -1 1077944384 1 12908 0 0 0 0 4 3 20 0 15 0 107368834 11246362624 12215 33554432000 4194304 4196468 140736204636640 140108476965616 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29750] ppid=29686 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29750/stat : 29750 (java) S 29686 29689 13514 0 -1 1077944384 3 12908 0 0 0 0 4 3 20 0 15 0 107368837 11246362624 12215 33554432000 4194304 4196468 140736204636640 140108169566160 140109833484187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29751] ppid=29686 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29689/task/29751/stat : 29751 (java) S 29686 29689 13514 0 -1 1077944384 362 12908 0 0 1 0 4 3 20 0 15 0 107368837 11246329856 12268 33554432000 4194304 4196468 140736204636640 140109258095344 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29752] ppid=29686 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29752/stat : 29752 (java) S 29686 29689 13514 0 -1 1077944384 250 12908 0 0 0 0 4 3 20 0 15 0 107368837 11246329856 12268 33554432000 4194304 4196468 140736204636640 140109257042800 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29753] ppid=29686 vsize=10982744 memory=140656777111168 CPUtime=0.1 cores=1,3,5,7
/proc/29689/task/29753/stat : 29753 (java) S 29686 29689 13514 0 -1 1077944384 616 12908 0 0 3 0 4 3 20 0 15 0 107368837 11246329856 12268 33554432000 4194304 4196468 140736204636640 140109255989744 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29754] ppid=29686 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29754/stat : 29754 (java) S 29686 29689 13514 0 -1 1077944384 3 12908 0 0 0 0 4 3 20 0 15 0 107368837 11246329856 12268 33554432000 4194304 4196468 140736204636640 140107738770272 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29755] ppid=29686 vsize=10982744 memory=140656777111168 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29755/stat : 29755 (java) S 29686 29689 13514 0 -1 1077944384 1 12908 0 0 0 0 4 3 20 0 15 0 107368837 11246329856 12268 33554432000 4194304 4196468 140736204636640 140109254937136 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982776 KiB
Current children cumulated memory: 48068 KiB

[startup+0.310201 s]*
/proc/loadavg: 1.53 1.66 1.74 3/216 29755
/proc/meminfo: memFree=25160664/32770624 swapFree=67108860/67108860
[pid=29689] ppid=29686 vsize=10983192 memory=56948 CPUtime=0.39 cores=1,3,5,7
/proc/29689/stat : 29689 (java) S 29686 29689 13514 0 -1 1077944320 10330 12908 0 0 29 3 4 3 20 0 15 0 107368823 11246788608 14237 33554432000 4194304 4196468 140736204636640 140736204619184 140109833465591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
/proc/29689/statm: 2745798 14237 3064 1 0 2708109 0
[pid=29689/tid=29742] ppid=29686 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/29689/task/29742/stat : 29742 (java) R 29686 29689 13514 0 -1 4202560 6868 12908 0 0 20 2 4 3 20 0 15 0 107368831 11246788608 14237 33554432000 4194304 4196468 140736204636640 140109805277600 140109816652400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29743] ppid=29686 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29743/stat : 29743 (java) S 29686 29689 13514 0 -1 1077944384 1 12908 0 0 0 0 4 3 20 0 15 0 107368832 11246788608 14237 33554432000 4194304 4196468 140736204636640 140109837708304 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29744] ppid=29686 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29744/stat : 29744 (java) S 29686 29689 13514 0 -1 1077944384 2 12908 0 0 0 0 4 3 20 0 15 0 107368832 11246788608 14237 33554432000 4194304 4196468 140736204636640 140109692427408 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29745] ppid=29686 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29745/stat : 29745 (java) S 29686 29689 13514 0 -1 1077944384 1 12908 0 0 0 0 4 3 20 0 15 0 107368832 11246788608 14237 33554432000 4194304 4196468 140736204636640 140109691374352 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29746] ppid=29686 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29746/stat : 29746 (java) S 29686 29689 13514 0 -1 1077944384 2 12908 0 0 0 0 4 3 20 0 15 0 107368832 11246788608 14237 33554432000 4194304 4196468 140736204636640 140109690321808 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29747] ppid=29686 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29747/stat : 29747 (java) S 29686 29689 13514 0 -1 1077944384 2 12908 0 0 0 0 4 3 20 0 15 0 107368834 11246788608 14237 33554432000 4194304 4196468 140736204636640 140109259147504 140109833476738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29748] ppid=29686 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29748/stat : 29748 (java) S 29686 29689 13514 0 -1 1077944384 13 12908 0 0 0 0 4 3 20 0 15 0 107368834 11246788608 14237 33554432000 4194304 4196468 140736204636640 140108678292640 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29749] ppid=29686 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29749/stat : 29749 (java) S 29686 29689 13514 0 -1 1077944384 1 12908 0 0 0 0 4 3 20 0 15 0 107368834 11246788608 14237 33554432000 4194304 4196468 140736204636640 140108476965616 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29750] ppid=29686 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29750/stat : 29750 (java) S 29686 29689 13514 0 -1 1077944384 3 12908 0 0 0 0 4 3 20 0 15 0 107368837 11246788608 14237 33554432000 4194304 4196468 140736204636640 140108169566160 140109833484187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29751] ppid=29686 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29689/task/29751/stat : 29751 (java) S 29686 29689 13514 0 -1 1077944384 362 12908 0 0 1 0 4 3 20 0 15 0 107368837 11246788608 14237 33554432000 4194304 4196468 140736204636640 140109258095344 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29752] ppid=29686 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29689/task/29752/stat : 29752 (java) S 29686 29689 13514 0 -1 1077944384 253 12908 0 0 1 0 4 3 20 0 15 0 107368837 11246788608 14237 33554432000 4194304 4196468 140736204636640 140109257042800 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29753] ppid=29686 vsize=10983192 memory=140656777111168 CPUtime=0.12 cores=1,3,5,7
/proc/29689/task/29753/stat : 29753 (java) S 29686 29689 13514 0 -1 1077944384 624 12908 0 0 5 0 4 3 20 0 15 0 107368837 11246788608 14237 33554432000 4194304 4196468 140736204636640 140109255989744 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29754] ppid=29686 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29754/stat : 29754 (java) S 29686 29689 13514 0 -1 1077944384 3 12908 0 0 0 0 4 3 20 0 15 0 107368837 11246788608 14237 33554432000 4194304 4196468 140736204636640 140107738770272 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29755] ppid=29686 vsize=10983192 memory=140656777111168 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29755/stat : 29755 (java) S 29686 29689 13514 0 -1 1077944384 1 12908 0 0 0 0 4 3 20 0 15 0 107368837 11246788608 14237 33554432000 4194304 4196468 140736204636640 140109254937136 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56948 KiB

[startup+0.700788 s]
/proc/loadavg: 1.53 1.66 1.74 3/216 29755
/proc/meminfo: memFree=25152228/32770624 swapFree=67108860/67108860
[pid=29689] ppid=29686 vsize=10983192 memory=89424 CPUtime=0.99 cores=1,3,5,7
/proc/29689/stat : 29689 (java) S 29686 29689 13514 0 -1 1077944320 16395 12908 0 0 86 6 4 3 20 0 15 0 107368823 11246788608 22356 33554432000 4194304 4196468 140736204636640 140736204619184 140109833465591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
/proc/29689/statm: 2745798 22356 3247 1 0 2708109 0
[pid=29689/tid=29742] ppid=29686 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/29689/task/29742/stat : 29742 (java) R 29686 29689 13514 0 -1 4202560 11875 12908 0 0 55 4 4 3 20 0 15 0 107368831 11246788608 22356 33554432000 4194304 4196468 140736204636640 140109805286416 140109818631136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29743] ppid=29686 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29743/stat : 29743 (java) S 29686 29689 13514 0 -1 1077944384 1 12908 0 0 0 0 4 3 20 0 15 0 107368832 11246788608 22356 33554432000 4194304 4196468 140736204636640 140109837708304 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29744] ppid=29686 vsize=10983192 memory=2 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29744/stat : 29744 (java) S 29686 29689 13514 0 -1 1077944384 2 12908 0 0 0 0 4 3 20 0 15 0 107368832 11246788608 22356 33554432000 4194304 4196468 140736204636640 140109692427408 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29745] ppid=29686 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29745/stat : 29745 (java) S 29686 29689 13514 0 -1 1077944384 1 12908 0 0 0 0 4 3 20 0 15 0 107368832 11246788608 22356 33554432000 4194304 4196468 140736204636640 140109691374352 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29746] ppid=29686 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29746/stat : 29746 (java) S 29686 29689 13514 0 -1 1077944384 2 12908 0 0 0 0 4 3 20 0 15 0 107368832 11246788608 22356 33554432000 4194304 4196468 140736204636640 140109690321808 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29747] ppid=29686 vsize=10983192 memory=140660178944585 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29747/stat : 29747 (java) S 29686 29689 13514 0 -1 1077944384 5 12908 0 0 0 0 4 3 20 0 15 0 107368834 11246788608 22356 33554432000 4194304 4196468 140736204636640 140109259147504 140109833476738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29748] ppid=29686 vsize=10983192 memory=140660178944590 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29748/stat : 29748 (java) S 29686 29689 13514 0 -1 1077944384 13 12908 0 0 0 0 4 3 20 0 15 0 107368834 11246788608 22356 33554432000 4194304 4196468 140736204636640 140108678292640 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29749] ppid=29686 vsize=10983192 memory=140660178944592 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29749/stat : 29749 (java) S 29686 29689 13514 0 -1 1077944384 1 12908 0 0 0 0 4 3 20 0 15 0 107368834 11246788608 22356 33554432000 4194304 4196468 140736204636640 140108476965616 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29750] ppid=29686 vsize=10983192 memory=140660178944596 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29750/stat : 29750 (java) S 29686 29689 13514 0 -1 1077944384 3 12908 0 0 0 0 4 3 20 0 15 0 107368837 11246788608 22356 33554432000 4194304 4196468 140736204636640 140108169566160 140109833484187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29751] ppid=29686 vsize=10983192 memory=140660178944602 CPUtime=0.13 cores=1,3,5,7
/proc/29689/task/29751/stat : 29751 (java) S 29686 29689 13514 0 -1 1077944384 735 12908 0 0 6 0 4 3 20 0 15 0 107368837 11246788608 22356 33554432000 4194304 4196468 140736204636640 140109258095344 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29752] ppid=29686 vsize=10983192 memory=140660178944603 CPUtime=0.17 cores=1,3,5,7
/proc/29689/task/29752/stat : 29752 (java) S 29686 29689 13514 0 -1 1077944384 878 12908 0 0 10 0 4 3 20 0 15 0 107368837 11246788608 22356 33554432000 4194304 4196468 140736204636640 140109257042800 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29753] ppid=29686 vsize=10983192 memory=143241454289548 CPUtime=0.2 cores=1,3,5,7
/proc/29689/task/29753/stat : 29753 (java) S 29686 29689 13514 0 -1 1077944384 681 12908 0 0 13 0 4 3 20 0 15 0 107368837 11246788608 22356 33554432000 4194304 4196468 140736204636640 140109255989744 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29754] ppid=29686 vsize=10983192 memory=12708 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29754/stat : 29754 (java) S 29686 29689 13514 0 -1 1077944384 3 12908 0 0 0 0 4 3 20 0 15 0 107368837 11246788608 22356 33554432000 4194304 4196468 140736204636640 140107738770272 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29755] ppid=29686 vsize=10983192 memory=17040 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29755/stat : 29755 (java) S 29686 29689 13514 0 -1 1077944384 1 12908 0 0 0 0 4 3 20 0 15 0 107368837 11246788608 22356 33554432000 4194304 4196468 140736204636640 140109254937136 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89424 KiB

[startup+1.50084 s]
/proc/loadavg: 1.53 1.66 1.74 3/216 29755
/proc/meminfo: memFree=25106268/32770624 swapFree=67108860/67108860
[pid=29689] ppid=29686 vsize=10991872 memory=318044 CPUtime=2.76 cores=1,3,5,7
/proc/29689/stat : 29689 (java) S 29686 29689 13514 0 -1 1077944320 21835 12908 0 0 244 25 4 3 20 0 15 0 107368823 11255676928 79511 33554432000 4194304 4196468 140736204636640 140736204619184 140109833465591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
/proc/29689/statm: 2747968 79511 3443 1 0 2709645 0
[pid=29689/tid=29742] ppid=29686 vsize=10991872 memory=10757 CPUtime=1.36 cores=1,3,5,7
/proc/29689/task/29742/stat : 29742 (java) R 29686 29689 13514 0 -1 4202560 14180 12908 0 0 122 7 4 3 20 0 15 0 107368831 11255676928 79511 33554432000 4194304 4196468 140736204636640 140109805301328 140109833487517 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29743] ppid=29686 vsize=10991872 memory=25040 CPUtime=0.15 cores=1,3,5,7
/proc/29689/task/29743/stat : 29743 (java) S 29686 29689 13514 0 -1 1077944384 338 12908 0 0 5 3 4 3 20 0 15 0 107368832 11255676928 79511 33554432000 4194304 4196468 140736204636640 140109837708304 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29744] ppid=29686 vsize=10991872 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/29689/task/29744/stat : 29744 (java) S 29686 29689 13514 0 -1 1077944384 139 12908 0 0 5 3 4 3 20 0 15 0 107368832 11255676928 79511 33554432000 4194304 4196468 140736204636640 140109692427408 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29745] ppid=29686 vsize=10991872 memory=320425177030863102 CPUtime=0.15 cores=1,3,5,7
/proc/29689/task/29745/stat : 29745 (java) S 29686 29689 13514 0 -1 1077944384 58 12908 0 0 5 3 4 3 20 0 15 0 107368832 11255676928 79511 33554432000 4194304 4196468 140736204636640 140109691374352 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29746] ppid=29686 vsize=10991872 memory=288286675539593204 CPUtime=0.15 cores=1,3,5,7
/proc/29689/task/29746/stat : 29746 (java) S 29686 29689 13514 0 -1 1077944384 107 12908 0 0 5 3 4 3 20 0 15 0 107368832 11255676928 79511 33554432000 4194304 4196468 140736204636640 140109690321808 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29747] ppid=29686 vsize=10991872 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29747/stat : 29747 (java) S 29686 29689 13514 0 -1 1077944384 95 12908 0 0 0 0 4 3 20 0 15 0 107368834 11255676928 79511 33554432000 4194304 4196468 140736204636640 140109259147504 140109833476738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29748] ppid=29686 vsize=10991872 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29748/stat : 29748 (java) S 29686 29689 13514 0 -1 1077944384 15 12908 0 0 0 0 4 3 20 0 15 0 107368834 11255676928 79511 33554432000 4194304 4196468 140736204636640 140108678292704 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29749] ppid=29686 vsize=10991872 memory=-2672971631320983069 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29749/stat : 29749 (java) S 29686 29689 13514 0 -1 1077944384 3 12908 0 0 0 0 4 3 20 0 15 0 107368834 11255676928 79511 33554432000 4194304 4196468 140736204636640 140108476965632 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29750] ppid=29686 vsize=10991872 memory=-7606742920825102191 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29750/stat : 29750 (java) S 29686 29689 13514 0 -1 1077944384 3 12908 0 0 0 0 4 3 20 0 15 0 107368837 11255676928 79511 33554432000 4194304 4196468 140736204636640 140108169566160 140109833484187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29751] ppid=29686 vsize=10991872 memory=6944656591801719708 CPUtime=0.42 cores=1,3,5,7
/proc/29689/task/29751/stat : 29751 (java) S 29686 29689 13514 0 -1 1077944384 1545 12908 0 0 35 0 4 3 20 0 15 0 107368837 11255676928 79511 33554432000 4194304 4196468 140736204636640 140109258095344 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29752] ppid=29686 vsize=10991872 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/29689/task/29752/stat : 29752 (java) S 29686 29689 13514 0 -1 1077944384 1833 12908 0 0 35 0 4 3 20 0 15 0 107368837 11255676928 79511 33554432000 4194304 4196468 140736204636640 140109257042800 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29753] ppid=29686 vsize=10991872 memory=-2892745056951965031 CPUtime=0.35 cores=1,3,5,7
/proc/29689/task/29753/stat : 29753 (java) S 29686 29689 13514 0 -1 1077944384 1321 12908 0 0 28 0 4 3 20 0 15 0 107368837 11255676928 79511 33554432000 4194304 4196468 140736204636640 140109255989744 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29754] ppid=29686 vsize=10991872 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29754/stat : 29754 (java) S 29686 29689 13514 0 -1 1077944384 3 12908 0 0 0 0 4 3 20 0 15 0 107368837 11255676928 79511 33554432000 4194304 4196468 140736204636640 140107738770272 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29755] ppid=29686 vsize=10991872 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29755/stat : 29755 (java) S 29686 29689 13514 0 -1 1077944384 1 12908 0 0 0 0 4 3 20 0 15 0 107368837 11255676928 79511 33554432000 4194304 4196468 140736204636640 140109254937136 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0

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

/proc/29689/task/29747/stat : 29747 (java) R 29686 29689 13514 0 -1 4202560 37103 12908 0 0 297 2 4 3 20 0 15 0 107368834 11272552448 1107312 33554432000 4194304 4196468 140736204636640 140109259146016 140109818523631 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29748] ppid=29686 vsize=11008352 memory=-7023579799431922829 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29748/stat : 29748 (java) S 29686 29689 13514 0 -1 1077944384 25 12908 0 0 0 0 4 3 20 0 15 0 107368834 11272552448 1107312 33554432000 4194304 4196468 140736204636640 140108678292704 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29749] ppid=29686 vsize=11008352 memory=3047711553219693942 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29749/stat : 29749 (java) S 29686 29689 13514 0 -1 1077944384 8 12908 0 0 0 0 4 3 20 0 15 0 107368834 11272552448 1107312 33554432000 4194304 4196468 140736204636640 140108476965632 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29750] ppid=29686 vsize=11008352 memory=4426639978525455914 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29750/stat : 29750 (java) S 29686 29689 13514 0 -1 1077944384 3 12908 0 0 0 0 4 3 20 0 15 0 107368837 11272552448 1107312 33554432000 4194304 4196468 140736204636640 140108169566160 140109833484187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29751] ppid=29686 vsize=11008352 memory=4572164749098055210 CPUtime=6.72 cores=1,3,5,7
/proc/29689/task/29751/stat : 29751 (java) S 29686 29689 13514 0 -1 1077944384 17720 12908 0 0 662 3 4 3 20 0 15 0 107368837 11272552448 1107312 33554432000 4194304 4196468 140736204636640 140109258095344 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29752] ppid=29686 vsize=11008352 memory=8328453600958622283 CPUtime=6.43 cores=1,3,5,7
/proc/29689/task/29752/stat : 29752 (java) S 29686 29689 13514 0 -1 1077944384 13792 12908 0 0 633 3 4 3 20 0 15 0 107368837 11272552448 1107312 33554432000 4194304 4196468 140736204636640 140109257042800 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29753] ppid=29686 vsize=11008352 memory=-8412652160765825907 CPUtime=2.14 cores=1,3,5,7
/proc/29689/task/29753/stat : 29753 (java) S 29686 29689 13514 0 -1 1077944384 16004 12908 0 0 202 5 4 3 20 0 15 0 107368837 11272552448 1107312 33554432000 4194304 4196468 140736204636640 140109255989744 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29754] ppid=29686 vsize=11008352 memory=7100839878645619564 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29754/stat : 29754 (java) S 29686 29689 13514 0 -1 1077944384 3 12908 0 0 0 0 4 3 20 0 15 0 107368837 11272552448 1107312 33554432000 4194304 4196468 140736204636640 140107738770272 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29755] ppid=29686 vsize=11008352 memory=-8634980985311628903 CPUtime=0.16 cores=1,3,5,7
/proc/29689/task/29755/stat : 29755 (java) S 29686 29689 13514 0 -1 1077944384 1519 12908 0 0 4 5 4 3 20 0 15 0 107368837 11272552448 1107312 33554432000 4194304 4196468 140736204636640 140109254937136 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
Current children cumulated CPU time: 252.15 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 4429248 KiB

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

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

[startup+159.432 s]
# the end of solver process 29689 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.24 s, system=3.96528 s

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

[startup+158.401 s]
/proc/loadavg: 1.81 1.81 1.79 3/218 29909
/proc/meminfo: memFree=22563988/32770624 swapFree=67108860/67108860
[pid=29689] ppid=29686 vsize=11270504 memory=4433452 CPUtime=253.15 cores=1,3,5,7
/proc/29689/stat : 29689 (java) S 29686 29689 13514 0 -1 1077944320 179979 12908 0 0 24918 390 4 3 20 0 17 0 107368823 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140736204619184 140109833465591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
/proc/29689/statm: 2817626 1108363 3531 1 0 2779279 0
[pid=29689/tid=29742] ppid=29686 vsize=11270504 memory=4126316290023845779 CPUtime=128.48 cores=1,3,5,7
/proc/29689/task/29742/stat : 29742 (java) R 29686 29689 13514 0 -1 4202560 47649 12908 0 0 12810 31 4 3 20 0 17 0 107368831 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109805300048 140109379212359 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29743] ppid=29686 vsize=11270504 memory=496 CPUtime=26.7 cores=1,3,5,7
/proc/29689/task/29743/stat : 29743 (java) S 29686 29689 13514 0 -1 1077944384 12171 12908 0 0 2577 86 4 3 20 0 17 0 107368832 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109837708304 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29744] ppid=29686 vsize=11270504 memory=928 CPUtime=26.67 cores=1,3,5,7
/proc/29689/task/29744/stat : 29744 (java) S 29686 29689 13514 0 -1 1077944384 12103 12908 0 0 2573 87 4 3 20 0 17 0 107368832 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109692427408 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29745] ppid=29686 vsize=11270504 memory=4140 CPUtime=26.67 cores=1,3,5,7
/proc/29689/task/29745/stat : 29745 (java) S 29686 29689 13514 0 -1 1077944384 10320 12908 0 0 2577 83 4 3 20 0 17 0 107368832 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109691374352 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29746] ppid=29686 vsize=11270504 memory=30500 CPUtime=26.6 cores=1,3,5,7
/proc/29689/task/29746/stat : 29746 (java) S 29686 29689 13514 0 -1 1077944384 8796 12908 0 0 2570 83 4 3 20 0 17 0 107368832 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109690321808 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29747] ppid=29686 vsize=11270504 memory=2204 CPUtime=3.1 cores=1,3,5,7
/proc/29689/task/29747/stat : 29747 (java) S 29686 29689 13514 0 -1 1077944384 37105 12908 0 0 301 2 4 3 20 0 17 0 107368834 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109259147504 140109833476738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29748] ppid=29686 vsize=11270504 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29748/stat : 29748 (java) S 29686 29689 13514 0 -1 1077944384 25 12908 0 0 0 0 4 3 20 0 17 0 107368834 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140108678292704 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29749] ppid=29686 vsize=11270504 memory=1556624 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29749/stat : 29749 (java) S 29686 29689 13514 0 -1 1077944384 8 12908 0 0 0 0 4 3 20 0 17 0 107368834 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140108476965632 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29750] ppid=29686 vsize=11270504 memory=3000 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29750/stat : 29750 (java) S 29686 29689 13514 0 -1 1077944384 214 12908 0 0 0 0 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140108169566160 140109833484187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29751] ppid=29686 vsize=11270504 memory=4366228 CPUtime=6.72 cores=1,3,5,7
/proc/29689/task/29751/stat : 29751 (java) S 29686 29689 13514 0 -1 1077944384 17720 12908 0 0 662 3 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109258095344 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29752] ppid=29686 vsize=11270504 memory=1240 CPUtime=6.43 cores=1,3,5,7
/proc/29689/task/29752/stat : 29752 (java) S 29686 29689 13514 0 -1 1077944384 13792 12908 0 0 633 3 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109257042800 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29753] ppid=29686 vsize=11270504 memory=1520 CPUtime=2.14 cores=1,3,5,7
/proc/29689/task/29753/stat : 29753 (java) S 29686 29689 13514 0 -1 1077944384 16004 12908 0 0 202 5 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109255989744 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29754] ppid=29686 vsize=11270504 memory=844 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29754/stat : 29754 (java) S 29686 29689 13514 0 -1 1077944384 3 12908 0 0 0 0 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140107738770272 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29755] ppid=29686 vsize=11270504 memory=3360 CPUtime=0.16 cores=1,3,5,7
/proc/29689/task/29755/stat : 29755 (java) S 29686 29689 13514 0 -1 1077944384 1519 12908 0 0 4 5 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109254937136 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29908] ppid=29686 vsize=11270504 memory=1812 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29908/stat : 29908 (java) S 29686 29689 13514 0 -1 1077944384 275 12908 0 0 0 0 4 3 20 0 17 0 107384567 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140107537441136 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29909] ppid=29686 vsize=11270504 memory=1020 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29909/stat : 29909 (java) S 29686 29689 13514 0 -1 1077944384 80 12908 0 0 0 0 4 3 20 0 17 0 107384567 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140107336115168 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
Current children cumulated CPU time: 253.15 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 4433452 KiB

[startup+159.201 s]
/proc/loadavg: 1.81 1.81 1.79 3/218 29909
/proc/meminfo: memFree=22564768/32770624 swapFree=67108860/67108860
[pid=29689] ppid=29686 vsize=11270504 memory=4433452 CPUtime=253.95 cores=1,3,5,7
/proc/29689/stat : 29689 (java) S 29686 29689 13514 0 -1 1077944320 179979 12908 0 0 24998 390 4 3 20 0 17 0 107368823 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140736204619184 140109833465591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
/proc/29689/statm: 2817626 1108363 3531 1 0 2779279 0
[pid=29689/tid=29742] ppid=29686 vsize=11270504 memory=1992 CPUtime=129.28 cores=1,3,5,7
/proc/29689/task/29742/stat : 29742 (java) R 29686 29689 13514 0 -1 4202560 47649 12908 0 0 12890 31 4 3 20 0 17 0 107368831 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109805300048 140109378086602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29743] ppid=29686 vsize=11270504 memory=6791534058613427641 CPUtime=26.7 cores=1,3,5,7
/proc/29689/task/29743/stat : 29743 (java) S 29686 29689 13514 0 -1 1077944384 12171 12908 0 0 2577 86 4 3 20 0 17 0 107368832 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109837708304 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29744] ppid=29686 vsize=11270504 memory=-2672971631320983069 CPUtime=26.67 cores=1,3,5,7
/proc/29689/task/29744/stat : 29744 (java) S 29686 29689 13514 0 -1 1077944384 12103 12908 0 0 2573 87 4 3 20 0 17 0 107368832 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109692427408 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29745] ppid=29686 vsize=11270504 memory=-2331055268852096867 CPUtime=26.67 cores=1,3,5,7
/proc/29689/task/29745/stat : 29745 (java) S 29686 29689 13514 0 -1 1077944384 10320 12908 0 0 2577 83 4 3 20 0 17 0 107368832 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109691374352 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29746] ppid=29686 vsize=11270504 memory=-7595718148000617580 CPUtime=26.6 cores=1,3,5,7
/proc/29689/task/29746/stat : 29746 (java) S 29686 29689 13514 0 -1 1077944384 8796 12908 0 0 2570 83 4 3 20 0 17 0 107368832 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109690321808 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29747] ppid=29686 vsize=11270504 memory=6081669741568157032 CPUtime=3.1 cores=1,3,5,7
/proc/29689/task/29747/stat : 29747 (java) S 29686 29689 13514 0 -1 1077944384 37105 12908 0 0 301 2 4 3 20 0 17 0 107368834 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109259147504 140109833476738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29748] ppid=29686 vsize=11270504 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29748/stat : 29748 (java) S 29686 29689 13514 0 -1 1077944384 25 12908 0 0 0 0 4 3 20 0 17 0 107368834 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140108678292704 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29749] ppid=29686 vsize=11270504 memory=30500 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29749/stat : 29749 (java) S 29686 29689 13514 0 -1 1077944384 8 12908 0 0 0 0 4 3 20 0 17 0 107368834 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140108476965632 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29750] ppid=29686 vsize=11270504 memory=2204 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29750/stat : 29750 (java) S 29686 29689 13514 0 -1 1077944384 214 12908 0 0 0 0 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140108169566160 140109833484187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29751] ppid=29686 vsize=11270504 memory=1240 CPUtime=6.72 cores=1,3,5,7
/proc/29689/task/29751/stat : 29751 (java) S 29686 29689 13514 0 -1 1077944384 17720 12908 0 0 662 3 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109258095344 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29752] ppid=29686 vsize=11270504 memory=1520 CPUtime=6.43 cores=1,3,5,7
/proc/29689/task/29752/stat : 29752 (java) S 29686 29689 13514 0 -1 1077944384 13792 12908 0 0 633 3 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109257042800 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29753] ppid=29686 vsize=11270504 memory=844 CPUtime=2.14 cores=1,3,5,7
/proc/29689/task/29753/stat : 29753 (java) S 29686 29689 13514 0 -1 1077944384 16004 12908 0 0 202 5 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109255989744 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29754] ppid=29686 vsize=11270504 memory=12708 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29754/stat : 29754 (java) S 29686 29689 13514 0 -1 1077944384 3 12908 0 0 0 0 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140107738770272 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29755] ppid=29686 vsize=11270504 memory=17048 CPUtime=0.16 cores=1,3,5,7
/proc/29689/task/29755/stat : 29755 (java) S 29686 29689 13514 0 -1 1077944384 1519 12908 0 0 4 5 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109254937136 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29908] ppid=29686 vsize=11270504 memory=2324 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29908/stat : 29908 (java) S 29686 29689 13514 0 -1 1077944384 275 12908 0 0 0 0 4 3 20 0 17 0 107384567 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140107537441136 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29909] ppid=29686 vsize=11270504 memory=1584 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29909/stat : 29909 (java) S 29686 29689 13514 0 -1 1077944384 80 12908 0 0 0 0 4 3 20 0 17 0 107384567 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140107336115168 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
Current children cumulated CPU time: 253.95 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 4433452 KiB

[startup+159.401 s]
/proc/loadavg: 1.81 1.81 1.79 3/218 29909
/proc/meminfo: memFree=22564768/32770624 swapFree=67108860/67108860
[pid=29689] ppid=29686 vsize=11270504 memory=4433452 CPUtime=254.15 cores=1,3,5,7
/proc/29689/stat : 29689 (java) S 29686 29689 13514 0 -1 1077944320 179979 12908 0 0 25018 390 4 3 20 0 17 0 107368823 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140736204619184 140109833465591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
/proc/29689/statm: 2817626 1108363 3531 1 0 2779279 0
[pid=29689/tid=29742] ppid=29686 vsize=11270504 memory=756 CPUtime=129.48 cores=1,3,5,7
/proc/29689/task/29742/stat : 29742 (java) R 29686 29689 13514 0 -1 4202560 47649 12908 0 0 12910 31 4 3 20 0 17 0 107368831 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109805300048 140109372522191 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29743] ppid=29686 vsize=11270504 memory=14572 CPUtime=26.7 cores=1,3,5,7
/proc/29689/task/29743/stat : 29743 (java) S 29686 29689 13514 0 -1 1077944384 12171 12908 0 0 2577 86 4 3 20 0 17 0 107368832 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109837708304 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29744] ppid=29686 vsize=11270504 memory=6791534058613427641 CPUtime=26.67 cores=1,3,5,7
/proc/29689/task/29744/stat : 29744 (java) S 29686 29689 13514 0 -1 1077944384 12103 12908 0 0 2573 87 4 3 20 0 17 0 107368832 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109692427408 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29745] ppid=29686 vsize=11270504 memory=2724 CPUtime=26.67 cores=1,3,5,7
/proc/29689/task/29745/stat : 29745 (java) S 29686 29689 13514 0 -1 1077944384 10320 12908 0 0 2577 83 4 3 20 0 17 0 107368832 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109691374352 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29746] ppid=29686 vsize=11270504 memory=1256 CPUtime=26.6 cores=1,3,5,7
/proc/29689/task/29746/stat : 29746 (java) S 29686 29689 13514 0 -1 1077944384 8796 12908 0 0 2570 83 4 3 20 0 17 0 107368832 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109690321808 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29747] ppid=29686 vsize=11270504 memory=10368 CPUtime=3.1 cores=1,3,5,7
/proc/29689/task/29747/stat : 29747 (java) S 29686 29689 13514 0 -1 1077944384 37105 12908 0 0 301 2 4 3 20 0 17 0 107368834 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109259147504 140109833476738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29748] ppid=29686 vsize=11270504 memory=1700 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29748/stat : 29748 (java) S 29686 29689 13514 0 -1 1077944384 25 12908 0 0 0 0 4 3 20 0 17 0 107368834 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140108678292704 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29749] ppid=29686 vsize=11270504 memory=1172 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29749/stat : 29749 (java) S 29686 29689 13514 0 -1 1077944384 8 12908 0 0 0 0 4 3 20 0 17 0 107368834 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140108476965632 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29750] ppid=29686 vsize=11270504 memory=1812 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29750/stat : 29750 (java) S 29686 29689 13514 0 -1 1077944384 214 12908 0 0 0 0 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140108169566160 140109833484187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29751] ppid=29686 vsize=11270504 memory=1020 CPUtime=6.72 cores=1,3,5,7
/proc/29689/task/29751/stat : 29751 (java) S 29686 29689 13514 0 -1 1077944384 17720 12908 0 0 662 3 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109258095344 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29752] ppid=29686 vsize=11270504 memory=5456 CPUtime=6.43 cores=1,3,5,7
/proc/29689/task/29752/stat : 29752 (java) S 29686 29689 13514 0 -1 1077944384 13792 12908 0 0 633 3 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109257042800 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29753] ppid=29686 vsize=11270504 memory=756 CPUtime=2.14 cores=1,3,5,7
/proc/29689/task/29753/stat : 29753 (java) S 29686 29689 13514 0 -1 1077944384 16004 12908 0 0 202 5 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109255989744 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29754] ppid=29686 vsize=11270504 memory=14572 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29754/stat : 29754 (java) S 29686 29689 13514 0 -1 1077944384 3 12908 0 0 0 0 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140107738770272 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29755] ppid=29686 vsize=11270504 memory=12708 CPUtime=0.16 cores=1,3,5,7
/proc/29689/task/29755/stat : 29755 (java) S 29686 29689 13514 0 -1 1077944384 1519 12908 0 0 4 5 4 3 20 0 17 0 107368837 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140109254937136 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29908] ppid=29686 vsize=11270504 memory=7528 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29908/stat : 29908 (java) S 29686 29689 13514 0 -1 1077944384 275 12908 0 0 0 0 4 3 20 0 17 0 107384567 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140107537441136 140109833475797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
[pid=29689/tid=29909] ppid=29686 vsize=11270504 memory=804 CPUtime=0.07 cores=1,3,5,7
/proc/29689/task/29909/stat : 29909 (java) S 29686 29689 13514 0 -1 1077944384 80 12908 0 0 0 0 4 3 20 0 17 0 107384567 11540996096 1108363 33554432000 4194304 4196468 140736204636640 140107336115168 140109833476738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140736204638824 140736204641633 140736204641633 140736204644303 0
Current children cumulated CPU time: 254.15 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 4433452 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 159.432
CPU time (s): 254.205
CPU user time (s): 250.24
CPU system time (s): 3.96528
CPU usage (%): 159.444
Max. virtual memory (cumulated for all children) (KiB): 11270504
Max. memory (cumulated for all children) (KiB): 4433452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.24
system time used= 3.96528
maximum resident set size= 4433652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192889
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12887
involuntary context switches= 1190


# summary of solver processes directly reported to runsolver:
#   pid: 29689
#   total CPU time (s): 254.205
#   total CPU user time (s): 250.24
#   total CPU system time (s): 3.96528

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.10817 second user time and 1.39406 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 23:00:56
IDJOB=4302664
IDBENCH=141493
IDSOLVER=2777
FILE ID=node136/4302664-1532898056
RUNJOBID= node136-1532893975-22777
PBS_JOBID= 21022516
Free space on /tmp= 60184 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-50_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302664-1532898056/watcher-4302664-1532898056 -o /tmp/evaluation-result-4302664-1532898056/solver-4302664-1532898056 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1433984135 -superng HOME/instance-4302664-1532898056.xml

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

MD5SUM BENCH= 65d9088e6e3c6b500cf18d234bd8e6c7
RANDOM SEED=1433984135

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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:        25205624 kB
MemAvailable:   28638448 kB
Buffers:          221624 kB
Cached:          3480908 kB
SwapCached:            0 kB
Active:          5124756 kB
Inactive:        1958568 kB
Active(anon):    3331632 kB
Inactive(anon):    76480 kB
Active(file):    1793124 kB
Inactive(file):  1882088 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43120 kB
Writeback:             0 kB
AnonPages:       3469144 kB
Mapped:            48352 kB
Shmem:             25228 kB
Slab:             174956 kB
SReclaimable:     146896 kB
SUnreclaim:        28060 kB
KernelStack:        3824 kB
PageTables:        11656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4467492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3237888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60160 MiB
End job on node136 at 2018-07-29 23:03:36