Trace number 4308491

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
OscaR - Hybrid 2018-08-14? (TO) 2520.06 2498.53

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ10-3_c18.xml
MD5SUM2a9d5e672b2129585e8bdcc62e976dce
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark360
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables2700
Number of constraints42620
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2700}]
Minimum variable degree20
Maximum variable degree272
Distribution of variable degrees[{"degree":20,"count":20},{"degree":21,"count":180},{"degree":30,"count":20},{"degree":31,"count":20},{"degree":32,"count":210},{"degree":42,"count":90},{"degree":52,"count":720},{"degree":59,"count":90},{"degree":76,"count":90},{"degree":92,"count":90},{"degree":108,"count":90},{"degree":124,"count":90},{"degree":140,"count":90},{"degree":156,"count":90},{"degree":172,"count":90},{"degree":188,"count":90},{"degree":204,"count":90},{"degree":220,"count":90},{"degree":236,"count":90},{"degree":252,"count":90},{"degree":266,"count":90},{"degree":267,"count":90},{"degree":272,"count":90}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":3330},{"arity":3,"count":16740},{"arity":4,"count":1590},{"arity":5,"count":1440},{"arity":6,"count":1440},{"arity":7,"count":1440},{"arity":8,"count":1440},{"arity":9,"count":1820},{"arity":10,"count":1620},{"arity":11,"count":1440},{"arity":12,"count":1440},{"arity":13,"count":1440},{"arity":14,"count":1440},{"arity":15,"count":1440},{"arity":16,"count":1440},{"arity":17,"count":1440},{"arity":18,"count":1530},{"arity":36,"count":150}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":42620}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 2073545153
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.59	c Parsing instance...
10.20/4.41	c Parsing done, starting first complete search...
2520.02/2498.50	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13504 MiB free)
  memory of node 1: 16384 MiB (10267 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308491-1534278137/watcher-4308491-1534278137 -o /tmp/evaluation-result-4308491-1534278137/solver-4308491-1534278137 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534270673-20077 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 2073545153 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308491-1534278137.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=21029, runsolver pid=21026

[startup+0.100172 s]*
/proc/loadavg: 1.16 1.33 1.43 3/215 21044
/proc/meminfo: memFree=24325092/32770624 swapFree=67108796/67108860
[pid=21029] ppid=21026 vsize=14082736 memory=30768 CPUtime=0.11 cores=0,2,4,6
/proc/21029/stat : 21029 (java) S 21026 21029 18471 0 -1 1077944320 6600 0 0 0 10 1 0 0 20 0 15 0 245376896 14420721664 7692 33554432000 4194304 4196468 140735991113264 140735991095808 139831497834231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
/proc/21029/statm: 3520684 7692 3142 1 0 3482761 0
[pid=21029/tid=21031] ppid=21026 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/21029/task/21031/stat : 21031 (java) R 21026 21029 18471 0 -1 4202560 4690 0 0 0 8 1 0 0 20 0 15 0 245376897 14420721664 7692 33554432000 4194304 4196468 140735991113264 139831502065424 139831481914718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21032] ppid=21026 vsize=14082736 memory=5793855652802628025 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21032/stat : 21032 (java) S 21026 21029 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376897 14420721664 7692 33554432000 4194304 4196468 140735991113264 139831454386704 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21033] ppid=21026 vsize=14082736 memory=140401792734848 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21033/stat : 21033 (java) S 21026 21029 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376898 14420721664 7692 33554432000 4194304 4196468 140735991113264 139831453334160 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21034] ppid=21026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21034/stat : 21034 (java) S 21026 21029 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376898 14420721664 7692 33554432000 4194304 4196468 140735991113264 139831091325200 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21035] ppid=21026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21035/stat : 21035 (java) S 21026 21029 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376898 14420721664 7692 33554432000 4194304 4196468 140735991113264 139831090272656 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21036] ppid=21026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21036/stat : 21036 (java) S 21026 21029 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376899 14420721664 7692 33554432000 4194304 4196468 140735991113264 139830972340976 139831497845378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21037] ppid=21026 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21037/stat : 21037 (java) S 21026 21029 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245376899 14420721664 7692 33554432000 4194304 4196468 140735991113264 139830971287200 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21038] ppid=21026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21038/stat : 21038 (java) S 21026 21029 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245376900 14420721664 7692 33554432000 4194304 4196468 140735991113264 139830970234096 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21039] ppid=21026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21039/stat : 21039 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14420721664 7692 33554432000 4194304 4196468 140735991113264 139830969182672 139831497852827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21040] ppid=21026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21040/stat : 21040 (java) S 21026 21029 18471 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 245376902 14420721664 7692 33554432000 4194304 4196468 140735991113264 139830968129776 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21041] ppid=21026 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21041/stat : 21041 (java) S 21026 21029 18471 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 245376902 14420721664 7692 33554432000 4194304 4196468 140735991113264 139830967077232 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21042] ppid=21026 vsize=14082736 memory=140401792734848 CPUtime=0.01 cores=0,2,4,6
/proc/21029/task/21042/stat : 21042 (java) S 21026 21029 18471 0 -1 1077944384 234 0 0 0 1 0 0 0 20 0 15 0 245376902 14420721664 7692 33554432000 4194304 4196468 140735991113264 139830966024176 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21043] ppid=21026 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21043/stat : 21043 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14420721664 7692 33554432000 4194304 4196468 140735991113264 139830964971872 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21044] ppid=21026 vsize=14082736 memory=140401792734848 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21044/stat : 21044 (java) S 21026 21029 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376903 14420721664 7692 33554432000 4194304 4196468 140735991113264 139830963919920 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30768 KiB

[startup+0.21029 s]*
/proc/loadavg: 1.16 1.33 1.43 5/215 21044
/proc/meminfo: memFree=24308952/32770624 swapFree=67108796/67108860
[pid=21029] ppid=21026 vsize=14082736 memory=46388 CPUtime=0.28 cores=0,2,4,6
/proc/21029/stat : 21029 (java) S 21026 21029 18471 0 -1 1077944320 10204 0 0 0 26 2 0 0 20 0 15 0 245376896 14420721664 11597 33554432000 4194304 4196468 140735991113264 140735991095808 139831497834231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
/proc/21029/statm: 3520684 11597 3332 1 0 3482761 0
[pid=21029/tid=21031] ppid=21026 vsize=14082736 memory=6735269665583770266 CPUtime=0.18 cores=0,2,4,6
/proc/21029/task/21031/stat : 21031 (java) S 21026 21029 18471 0 -1 1077944384 8018 0 0 0 17 1 0 0 20 0 15 0 245376897 14420721664 11597 33554432000 4194304 4196468 140735991113264 139831502060288 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21032] ppid=21026 vsize=14082736 memory=4211974127997525386 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21032/stat : 21032 (java) S 21026 21029 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376897 14420721664 11597 33554432000 4194304 4196468 140735991113264 139831454386704 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21033] ppid=21026 vsize=14082736 memory=140401792734848 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21033/stat : 21033 (java) S 21026 21029 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376898 14420721664 11597 33554432000 4194304 4196468 140735991113264 139831453334160 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21034] ppid=21026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21034/stat : 21034 (java) S 21026 21029 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376898 14420721664 11597 33554432000 4194304 4196468 140735991113264 139831091325200 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21035] ppid=21026 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21035/stat : 21035 (java) S 21026 21029 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376898 14420721664 11597 33554432000 4194304 4196468 140735991113264 139831090272656 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21036] ppid=21026 vsize=14082736 memory=140401792734848 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21036/stat : 21036 (java) S 21026 21029 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245376899 14420721664 11597 33554432000 4194304 4196468 140735991113264 139830972340976 139831497845378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21037] ppid=21026 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21037/stat : 21037 (java) S 21026 21029 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245376899 14420721664 11597 33554432000 4194304 4196468 140735991113264 139830971287200 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21038] ppid=21026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21038/stat : 21038 (java) S 21026 21029 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245376900 14420721664 11597 33554432000 4194304 4196468 140735991113264 139830970234096 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21039] ppid=21026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21039/stat : 21039 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14420721664 11597 33554432000 4194304 4196468 140735991113264 139830969182672 139831497852827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21040] ppid=21026 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21029/task/21040/stat : 21040 (java) S 21026 21029 18471 0 -1 1077944384 342 0 0 0 1 0 0 0 20 0 15 0 245376902 14420721664 11597 33554432000 4194304 4196468 140735991113264 139830968129776 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21041] ppid=21026 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/21029/task/21041/stat : 21041 (java) R 21026 21029 18471 0 -1 1077944384 176 0 0 0 1 0 0 0 20 0 15 0 245376902 14420721664 11597 33554432000 4194304 4196468 140735991113264 139830967077232 139831497845378 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21042] ppid=21026 vsize=14082736 memory=140401792734848 CPUtime=0.05 cores=0,2,4,6
/proc/21029/task/21042/stat : 21042 (java) S 21026 21029 18471 0 -1 1077944384 285 0 0 0 5 0 0 0 20 0 15 0 245376902 14420721664 11597 33554432000 4194304 4196468 140735991113264 139830966024176 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21043] ppid=21026 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21043/stat : 21043 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14420721664 11597 33554432000 4194304 4196468 140735991113264 139830964971872 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21044] ppid=21026 vsize=14082736 memory=140401792734848 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21044/stat : 21044 (java) S 21026 21029 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376903 14420721664 11597 33554432000 4194304 4196468 140735991113264 139830963919920 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46388 KiB

[startup+0.310456 s]*
/proc/loadavg: 1.16 1.33 1.43 3/215 21044
/proc/meminfo: memFree=24305912/32770624 swapFree=67108796/67108860
[pid=21029] ppid=21026 vsize=14082736 memory=50112 CPUtime=0.42 cores=0,2,4,6
/proc/21029/stat : 21029 (java) S 21026 21029 18471 0 -1 1077944320 10699 0 0 0 40 2 0 0 20 0 15 0 245376896 14420721664 12528 33554432000 4194304 4196468 140735991113264 140735991095808 139831497834231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
/proc/21029/statm: 3520684 12528 3386 1 0 3482761 0
[pid=21029/tid=21031] ppid=21026 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/21029/task/21031/stat : 21031 (java) R 21026 21029 18471 0 -1 4202560 8392 0 0 0 27 2 0 0 20 0 15 0 245376897 14420721664 12528 33554432000 4194304 4196468 140735991113264 139831501995968 139831481021040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21032] ppid=21026 vsize=14082736 memory=4211974127997525386 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21032/stat : 21032 (java) S 21026 21029 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376897 14420721664 12528 33554432000 4194304 4196468 140735991113264 139831454386704 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21033] ppid=21026 vsize=14082736 memory=140401792737212 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21033/stat : 21033 (java) S 21026 21029 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376898 14420721664 12528 33554432000 4194304 4196468 140735991113264 139831453334160 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21034] ppid=21026 vsize=14082736 memory=140401675727415 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21034/stat : 21034 (java) S 21026 21029 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376898 14420721664 12528 33554432000 4194304 4196468 140735991113264 139831091325200 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21035] ppid=21026 vsize=14082736 memory=140401675718095 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21035/stat : 21035 (java) S 21026 21029 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376898 14420721664 12528 33554432000 4194304 4196468 140735991113264 139831090272656 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21036] ppid=21026 vsize=14082736 memory=140401792753346 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21036/stat : 21036 (java) S 21026 21029 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245376899 14420721664 12528 33554432000 4194304 4196468 140735991113264 139830972340976 139831497845378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21037] ppid=21026 vsize=14082736 memory=140401675727279 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21037/stat : 21037 (java) S 21026 21029 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245376899 14420721664 12528 33554432000 4194304 4196468 140735991113264 139830971287200 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21038] ppid=21026 vsize=14082736 memory=280803351445392 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21038/stat : 21038 (java) S 21026 21029 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245376900 14420721664 12528 33554432000 4194304 4196468 140735991113264 139830970234096 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21039] ppid=21026 vsize=14082736 memory=280803351443088 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21039/stat : 21039 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14420721664 12528 33554432000 4194304 4196468 140735991113264 139830969182672 139831497852827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21040] ppid=21026 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21029/task/21040/stat : 21040 (java) S 21026 21029 18471 0 -1 1077944384 350 0 0 0 2 0 0 0 20 0 15 0 245376902 14420721664 12528 33554432000 4194304 4196468 140735991113264 139830968129776 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21041] ppid=21026 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21029/task/21041/stat : 21041 (java) S 21026 21029 18471 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 15 0 245376902 14420721664 12528 33554432000 4194304 4196468 140735991113264 139830967077232 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21042] ppid=21026 vsize=14082736 memory=140401792734848 CPUtime=0.08 cores=0,2,4,6
/proc/21029/task/21042/stat : 21042 (java) S 21026 21029 18471 0 -1 1077944384 313 0 0 0 8 0 0 0 20 0 15 0 245376902 14420721664 12528 33554432000 4194304 4196468 140735991113264 139830966024176 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21043] ppid=21026 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21043/stat : 21043 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14420721664 12528 33554432000 4194304 4196468 140735991113264 139830964971872 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21044] ppid=21026 vsize=14082736 memory=140401792734848 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21044/stat : 21044 (java) S 21026 21029 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376903 14420721664 12528 33554432000 4194304 4196468 140735991113264 139830963919920 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50112 KiB

[startup+0.700808 s]
/proc/loadavg: 1.16 1.33 1.43 3/215 21044
/proc/meminfo: memFree=24285596/32770624 swapFree=67108796/67108860
[pid=21029] ppid=21026 vsize=14084804 memory=86720 CPUtime=0.99 cores=0,2,4,6
/proc/21029/stat : 21029 (java) S 21026 21029 18471 0 -1 1077944320 17548 0 0 0 94 5 0 0 20 0 15 0 245376896 14422839296 21680 33554432000 4194304 4196468 140735991113264 140735991095808 139831497834231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
/proc/21029/statm: 3521201 21680 3504 1 0 3483273 0
[pid=21029/tid=21031] ppid=21026 vsize=14084804 memory=796 CPUtime=0.67 cores=0,2,4,6
/proc/21029/task/21031/stat : 21031 (java) R 21026 21029 18471 0 -1 4202560 14823 0 0 0 63 4 0 0 20 0 15 0 245376897 14422839296 21680 33554432000 4194304 4196468 140735991113264 139831502049696 139831497856157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21032] ppid=21026 vsize=14084804 memory=1592 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21032/stat : 21032 (java) S 21026 21029 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376897 14422839296 21680 33554432000 4194304 4196468 140735991113264 139831454386704 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21033] ppid=21026 vsize=14084804 memory=3780 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21033/stat : 21033 (java) S 21026 21029 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376898 14422839296 21680 33554432000 4194304 4196468 140735991113264 139831453334160 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21034] ppid=21026 vsize=14084804 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21034/stat : 21034 (java) S 21026 21029 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376898 14422839296 21680 33554432000 4194304 4196468 140735991113264 139831091325200 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21035] ppid=21026 vsize=14084804 memory=8099279071866868837 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21035/stat : 21035 (java) S 21026 21029 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376898 14422839296 21680 33554432000 4194304 4196468 140735991113264 139831090272656 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21036] ppid=21026 vsize=14084804 memory=4641330296368681044 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21036/stat : 21036 (java) S 21026 21029 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245376899 14422839296 21680 33554432000 4194304 4196468 140735991113264 139830972340976 139831497845378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21037] ppid=21026 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21037/stat : 21037 (java) S 21026 21029 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245376899 14422839296 21680 33554432000 4194304 4196468 140735991113264 139830971287200 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21038] ppid=21026 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21038/stat : 21038 (java) S 21026 21029 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245376900 14422839296 21680 33554432000 4194304 4196468 140735991113264 139830970234096 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21039] ppid=21026 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21039/stat : 21039 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14422839296 21680 33554432000 4194304 4196468 140735991113264 139830969182672 139831497852827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21040] ppid=21026 vsize=14084804 memory=571 CPUtime=0.07 cores=0,2,4,6
/proc/21029/task/21040/stat : 21040 (java) S 21026 21029 18471 0 -1 1077944384 518 0 0 0 7 0 0 0 20 0 15 0 245376902 14422839296 21680 33554432000 4194304 4196468 140735991113264 139830968129776 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21041] ppid=21026 vsize=14084804 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/21029/task/21041/stat : 21041 (java) S 21026 21029 18471 0 -1 1077944384 406 0 0 0 7 0 0 0 20 0 15 0 245376902 14422839296 21680 33554432000 4194304 4196468 140735991113264 139830967077232 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21042] ppid=21026 vsize=14084804 memory=701 CPUtime=0.15 cores=0,2,4,6
/proc/21029/task/21042/stat : 21042 (java) S 21026 21029 18471 0 -1 1077944384 418 0 0 0 15 0 0 0 20 0 15 0 245376902 14422839296 21680 33554432000 4194304 4196468 140735991113264 139830966024176 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21043] ppid=21026 vsize=14084804 memory=280803351629296 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21043/stat : 21043 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14422839296 21680 33554432000 4194304 4196468 140735991113264 139830964971872 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21044] ppid=21026 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21044/stat : 21044 (java) S 21026 21029 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376903 14422839296 21680 33554432000 4194304 4196468 140735991113264 139830963919920 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 86720 KiB

[startup+1.50098 s]
/proc/loadavg: 1.16 1.33 1.43 5/215 21044
/proc/meminfo: memFree=24196228/32770624 swapFree=67108796/67108860
[pid=21029] ppid=21026 vsize=14086852 memory=277128 CPUtime=3.46 cores=0,2,4,6
/proc/21029/stat : 21029 (java) S 21026 21029 18471 0 -1 1077944320 25835 0 0 0 334 12 0 0 20 0 15 0 245376896 14424936448 69282 33554432000 4194304 4196468 140735991113264 140735991095808 139831497834231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
/proc/21029/statm: 3521713 69282 3572 1 0 3483785 0
[pid=21029/tid=21031] ppid=21026 vsize=14086852 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/21029/task/21031/stat : 21031 (java) S 21026 21029 18471 0 -1 1077944384 15984 0 0 0 133 6 0 0 20 0 15 0 245376897 14424936448 69282 33554432000 4194304 4196468 140735991113264 139831502069824 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21032] ppid=21026 vsize=14086852 memory=-2746958450906831424 CPUtime=0.06 cores=0,2,4,6
/proc/21029/task/21032/stat : 21032 (java) R 21026 21029 18471 0 -1 1077944384 565 0 0 0 5 1 0 0 20 0 15 0 245376897 14424936448 69282 33554432000 4194304 4196468 140735991113264 139831454386704 139831497844437 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21033] ppid=21026 vsize=14086852 memory=-3472574513799858009 CPUtime=0.04 cores=0,2,4,6
/proc/21029/task/21033/stat : 21033 (java) R 21026 21029 18471 0 -1 4202560 62 0 0 0 4 0 0 0 20 0 15 0 245376898 14424936448 69282 33554432000 4194304 4196468 140735991113264 139831453334160 139831490931067 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21034] ppid=21026 vsize=14086852 memory=4948498997068995456 CPUtime=0.03 cores=0,2,4,6
/proc/21029/task/21034/stat : 21034 (java) R 21026 21029 18471 0 -1 4202560 193 0 0 0 3 0 0 0 20 0 15 0 245376898 14424936448 69282 33554432000 4194304 4196468 140735991113264 139831091325200 139831482862078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21035] ppid=21026 vsize=14086852 memory=-3472574513799858003 CPUtime=0.04 cores=0,2,4,6
/proc/21029/task/21035/stat : 21035 (java) S 21026 21029 18471 0 -1 1077944384 52 0 0 0 4 0 0 0 20 0 15 0 245376898 14424936448 69282 33554432000 4194304 4196468 140735991113264 139831090272656 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21036] ppid=21026 vsize=14086852 memory=-6305710611591816320 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21036/stat : 21036 (java) S 21026 21029 18471 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 15 0 245376899 14424936448 69282 33554432000 4194304 4196468 140735991113264 139830972339488 139831497844437 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0

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

/proc/21029/task/21031/stat : 21031 (java) R 21026 21029 18471 0 -1 4202560 148379 0 0 0 237719 82 0 0 20 0 15 0 245376897 14429130752 740405 33554432000 4194304 4196468 140735991113264 139831502072480 139831143886774 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21032] ppid=21026 vsize=14090948 memory=2962648 CPUtime=3.6 cores=0,2,4,6
/proc/21029/task/21032/stat : 21032 (java) S 21026 21029 18471 0 -1 1077944384 24190 0 0 0 348 12 0 0 20 0 15 0 245376897 14429130752 740405 33554432000 4194304 4196468 140735991113264 139831454386704 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21033] ppid=21026 vsize=14090948 memory=2966240 CPUtime=3.61 cores=0,2,4,6
/proc/21029/task/21033/stat : 21033 (java) S 21026 21029 18471 0 -1 1077944384 25317 0 0 0 348 13 0 0 20 0 15 0 245376898 14429130752 740405 33554432000 4194304 4196468 140735991113264 139831453334160 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21034] ppid=21026 vsize=14090948 memory=2967268 CPUtime=3.62 cores=0,2,4,6
/proc/21029/task/21034/stat : 21034 (java) S 21026 21029 18471 0 -1 1077944384 20370 0 0 0 349 13 0 0 20 0 15 0 245376898 14429130752 740405 33554432000 4194304 4196468 140735991113264 139831091325200 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21035] ppid=21026 vsize=14090948 memory=2966240 CPUtime=3.59 cores=0,2,4,6
/proc/21029/task/21035/stat : 21035 (java) S 21026 21029 18471 0 -1 1077944384 23513 0 0 0 348 11 0 0 20 0 15 0 245376898 14429130752 740405 33554432000 4194304 4196468 140735991113264 139831090272656 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21036] ppid=21026 vsize=14090948 memory=2964700 CPUtime=0.32 cores=0,2,4,6
/proc/21029/task/21036/stat : 21036 (java) S 21026 21029 18471 0 -1 1077944384 17348 0 0 0 22 10 0 0 20 0 15 0 245376899 14429130752 740405 33554432000 4194304 4196468 140735991113264 139830972340976 139831497845378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21037] ppid=21026 vsize=14090948 memory=2962648 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21037/stat : 21037 (java) S 21026 21029 18471 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 245376899 14429130752 740405 33554432000 4194304 4196468 140735991113264 139830971287264 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21038] ppid=21026 vsize=14090948 memory=2962648 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21038/stat : 21038 (java) S 21026 21029 18471 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 245376900 14429130752 740405 33554432000 4194304 4196468 140735991113264 139830970234112 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21039] ppid=21026 vsize=14090948 memory=2962648 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21039/stat : 21039 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14429130752 740405 33554432000 4194304 4196468 140735991113264 139830969182672 139831497852827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21040] ppid=21026 vsize=14090948 memory=2961620 CPUtime=2.9 cores=0,2,4,6
/proc/21029/task/21040/stat : 21040 (java) S 21026 21029 18471 0 -1 1077944384 8877 0 0 0 289 1 0 0 20 0 15 0 245376902 14429130752 740405 33554432000 4194304 4196468 140735991113264 139830968129776 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21041] ppid=21026 vsize=14090948 memory=2962648 CPUtime=2.85 cores=0,2,4,6
/proc/21029/task/21041/stat : 21041 (java) S 21026 21029 18471 0 -1 1077944384 10183 0 0 0 280 5 0 0 20 0 15 0 245376902 14429130752 740405 33554432000 4194304 4196468 140735991113264 139830967077232 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21042] ppid=21026 vsize=14090948 memory=2965216 CPUtime=0.92 cores=0,2,4,6
/proc/21029/task/21042/stat : 21042 (java) S 21026 21029 18471 0 -1 1077944384 7019 0 0 0 90 2 0 0 20 0 15 0 245376902 14429130752 740405 33554432000 4194304 4196468 140735991113264 139830966024176 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21043] ppid=21026 vsize=14090948 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21043/stat : 21043 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14429130752 740405 33554432000 4194304 4196468 140735991113264 139830964971872 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21044] ppid=21026 vsize=14090948 memory=2580 CPUtime=1.5 cores=0,2,4,6
/proc/21029/task/21044/stat : 21044 (java) S 21026 21029 18471 0 -1 1077944384 1842 0 0 0 77 73 0 0 20 0 15 0 245376903 14429130752 740405 33554432000 4194304 4196468 140735991113264 139830963919920 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
Current children cumulated CPU time: 2401.05 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2961620 KiB

[startup+2442.3 s]
/proc/loadavg: 1.72 1.70 1.75 3/217 21220
/proc/meminfo: memFree=21154844/32770624 swapFree=67108796/67108860
[pid=21029] ppid=21026 vsize=14090948 memory=2940572 CPUtime=2462.47 cores=0,2,4,6
/proc/21029/stat : 21029 (java) S 21026 21029 18471 0 -1 1077944320 295998 0 0 0 246035 212 0 0 20 0 15 0 245376896 14429130752 735143 33554432000 4194304 4196468 140735991113264 140735991095808 139831497834231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
/proc/21029/statm: 3522737 735143 3600 1 0 3484809 0
[pid=21029/tid=21031] ppid=21026 vsize=14090948 memory=2941600 CPUtime=2437.48 cores=0,2,4,6
/proc/21029/task/21031/stat : 21031 (java) R 21026 21029 18471 0 -1 4202560 149548 0 0 0 243665 83 0 0 20 0 15 0 245376897 14429130752 735143 33554432000 4194304 4196468 140735991113264 139831502072448 139831144061057 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21032] ppid=21026 vsize=14090948 memory=2943652 CPUtime=4.08 cores=0,2,4,6
/proc/21029/task/21032/stat : 21032 (java) S 21026 21029 18471 0 -1 1077944384 25533 0 0 0 395 13 0 0 20 0 15 0 245376897 14429130752 735143 33554432000 4194304 4196468 140735991113264 139831454386704 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21033] ppid=21026 vsize=14090948 memory=2941600 CPUtime=4.07 cores=0,2,4,6
/proc/21029/task/21033/stat : 21033 (java) S 21026 21029 18471 0 -1 1077944384 26278 0 0 0 394 13 0 0 20 0 15 0 245376898 14429130752 735143 33554432000 4194304 4196468 140735991113264 139831453334160 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21034] ppid=21026 vsize=14090948 memory=2941600 CPUtime=4.09 cores=0,2,4,6
/proc/21029/task/21034/stat : 21034 (java) S 21026 21029 18471 0 -1 1077944384 21595 0 0 0 396 13 0 0 20 0 15 0 245376898 14429130752 735143 33554432000 4194304 4196468 140735991113264 139831091325200 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21035] ppid=21026 vsize=14090948 memory=2943136 CPUtime=4.07 cores=0,2,4,6
/proc/21029/task/21035/stat : 21035 (java) S 21026 21029 18471 0 -1 1077944384 25470 0 0 0 395 12 0 0 20 0 15 0 245376898 14429130752 735143 33554432000 4194304 4196468 140735991113264 139831090272656 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21036] ppid=21026 vsize=14090948 memory=2951356 CPUtime=0.35 cores=0,2,4,6
/proc/21029/task/21036/stat : 21036 (java) S 21026 21029 18471 0 -1 1077944384 18100 0 0 0 25 10 0 0 20 0 15 0 245376899 14429130752 735143 33554432000 4194304 4196468 140735991113264 139830972340976 139831497845378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21037] ppid=21026 vsize=14090948 memory=2942628 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21037/stat : 21037 (java) S 21026 21029 18471 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 245376899 14429130752 735143 33554432000 4194304 4196468 140735991113264 139830971287264 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21038] ppid=21026 vsize=14090948 memory=2942624 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21038/stat : 21038 (java) S 21026 21029 18471 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 245376900 14429130752 735143 33554432000 4194304 4196468 140735991113264 139830970234112 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21039] ppid=21026 vsize=14090948 memory=1776 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21039/stat : 21039 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14429130752 735143 33554432000 4194304 4196468 140735991113264 139830969182672 139831497852827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21040] ppid=21026 vsize=14090948 memory=2941600 CPUtime=2.91 cores=0,2,4,6
/proc/21029/task/21040/stat : 21040 (java) S 21026 21029 18471 0 -1 1077944384 8884 0 0 0 290 1 0 0 20 0 15 0 245376902 14429130752 735143 33554432000 4194304 4196468 140735991113264 139830968129776 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21041] ppid=21026 vsize=14090948 memory=2940572 CPUtime=2.86 cores=0,2,4,6
/proc/21029/task/21041/stat : 21041 (java) S 21026 21029 18471 0 -1 1077944384 10191 0 0 0 281 5 0 0 20 0 15 0 245376902 14429130752 735143 33554432000 4194304 4196468 140735991113264 139830967077232 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21042] ppid=21026 vsize=14090948 memory=2943652 CPUtime=0.92 cores=0,2,4,6
/proc/21029/task/21042/stat : 21042 (java) S 21026 21029 18471 0 -1 1077944384 7028 0 0 0 90 2 0 0 20 0 15 0 245376902 14429130752 735143 33554432000 4194304 4196468 140735991113264 139830966024176 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21043] ppid=21026 vsize=14090948 memory=56 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21043/stat : 21043 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14429130752 735143 33554432000 4194304 4196468 140735991113264 139830964971872 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21044] ppid=21026 vsize=14090948 memory=14772 CPUtime=1.54 cores=0,2,4,6
/proc/21029/task/21044/stat : 21044 (java) S 21026 21029 18471 0 -1 1077944384 1901 0 0 0 78 76 0 0 20 0 15 0 245376903 14429130752 735143 33554432000 4194304 4196468 140735991113264 139830963919920 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
Current children cumulated CPU time: 2462.47 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2940572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.5 s]
/proc/loadavg: 1.54 1.67 1.73 3/217 21221
/proc/meminfo: memFree=21194608/32770624 swapFree=67108796/67108860
[pid=21029] ppid=21026 vsize=14090948 memory=2925676 CPUtime=2520.02 cores=0,2,4,6
/proc/21029/stat : 21029 (java) S 21026 21029 18471 0 -1 1077944320 302157 0 0 0 251786 216 0 0 20 0 15 0 245376896 14429130752 731419 33554432000 4194304 4196468 140735991113264 140735991095808 139831497834231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
/proc/21029/statm: 3522737 731419 3600 1 0 3484809 0
[pid=21029/tid=21031] ppid=21026 vsize=14090948 memory=2926700 CPUtime=2493.16 cores=0,2,4,6
/proc/21029/task/21031/stat : 21031 (java) R 21026 21029 18471 0 -1 4202560 150649 0 0 0 249233 83 0 0 20 0 15 0 245376897 14429130752 731419 33554432000 4194304 4196468 140735991113264 139831502072304 139831143886757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21032] ppid=21026 vsize=14090948 memory=2929268 CPUtime=4.52 cores=0,2,4,6
/proc/21029/task/21032/stat : 21032 (java) S 21026 21029 18471 0 -1 1077944384 27402 0 0 0 439 13 0 0 20 0 15 0 245376897 14429130752 731419 33554432000 4194304 4196468 140735991113264 139831454386704 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21033] ppid=21026 vsize=14090948 memory=2928240 CPUtime=4.53 cores=0,2,4,6
/proc/21029/task/21033/stat : 21033 (java) S 21026 21029 18471 0 -1 1077944384 27251 0 0 0 439 14 0 0 20 0 15 0 245376898 14429130752 731419 33554432000 4194304 4196468 140735991113264 139831453334160 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21034] ppid=21026 vsize=14090948 memory=2929268 CPUtime=4.53 cores=0,2,4,6
/proc/21029/task/21034/stat : 21034 (java) S 21026 21029 18471 0 -1 1077944384 22422 0 0 0 440 13 0 0 20 0 15 0 245376898 14429130752 731419 33554432000 4194304 4196468 140735991113264 139831091325200 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21035] ppid=21026 vsize=14090948 memory=2930296 CPUtime=4.52 cores=0,2,4,6
/proc/21029/task/21035/stat : 21035 (java) S 21026 21029 18471 0 -1 1077944384 26291 0 0 0 440 12 0 0 20 0 15 0 245376898 14429130752 731419 33554432000 4194304 4196468 140735991113264 139831090272656 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21036] ppid=21026 vsize=14090948 memory=2934404 CPUtime=0.39 cores=0,2,4,6
/proc/21029/task/21036/stat : 21036 (java) S 21026 21029 18471 0 -1 1077944384 18600 0 0 0 28 11 0 0 20 0 15 0 245376899 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830972340976 139831497845378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21037] ppid=21026 vsize=14090948 memory=2925676 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21037/stat : 21037 (java) S 21026 21029 18471 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 245376899 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830971287264 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21038] ppid=21026 vsize=14090948 memory=2925676 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21038/stat : 21038 (java) S 21026 21029 18471 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 245376900 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830970234112 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21039] ppid=21026 vsize=14090948 memory=2951356 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21039/stat : 21039 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830969182672 139831497852827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21040] ppid=21026 vsize=14090948 memory=2928240 CPUtime=2.91 cores=0,2,4,6
/proc/21029/task/21040/stat : 21040 (java) S 21026 21029 18471 0 -1 1077944384 8889 0 0 0 290 1 0 0 20 0 15 0 245376902 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830968129776 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21041] ppid=21026 vsize=14090948 memory=2931840 CPUtime=2.86 cores=0,2,4,6
/proc/21029/task/21041/stat : 21041 (java) S 21026 21029 18471 0 -1 1077944384 10202 0 0 0 281 5 0 0 20 0 15 0 245376902 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830967077232 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21042] ppid=21026 vsize=14090948 memory=2926700 CPUtime=0.92 cores=0,2,4,6
/proc/21029/task/21042/stat : 21042 (java) S 21026 21029 18471 0 -1 1077944384 7035 0 0 0 90 2 0 0 20 0 15 0 245376902 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830966024176 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21043] ppid=21026 vsize=14090948 memory=2926700 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21043/stat : 21043 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830964971872 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21044] ppid=21026 vsize=14090948 memory=2926700 CPUtime=1.58 cores=0,2,4,6
/proc/21029/task/21044/stat : 21044 (java) S 21026 21029 18471 0 -1 1077944384 1946 0 0 0 80 78 0 0 20 0 15 0 245376903 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830963919920 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2925676 KiB

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

[startup+2498.53 s]
# the end of solver process 21029 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.87 s, system=2.18944 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2498.5 s]
/proc/loadavg: 1.54 1.67 1.73 3/217 21221
/proc/meminfo: memFree=21194608/32770624 swapFree=67108796/67108860
[pid=21029] ppid=21026 vsize=14090948 memory=2925676 CPUtime=2520.02 cores=0,2,4,6
/proc/21029/stat : 21029 (java) S 21026 21029 18471 0 -1 1077944320 302157 0 0 0 251786 216 0 0 20 0 15 0 245376896 14429130752 731419 33554432000 4194304 4196468 140735991113264 140735991095808 139831497834231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
/proc/21029/statm: 3522737 731419 3600 1 0 3484809 0
[pid=21029/tid=21031] ppid=21026 vsize=14090948 memory=2926700 CPUtime=2493.16 cores=0,2,4,6
/proc/21029/task/21031/stat : 21031 (java) R 21026 21029 18471 0 -1 4202560 150649 0 0 0 249233 83 0 0 20 0 15 0 245376897 14429130752 731419 33554432000 4194304 4196468 140735991113264 139831502072304 139831143886757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21032] ppid=21026 vsize=14090948 memory=2929268 CPUtime=4.52 cores=0,2,4,6
/proc/21029/task/21032/stat : 21032 (java) S 21026 21029 18471 0 -1 1077944384 27402 0 0 0 439 13 0 0 20 0 15 0 245376897 14429130752 731419 33554432000 4194304 4196468 140735991113264 139831454386704 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21033] ppid=21026 vsize=14090948 memory=2928240 CPUtime=4.53 cores=0,2,4,6
/proc/21029/task/21033/stat : 21033 (java) S 21026 21029 18471 0 -1 1077944384 27251 0 0 0 439 14 0 0 20 0 15 0 245376898 14429130752 731419 33554432000 4194304 4196468 140735991113264 139831453334160 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21034] ppid=21026 vsize=14090948 memory=2929268 CPUtime=4.53 cores=0,2,4,6
/proc/21029/task/21034/stat : 21034 (java) S 21026 21029 18471 0 -1 1077944384 22422 0 0 0 440 13 0 0 20 0 15 0 245376898 14429130752 731419 33554432000 4194304 4196468 140735991113264 139831091325200 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21035] ppid=21026 vsize=14090948 memory=2930296 CPUtime=4.52 cores=0,2,4,6
/proc/21029/task/21035/stat : 21035 (java) S 21026 21029 18471 0 -1 1077944384 26291 0 0 0 440 12 0 0 20 0 15 0 245376898 14429130752 731419 33554432000 4194304 4196468 140735991113264 139831090272656 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21036] ppid=21026 vsize=14090948 memory=2934404 CPUtime=0.39 cores=0,2,4,6
/proc/21029/task/21036/stat : 21036 (java) S 21026 21029 18471 0 -1 1077944384 18600 0 0 0 28 11 0 0 20 0 15 0 245376899 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830972340976 139831497845378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21037] ppid=21026 vsize=14090948 memory=2925676 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21037/stat : 21037 (java) S 21026 21029 18471 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 245376899 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830971287264 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21038] ppid=21026 vsize=14090948 memory=2925676 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21038/stat : 21038 (java) S 21026 21029 18471 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 245376900 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830970234112 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21039] ppid=21026 vsize=14090948 memory=2951356 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21039/stat : 21039 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830969182672 139831497852827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21040] ppid=21026 vsize=14090948 memory=2928240 CPUtime=2.91 cores=0,2,4,6
/proc/21029/task/21040/stat : 21040 (java) S 21026 21029 18471 0 -1 1077944384 8889 0 0 0 290 1 0 0 20 0 15 0 245376902 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830968129776 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21041] ppid=21026 vsize=14090948 memory=2931840 CPUtime=2.86 cores=0,2,4,6
/proc/21029/task/21041/stat : 21041 (java) S 21026 21029 18471 0 -1 1077944384 10202 0 0 0 281 5 0 0 20 0 15 0 245376902 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830967077232 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21042] ppid=21026 vsize=14090948 memory=2926700 CPUtime=0.92 cores=0,2,4,6
/proc/21029/task/21042/stat : 21042 (java) S 21026 21029 18471 0 -1 1077944384 7035 0 0 0 90 2 0 0 20 0 15 0 245376902 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830966024176 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21043] ppid=21026 vsize=14090948 memory=2926700 CPUtime=0 cores=0,2,4,6
/proc/21029/task/21043/stat : 21043 (java) S 21026 21029 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376902 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830964971872 139831497844437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
[pid=21029/tid=21044] ppid=21026 vsize=14090948 memory=2926700 CPUtime=1.58 cores=0,2,4,6
/proc/21029/task/21044/stat : 21044 (java) S 21026 21029 18471 0 -1 1077944384 1946 0 0 0 80 78 0 0 20 0 15 0 245376903 14429130752 731419 33554432000 4194304 4196468 140735991113264 139830963919920 139831497845378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140735991116884 140735991117065 140735991117065 140735991119823 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2925676 KiB

Child status: 143
Real time (s): 2498.53
CPU time (s): 2520.06
CPU user time (s): 2517.87
CPU system time (s): 2.18944
CPU usage (%): 100.862
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 3630344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.87
system time used= 2.18944
maximum resident set size= 3630344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302704
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64158
involuntary context switches= 2973


# summary of solver processes directly reported to runsolver:
#   pid: 21029
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.87
#   total CPU system time (s): 2.18944

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0772 second user time and 23.6776 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-14 22:22:17
IDJOB=4308491
IDBENCH=141111
IDSOLVER=2792
FILE ID=node138/4308491-1534278137
RUNJOBID= node138-1534270673-20077
PBS_JOBID= 21038119
Free space on /tmp= 27356 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ10-3_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308491-1534278137/watcher-4308491-1534278137 -o /tmp/evaluation-result-4308491-1534278137/solver-4308491-1534278137 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534270673-20077 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 2073545153 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308491-1534278137.xml

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

MD5SUM BENCH= 2a9d5e672b2129585e8bdcc62e976dce
RANDOM SEED=2073545153

node138.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.71
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.71
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.71
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.71
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:        24343508 kB
MemAvailable:   31723052 kB
Buffers:          130036 kB
Cached:          7427028 kB
SwapCached:           12 kB
Active:          4129348 kB
Inactive:        3663972 kB
Active(anon):     180476 kB
Inactive(anon):   108392 kB
Active(file):    3948872 kB
Inactive(file):  3555580 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             38872 kB
Writeback:             0 kB
AnonPages:        243492 kB
Mapped:            66688 kB
Shmem:             49740 kB
Slab:             331876 kB
SReclaimable:     303552 kB
SUnreclaim:        28324 kB
KernelStack:        3504 kB
PageTables:         6056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1232384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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= 27320 MiB
End job on node138 at 2018-08-14 23:03:56