Trace number 4298342

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
The dodo solver 2018-04-29? (TO) 2520.1 2468.71

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ8-3_c18.xml
MD5SUM7db04233d06e2f858d703f8c476ffab2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark176
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables1344
Number of constraints16096
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1344}]
Minimum variable degree16
Maximum variable degree158
Distribution of variable degrees[{"degree":16,"count":16},{"degree":17,"count":112},{"degree":24,"count":16},{"degree":25,"count":16},{"degree":26,"count":120},{"degree":34,"count":56},{"degree":40,"count":336},{"degree":47,"count":56},{"degree":60,"count":56},{"degree":72,"count":56},{"degree":84,"count":56},{"degree":96,"count":56},{"degree":108,"count":56},{"degree":120,"count":56},{"degree":132,"count":56},{"degree":144,"count":56},{"degree":154,"count":56},{"degree":155,"count":56},{"degree":158,"count":56}]
Minimum constraint arity2
Maximum constraint arity28
Distribution of constraint arities[{"arity":2,"count":1624},{"arity":3,"count":6496},{"arity":4,"count":760},{"arity":5,"count":672},{"arity":6,"count":672},{"arity":7,"count":912},{"arity":8,"count":784},{"arity":9,"count":672},{"arity":10,"count":672},{"arity":11,"count":672},{"arity":12,"count":672},{"arity":13,"count":672},{"arity":14,"count":728},{"arity":28,"count":88}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16096}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.07/2468.70	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 (13327 MiB free)
  memory of node 1: 16384 MiB (13932 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298342-1532754650/watcher-4298342-1532754650 -o /tmp/evaluation-result-4298342-1532754650/solver-4298342-1532754650 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532740979-19310 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4298342-1532754650.xml --timelimit 2520 

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

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=21239, runsolver pid=21236

[startup+0.100923 s]*
/proc/loadavg: 1.35 1.31 1.42 4/215 21254
/proc/meminfo: memFree=27898056/32770624 swapFree=67108532/67108860
[pid=21239] ppid=21236 vsize=10658972 memory=27880 CPUtime=0.13 cores=1,3,5,7
/proc/21239/stat : 21239 (java) S 21236 21239 19278 0 -1 1077944320 5348 0 0 0 11 2 0 0 20 0 15 0 93028162 10914787328 6970 33554432000 4194304 4196468 140731326747008 140731326729552 140459482640119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
/proc/21239/statm: 2664743 6970 2836 1 0 2627263 0
[pid=21239/tid=21241] ppid=21236 vsize=10658972 memory=-8269626465541590395 CPUtime=0.09 cores=1,3,5,7
/proc/21239/task/21241/stat : 21241 (java) R 21236 21239 19278 0 -1 4202560 3204 0 0 0 8 1 0 0 20 0 15 0 93028163 10914787328 6970 33554432000 4194304 4196468 140731326747008 140459486871008 140459070532827 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21242] ppid=21236 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21242/stat : 21242 (java) S 21236 21239 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93028164 10914787328 6970 33554432000 4194304 4196468 140731326747008 140459408714000 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21243] ppid=21236 vsize=10658972 memory=140299764610688 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21243/stat : 21243 (java) S 21236 21239 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93028164 10914787328 6970 33554432000 4194304 4196468 140731326747008 140459407661456 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21244] ppid=21236 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21244/stat : 21244 (java) S 21236 21239 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93028164 10914787328 6970 33554432000 4194304 4196468 140731326747008 140459406608912 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21245] ppid=21236 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21245/stat : 21245 (java) S 21236 21239 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93028164 10914787328 6970 33554432000 4194304 4196468 140731326747008 140459405556368 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21246] ppid=21236 vsize=10658972 memory=140299764610688 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21246/stat : 21246 (java) S 21236 21239 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93028165 10914787328 6970 33554432000 4194304 4196468 140731326747008 140458787088880 140459482651266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21247] ppid=21236 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21247/stat : 21247 (java) S 21236 21239 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93028165 10914787328 7036 33554432000 4194304 4196468 140731326747008 140458718127520 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21248] ppid=21236 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21248/stat : 21248 (java) S 21236 21239 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93028166 10914787328 7036 33554432000 4194304 4196468 140731326747008 140458717074928 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21249] ppid=21236 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21249/stat : 21249 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10914787328 7036 33554432000 4194304 4196468 140731326747008 140458716023504 140459482658715 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21250] ppid=21236 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21250/stat : 21250 (java) R 21236 21239 19278 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 15 0 93028168 10914787328 7036 33554432000 4194304 4196468 140731326747008 140458714970096 140459460472976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21251] ppid=21236 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21251/stat : 21251 (java) R 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10914787328 7036 33554432000 4194304 4196468 140731326747008 140458713917552 140459482651266 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21252] ppid=21236 vsize=10658972 memory=140299764610688 CPUtime=0.02 cores=1,3,5,7
/proc/21239/task/21252/stat : 21252 (java) R 21236 21239 19278 0 -1 4202560 330 0 0 0 2 0 0 0 20 0 15 0 93028168 10914787328 7036 33554432000 4194304 4196468 140731326747008 140458712865008 140459482652054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21253] ppid=21236 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21253/stat : 21253 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10914787328 7036 33554432000 4194304 4196468 140731326747008 140458711812704 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21254] ppid=21236 vsize=10658972 memory=140299764610688 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21254/stat : 21254 (java) R 21236 21239 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93028168 10914787328 7036 33554432000 4194304 4196468 140731326747008 140458710760240 140459482651266 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27880 KiB

[startup+0.210556 s]*
/proc/loadavg: 1.35 1.31 1.42 4/215 21254
/proc/meminfo: memFree=27886644/32770624 swapFree=67108532/67108860
[pid=21239] ppid=21236 vsize=10661056 memory=40020 CPUtime=0.34 cores=1,3,5,7
/proc/21239/stat : 21239 (java) S 21236 21239 19278 0 -1 1077944320 8132 0 0 0 32 2 0 0 20 0 15 0 93028162 10916921344 10005 33554432000 4194304 4196468 140731326747008 140731326729552 140459482640119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
/proc/21239/statm: 2665264 10005 2994 1 0 2627263 0
[pid=21239/tid=21241] ppid=21236 vsize=10661056 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/21239/task/21241/stat : 21241 (java) R 21236 21239 19278 0 -1 4202560 5126 0 0 0 18 1 0 0 20 0 15 0 93028163 10916921344 10005 33554432000 4194304 4196468 140731326747008 140459486876240 140459070591285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21242] ppid=21236 vsize=10661056 memory=364 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21242/stat : 21242 (java) S 21236 21239 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93028164 10916921344 10005 33554432000 4194304 4196468 140731326747008 140459408714000 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21243] ppid=21236 vsize=10661056 memory=140299765126434 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21243/stat : 21243 (java) S 21236 21239 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93028164 10916921344 10005 33554432000 4194304 4196468 140731326747008 140459407661456 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21244] ppid=21236 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21244/stat : 21244 (java) S 21236 21239 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93028164 10916921344 10005 33554432000 4194304 4196468 140731326747008 140459406608912 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21245] ppid=21236 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21245/stat : 21245 (java) S 21236 21239 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93028164 10916921344 10005 33554432000 4194304 4196468 140731326747008 140459405556368 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21246] ppid=21236 vsize=10661056 memory=140299764610688 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21246/stat : 21246 (java) S 21236 21239 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93028165 10916921344 10005 33554432000 4194304 4196468 140731326747008 140458787088880 140459482651266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21247] ppid=21236 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21247/stat : 21247 (java) S 21236 21239 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93028165 10916921344 10005 33554432000 4194304 4196468 140731326747008 140458718127520 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21248] ppid=21236 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21248/stat : 21248 (java) S 21236 21239 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93028166 10916921344 10005 33554432000 4194304 4196468 140731326747008 140458717074928 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21249] ppid=21236 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21249/stat : 21249 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10916921344 10005 33554432000 4194304 4196468 140731326747008 140458716023504 140459482658715 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21250] ppid=21236 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21239/task/21250/stat : 21250 (java) R 21236 21239 19278 0 -1 4202560 704 0 0 0 2 0 0 0 20 0 15 0 93028168 10916921344 10005 33554432000 4194304 4196468 140731326747008 140458714970096 140459474877246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21251] ppid=21236 vsize=10661056 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/21239/task/21251/stat : 21251 (java) R 21236 21239 19278 0 -1 4202560 151 0 0 0 3 0 0 0 20 0 15 0 93028168 10916921344 10005 33554432000 4194304 4196468 140731326747008 140458713917552 140459459999472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21252] ppid=21236 vsize=10661056 memory=140299764610688 CPUtime=0.08 cores=1,3,5,7
/proc/21239/task/21252/stat : 21252 (java) R 21236 21239 19278 0 -1 1077944384 786 0 0 0 8 0 0 0 20 0 15 0 93028168 10916921344 10005 33554432000 4194304 4196468 140731326747008 140458712861376 140459482650325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21253] ppid=21236 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21253/stat : 21253 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10916921344 10005 33554432000 4194304 4196468 140731326747008 140458711812704 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21254] ppid=21236 vsize=10661056 memory=140299764610688 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21254/stat : 21254 (java) S 21236 21239 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93028168 10916921344 10005 33554432000 4194304 4196468 140731326747008 140458710760240 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40020 KiB

[startup+0.310666 s]*
/proc/loadavg: 1.35 1.31 1.42 5/215 21254
/proc/meminfo: memFree=27869276/32770624 swapFree=67108532/67108860
[pid=21239] ppid=21236 vsize=10661132 memory=57436 CPUtime=0.67 cores=1,3,5,7
/proc/21239/stat : 21239 (java) S 21236 21239 19278 0 -1 1077944320 10330 0 0 0 64 3 0 0 20 0 15 0 93028162 10916999168 14359 33554432000 4194304 4196468 140731326747008 140731326729552 140459482640119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
/proc/21239/statm: 2665283 14359 3071 1 0 2627263 0
[pid=21239/tid=21241] ppid=21236 vsize=10661132 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/21239/task/21241/stat : 21241 (java) R 21236 21239 19278 0 -1 4202560 5272 0 0 0 27 2 0 0 20 0 15 0 93028163 10916999168 14359 33554432000 4194304 4196468 140731326747008 140459486876784 140459466720606 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21242] ppid=21236 vsize=10661132 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21242/stat : 21242 (java) S 21236 21239 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93028164 10916999168 14359 33554432000 4194304 4196468 140731326747008 140459408714000 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21243] ppid=21236 vsize=10661132 memory=140299765122674 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21243/stat : 21243 (java) S 21236 21239 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93028164 10916999168 14359 33554432000 4194304 4196468 140731326747008 140459407661456 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21244] ppid=21236 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21244/stat : 21244 (java) S 21236 21239 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93028164 10916999168 14359 33554432000 4194304 4196468 140731326747008 140459406608912 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21245] ppid=21236 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21245/stat : 21245 (java) S 21236 21239 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93028164 10916999168 14359 33554432000 4194304 4196468 140731326747008 140459405556368 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21246] ppid=21236 vsize=10661132 memory=140299764610688 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21246/stat : 21246 (java) S 21236 21239 19278 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93028165 10916999168 14359 33554432000 4194304 4196468 140731326747008 140458787088880 140459482651266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21247] ppid=21236 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21247/stat : 21247 (java) S 21236 21239 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93028165 10916999168 14359 33554432000 4194304 4196468 140731326747008 140458718127520 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21248] ppid=21236 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21248/stat : 21248 (java) S 21236 21239 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93028166 10916999168 14359 33554432000 4194304 4196468 140731326747008 140458717074928 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21249] ppid=21236 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21249/stat : 21249 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10916999168 14359 33554432000 4194304 4196468 140731326747008 140458716023504 140459482658715 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21250] ppid=21236 vsize=10661132 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21239/task/21250/stat : 21250 (java) R 21236 21239 19278 0 -1 4202560 1605 0 0 0 11 0 0 0 20 0 15 0 93028168 10916999168 14359 33554432000 4194304 4196468 140731326747008 140458714962048 140459467564462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21251] ppid=21236 vsize=10661132 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/21239/task/21251/stat : 21251 (java) R 21236 21239 19278 0 -1 4202560 871 0 0 0 12 0 0 0 20 0 15 0 93028168 10916999168 14359 33554432000 4194304 4196468 140731326747008 140458713903432 140459475736955 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21252] ppid=21236 vsize=10661132 memory=140299764610688 CPUtime=0.12 cores=1,3,5,7
/proc/21239/task/21252/stat : 21252 (java) S 21236 21239 19278 0 -1 1077944384 1219 0 0 0 12 0 0 0 20 0 15 0 93028168 10916999168 14359 33554432000 4194304 4196468 140731326747008 140458712865008 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21253] ppid=21236 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21253/stat : 21253 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10916999168 14359 33554432000 4194304 4196468 140731326747008 140458711812704 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21254] ppid=21236 vsize=10661132 memory=140299764610688 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21254/stat : 21254 (java) S 21236 21239 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93028168 10916999168 14359 33554432000 4194304 4196468 140731326747008 140458710760240 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 57436 KiB

[startup+0.700806 s]
/proc/loadavg: 1.35 1.31 1.42 5/215 21254
/proc/meminfo: memFree=27845944/32770624 swapFree=67108532/67108860
[pid=21239] ppid=21236 vsize=10661132 memory=153548 CPUtime=1.86 cores=1,3,5,7
/proc/21239/stat : 21239 (java) S 21236 21239 19278 0 -1 1077944320 11891 0 0 0 181 5 0 0 20 0 15 0 93028162 10916999168 38387 33554432000 4194304 4196468 140731326747008 140731326729552 140459482640119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
/proc/21239/statm: 2665283 38387 3107 1 0 2627263 0
[pid=21239/tid=21241] ppid=21236 vsize=10661132 memory=16236 CPUtime=0.67 cores=1,3,5,7
/proc/21239/task/21241/stat : 21241 (java) R 21236 21239 19278 0 -1 4202560 5549 0 0 0 64 3 0 0 20 0 15 0 93028163 10916999168 38387 33554432000 4194304 4196468 140731326747008 140459486874352 140459073720015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21242] ppid=21236 vsize=10661132 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21242/stat : 21242 (java) S 21236 21239 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93028164 10916999168 38387 33554432000 4194304 4196468 140731326747008 140459408714000 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21243] ppid=21236 vsize=10661132 memory=640 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21243/stat : 21243 (java) S 21236 21239 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93028164 10916999168 38387 33554432000 4194304 4196468 140731326747008 140459407661456 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21244] ppid=21236 vsize=10661132 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21244/stat : 21244 (java) S 21236 21239 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93028164 10916999168 38387 33554432000 4194304 4196468 140731326747008 140459406608912 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21245] ppid=21236 vsize=10661132 memory=960 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21245/stat : 21245 (java) S 21236 21239 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93028164 10916999168 38387 33554432000 4194304 4196468 140731326747008 140459405556368 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21246] ppid=21236 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21246/stat : 21246 (java) S 21236 21239 19278 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93028165 10916999168 38387 33554432000 4194304 4196468 140731326747008 140458787088880 140459482651266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21247] ppid=21236 vsize=10661132 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21247/stat : 21247 (java) S 21236 21239 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93028165 10916999168 38387 33554432000 4194304 4196468 140731326747008 140458718127520 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21248] ppid=21236 vsize=10661132 memory=928 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21248/stat : 21248 (java) S 21236 21239 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93028166 10916999168 38387 33554432000 4194304 4196468 140731326747008 140458717074928 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21249] ppid=21236 vsize=10661132 memory=6153431502485415274 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21249/stat : 21249 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10916999168 38387 33554432000 4194304 4196468 140731326747008 140458716023504 140459482658715 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21250] ppid=21236 vsize=10661132 memory=6081108994580113768 CPUtime=0.47 cores=1,3,5,7
/proc/21239/task/21250/stat : 21250 (java) R 21236 21239 19278 0 -1 4202560 1953 0 0 0 47 0 0 0 20 0 15 0 93028168 10916999168 38387 33554432000 4194304 4196468 140731326747008 140458714954760 140459460234864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21251] ppid=21236 vsize=10661132 memory=6154282490091891024 CPUtime=0.45 cores=1,3,5,7
/proc/21239/task/21251/stat : 21251 (java) R 21236 21239 19278 0 -1 4202560 1553 0 0 0 45 0 0 0 20 0 15 0 93028168 10916999168 38387 33554432000 4194304 4196468 140731326747008 140458713904368 140459474881100 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21252] ppid=21236 vsize=10661132 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/21239/task/21252/stat : 21252 (java) S 21236 21239 19278 0 -1 1077944384 1465 0 0 0 23 1 0 0 20 0 15 0 93028168 10916999168 38387 33554432000 4194304 4196468 140731326747008 140458712865008 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21253] ppid=21236 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21253/stat : 21253 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10916999168 38387 33554432000 4194304 4196468 140731326747008 140458711812704 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21254] ppid=21236 vsize=10661132 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21254/stat : 21254 (java) S 21236 21239 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93028168 10916999168 38387 33554432000 4194304 4196468 140731326747008 140458710760240 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 153548 KiB

[startup+1.50263 s]
/proc/loadavg: 1.35 1.31 1.42 5/215 21254
/proc/meminfo: memFree=27720784/32770624 swapFree=67108532/67108860
[pid=21239] ppid=21236 vsize=10661132 memory=236704 CPUtime=4.32 cores=1,3,5,7
/proc/21239/stat : 21239 (java) S 21236 21239 19278 0 -1 1077944320 16177 0 0 0 421 11 0 0 20 0 15 0 93028162 10916999168 59176 33554432000 4194304 4196468 140731326747008 140731326729552 140459482640119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
/proc/21239/statm: 2665283 59176 3159 1 0 2627263 0
[pid=21239/tid=21241] ppid=21236 vsize=10661132 memory=236436 CPUtime=1.42 cores=1,3,5,7
/proc/21239/task/21241/stat : 21241 (java) R 21236 21239 19278 0 -1 4202560 5805 0 0 0 138 4 0 0 20 0 15 0 93028163 10916999168 59176 33554432000 4194304 4196468 140731326747008 140459486861312 140459071825494 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21242] ppid=21236 vsize=10661132 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/21239/task/21242/stat : 21242 (java) S 21236 21239 19278 0 -1 1077944384 78 0 0 0 2 0 0 0 20 0 15 0 93028164 10916999168 59176 33554432000 4194304 4196468 140731326747008 140459408714000 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21243] ppid=21236 vsize=10661132 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/21239/task/21243/stat : 21243 (java) S 21236 21239 19278 0 -1 1077944384 185 0 0 0 3 1 0 0 20 0 15 0 93028164 10916999168 59176 33554432000 4194304 4196468 140731326747008 140459407661456 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21244] ppid=21236 vsize=10661132 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/21239/task/21244/stat : 21244 (java) S 21236 21239 19278 0 -1 1077944384 100 0 0 0 2 1 0 0 20 0 15 0 93028164 10916999168 59176 33554432000 4194304 4196468 140731326747008 140459406608912 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21245] ppid=21236 vsize=10661132 memory=6943526294502006880 CPUtime=0.03 cores=1,3,5,7
/proc/21239/task/21245/stat : 21245 (java) S 21236 21239 19278 0 -1 1077944384 87 0 0 0 2 1 0 0 20 0 15 0 93028164 10916999168 59176 33554432000 4194304 4196468 140731326747008 140459405556368 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21246] ppid=21236 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21246/stat : 21246 (java) S 21236 21239 19278 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 93028165 10916999168 59176 33554432000 4194304 4196468 140731326747008 140458787088880 140459482651266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0

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

/proc/21239/task/21241/stat : 21241 (java) R 21236 21239 19278 0 -1 4202560 31218 0 0 0 236453 56 0 0 20 0 15 0 93028163 10916999168 77613 33554432000 4194304 4196468 140731326747008 140459486862560 140459075423213 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21242] ppid=21236 vsize=10661132 memory=298652 CPUtime=15.02 cores=1,3,5,7
/proc/21239/task/21242/stat : 21242 (java) S 21236 21239 19278 0 -1 1077944384 12218 0 0 0 1462 40 0 0 20 0 15 0 93028164 10916999168 77613 33554432000 4194304 4196468 140731326747008 140459408714000 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21243] ppid=21236 vsize=10661132 memory=298652 CPUtime=15.03 cores=1,3,5,7
/proc/21239/task/21243/stat : 21243 (java) S 21236 21239 19278 0 -1 1077944384 11005 0 0 0 1464 39 0 0 20 0 15 0 93028164 10916999168 77613 33554432000 4194304 4196468 140731326747008 140459407661456 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21244] ppid=21236 vsize=10661132 memory=310456 CPUtime=15.04 cores=1,3,5,7
/proc/21239/task/21244/stat : 21244 (java) S 21236 21239 19278 0 -1 1077944384 13464 0 0 0 1465 39 0 0 20 0 15 0 93028164 10916999168 77613 33554432000 4194304 4196468 140731326747008 140459406608912 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21245] ppid=21236 vsize=10661132 memory=309432 CPUtime=15.05 cores=1,3,5,7
/proc/21239/task/21245/stat : 21245 (java) S 21236 21239 19278 0 -1 1077944384 13764 0 0 0 1467 38 0 0 20 0 15 0 93028164 10916999168 77613 33554432000 4194304 4196468 140731326747008 140459405556368 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21246] ppid=21236 vsize=10661132 memory=304572 CPUtime=1.6 cores=1,3,5,7
/proc/21239/task/21246/stat : 21246 (java) S 21236 21239 19278 0 -1 1077944384 11740 0 0 0 129 31 0 0 20 0 15 0 93028165 10916999168 77613 33554432000 4194304 4196468 140731326747008 140458787088880 140459482651266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21247] ppid=21236 vsize=10661132 memory=306624 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21247/stat : 21247 (java) S 21236 21239 19278 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 93028165 10916999168 77613 33554432000 4194304 4196468 140731326747008 140458718127584 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21248] ppid=21236 vsize=10661132 memory=298652 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21248/stat : 21248 (java) S 21236 21239 19278 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 93028166 10916999168 77613 33554432000 4194304 4196468 140731326747008 140458717074928 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21249] ppid=21236 vsize=10661132 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21249/stat : 21249 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10916999168 77613 33554432000 4194304 4196468 140731326747008 140458716023504 140459482658715 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21250] ppid=21236 vsize=10661132 memory=310456 CPUtime=1.5 cores=1,3,5,7
/proc/21239/task/21250/stat : 21250 (java) S 21236 21239 19278 0 -1 1077944384 6276 0 0 0 149 1 0 0 20 0 15 0 93028168 10916999168 77613 33554432000 4194304 4196468 140731326747008 140458714970096 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21251] ppid=21236 vsize=10661132 memory=298652 CPUtime=1.27 cores=1,3,5,7
/proc/21239/task/21251/stat : 21251 (java) S 21236 21239 19278 0 -1 1077944384 4955 0 0 0 126 1 0 0 20 0 15 0 93028168 10916999168 77613 33554432000 4194304 4196468 140731326747008 140458713917552 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21252] ppid=21236 vsize=10661132 memory=6791534058613427641 CPUtime=0.43 cores=1,3,5,7
/proc/21239/task/21252/stat : 21252 (java) S 21236 21239 19278 0 -1 1077944384 2724 0 0 0 41 2 0 0 20 0 15 0 93028168 10916999168 77613 33554432000 4194304 4196468 140731326747008 140458712865008 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21253] ppid=21236 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21253/stat : 21253 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10916999168 77613 33554432000 4194304 4196468 140731326747008 140458711812704 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21254] ppid=21236 vsize=10661132 memory=4136 CPUtime=1.39 cores=1,3,5,7
/proc/21239/task/21254/stat : 21254 (java) S 21236 21239 19278 0 -1 1077944384 1837 0 0 0 62 77 0 0 20 0 15 0 93028168 10916999168 77613 33554432000 4194304 4196468 140731326747008 140458710760240 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
Current children cumulated CPU time: 2431.52 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 310452 KiB

[startup+2442.3 s]
/proc/loadavg: 1.24 1.28 1.35 3/216 21404
/proc/meminfo: memFree=27644964/32770624 swapFree=67108532/67108860
[pid=21239] ppid=21236 vsize=10661132 memory=298520 CPUtime=2493.02 cores=1,3,5,7
/proc/21239/stat : 21239 (java) S 21236 21239 19278 0 -1 1077944320 111985 0 0 0 248996 306 0 0 20 0 15 0 93028162 10916999168 74630 33554432000 4194304 4196468 140731326747008 140731326729552 140459482640119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
/proc/21239/statm: 2665283 74630 3175 1 0 2627263 0
[pid=21239/tid=21241] ppid=21236 vsize=10661132 memory=298520 CPUtime=2424.52 cores=1,3,5,7
/proc/21239/task/21241/stat : 21241 (java) R 21236 21239 19278 0 -1 4202560 31479 0 0 0 242395 57 0 0 20 0 15 0 93028163 10916999168 74630 33554432000 4194304 4196468 140731326747008 140459486860624 140459075404884 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21242] ppid=21236 vsize=10661132 memory=298520 CPUtime=15.51 cores=1,3,5,7
/proc/21239/task/21242/stat : 21242 (java) S 21236 21239 19278 0 -1 1077944384 12374 0 0 0 1511 40 0 0 20 0 15 0 93028164 10916999168 74630 33554432000 4194304 4196468 140731326747008 140459408714000 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21243] ppid=21236 vsize=10661132 memory=298520 CPUtime=15.53 cores=1,3,5,7
/proc/21239/task/21243/stat : 21243 (java) S 21236 21239 19278 0 -1 1077944384 11473 0 0 0 1513 40 0 0 20 0 15 0 93028164 10916999168 74630 33554432000 4194304 4196468 140731326747008 140459407661456 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21244] ppid=21236 vsize=10661132 memory=298520 CPUtime=15.54 cores=1,3,5,7
/proc/21239/task/21244/stat : 21244 (java) S 21236 21239 19278 0 -1 1077944384 13672 0 0 0 1514 40 0 0 20 0 15 0 93028164 10916999168 74630 33554432000 4194304 4196468 140731326747008 140459406608912 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21245] ppid=21236 vsize=10661132 memory=280599206511968 CPUtime=15.54 cores=1,3,5,7
/proc/21239/task/21245/stat : 21245 (java) S 21236 21239 19278 0 -1 1077944384 13917 0 0 0 1516 38 0 0 20 0 15 0 93028164 10916999168 74630 33554432000 4194304 4196468 140731326747008 140459405556368 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21246] ppid=21236 vsize=10661132 memory=16204 CPUtime=1.65 cores=1,3,5,7
/proc/21239/task/21246/stat : 21246 (java) S 21236 21239 19278 0 -1 1077944384 11864 0 0 0 133 32 0 0 20 0 15 0 93028165 10916999168 74630 33554432000 4194304 4196468 140731326747008 140458787088880 140459482651266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21247] ppid=21236 vsize=10661132 memory=298520 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21247/stat : 21247 (java) S 21236 21239 19278 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 93028165 10916999168 74630 33554432000 4194304 4196468 140731326747008 140458718127584 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21248] ppid=21236 vsize=10661132 memory=298520 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21248/stat : 21248 (java) S 21236 21239 19278 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 93028166 10916999168 74630 33554432000 4194304 4196468 140731326747008 140458717074928 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21249] ppid=21236 vsize=10661132 memory=298520 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21249/stat : 21249 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10916999168 74630 33554432000 4194304 4196468 140731326747008 140458716023504 140459482658715 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21250] ppid=21236 vsize=10661132 memory=3868 CPUtime=1.5 cores=1,3,5,7
/proc/21239/task/21250/stat : 21250 (java) S 21236 21239 19278 0 -1 1077944384 6278 0 0 0 149 1 0 0 20 0 15 0 93028168 10916999168 74630 33554432000 4194304 4196468 140731326747008 140458714970096 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21251] ppid=21236 vsize=10661132 memory=298520 CPUtime=1.27 cores=1,3,5,7
/proc/21239/task/21251/stat : 21251 (java) S 21236 21239 19278 0 -1 1077944384 4957 0 0 0 126 1 0 0 20 0 15 0 93028168 10916999168 74630 33554432000 4194304 4196468 140731326747008 140458713917552 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21252] ppid=21236 vsize=10661132 memory=298520 CPUtime=0.43 cores=1,3,5,7
/proc/21239/task/21252/stat : 21252 (java) S 21236 21239 19278 0 -1 1077944384 2726 0 0 0 41 2 0 0 20 0 15 0 93028168 10916999168 74630 33554432000 4194304 4196468 140731326747008 140458712865008 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21253] ppid=21236 vsize=10661132 memory=298520 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21253/stat : 21253 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10916999168 74630 33554432000 4194304 4196468 140731326747008 140458711812704 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21254] ppid=21236 vsize=10661132 memory=1200 CPUtime=1.43 cores=1,3,5,7
/proc/21239/task/21254/stat : 21254 (java) S 21236 21239 19278 0 -1 1077944384 1851 0 0 0 64 79 0 0 20 0 15 0 93028168 10916999168 74630 33554432000 4194304 4196468 140731326747008 140458710760240 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
Current children cumulated CPU time: 2493.02 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 298520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.7 s]
/proc/loadavg: 1.22 1.27 1.35 3/216 21405
/proc/meminfo: memFree=27641708/32770624 swapFree=67108532/67108860
[pid=21239] ppid=21236 vsize=10661132 memory=298472 CPUtime=2520.07 cores=1,3,5,7
/proc/21239/stat : 21239 (java) S 21236 21239 19278 0 -1 1077944320 112747 0 0 0 251699 308 0 0 20 0 15 0 93028162 10916999168 74618 33554432000 4194304 4196468 140731326747008 140731326729552 140459482640119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
/proc/21239/statm: 2665283 74618 3175 1 0 2627263 0
[pid=21239/tid=21241] ppid=21236 vsize=10661132 memory=300008 CPUtime=2450.67 cores=1,3,5,7
/proc/21239/task/21241/stat : 21241 (java) R 21236 21239 19278 0 -1 4202560 32156 0 0 0 245009 58 0 0 20 0 15 0 93028163 10916999168 74618 33554432000 4194304 4196468 140731326747008 140459486860400 140459075305248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21242] ppid=21236 vsize=10661132 memory=298472 CPUtime=15.73 cores=1,3,5,7
/proc/21239/task/21242/stat : 21242 (java) S 21236 21239 19278 0 -1 1077944384 12382 0 0 0 1533 40 0 0 20 0 15 0 93028164 10916999168 74618 33554432000 4194304 4196468 140731326747008 140459408714000 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21243] ppid=21236 vsize=10661132 memory=280599207483552 CPUtime=15.75 cores=1,3,5,7
/proc/21239/task/21243/stat : 21243 (java) S 21236 21239 19278 0 -1 1077944384 11489 0 0 0 1535 40 0 0 20 0 15 0 93028164 10916999168 74618 33554432000 4194304 4196468 140731326747008 140459407661456 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21244] ppid=21236 vsize=10661132 memory=305652 CPUtime=15.75 cores=1,3,5,7
/proc/21239/task/21244/stat : 21244 (java) S 21236 21239 19278 0 -1 1077944384 13683 0 0 0 1535 40 0 0 20 0 15 0 93028164 10916999168 74618 33554432000 4194304 4196468 140731326747008 140459406608912 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21245] ppid=21236 vsize=10661132 memory=301036 CPUtime=15.77 cores=1,3,5,7
/proc/21239/task/21245/stat : 21245 (java) S 21236 21239 19278 0 -1 1077944384 13954 0 0 0 1538 39 0 0 20 0 15 0 93028164 10916999168 74618 33554432000 4194304 4196468 140731326747008 140459405556368 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21246] ppid=21236 vsize=10661132 memory=299496 CPUtime=1.68 cores=1,3,5,7
/proc/21239/task/21246/stat : 21246 (java) S 21236 21239 19278 0 -1 1077944384 11875 0 0 0 136 32 0 0 20 0 15 0 93028165 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458787088880 140459482651266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21247] ppid=21236 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21247/stat : 21247 (java) S 21236 21239 19278 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 93028165 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458718127584 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21248] ppid=21236 vsize=10661132 memory=298472 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21248/stat : 21248 (java) S 21236 21239 19278 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 93028166 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458717074928 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21249] ppid=21236 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21249/stat : 21249 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458716023504 140459482658715 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21250] ppid=21236 vsize=10661132 memory=280599207367072 CPUtime=1.5 cores=1,3,5,7
/proc/21239/task/21250/stat : 21250 (java) S 21236 21239 19278 0 -1 1077944384 6278 0 0 0 149 1 0 0 20 0 15 0 93028168 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458714970096 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21251] ppid=21236 vsize=10661132 memory=305652 CPUtime=1.27 cores=1,3,5,7
/proc/21239/task/21251/stat : 21251 (java) S 21236 21239 19278 0 -1 1077944384 4957 0 0 0 126 1 0 0 20 0 15 0 93028168 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458713917552 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21252] ppid=21236 vsize=10661132 memory=305652 CPUtime=0.43 cores=1,3,5,7
/proc/21239/task/21252/stat : 21252 (java) S 21236 21239 19278 0 -1 1077944384 2726 0 0 0 41 2 0 0 20 0 15 0 93028168 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458712865008 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21253] ppid=21236 vsize=10661132 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21253/stat : 21253 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458711812704 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21254] ppid=21236 vsize=10661132 memory=27152 CPUtime=1.44 cores=1,3,5,7
/proc/21239/task/21254/stat : 21254 (java) S 21236 21239 19278 0 -1 1077944384 1853 0 0 0 64 80 0 0 20 0 15 0 93028168 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458710760240 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 298472 KiB

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

[startup+2468.71 s]
# the end of solver process 21239 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517 s, system=3.09074 s

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

[startup+2468.7 s]
/proc/loadavg: 1.22 1.27 1.35 3/216 21405
/proc/meminfo: memFree=27641708/32770624 swapFree=67108532/67108860
[pid=21239] ppid=21236 vsize=10661132 memory=298472 CPUtime=2520.07 cores=1,3,5,7
/proc/21239/stat : 21239 (java) S 21236 21239 19278 0 -1 1077944320 112747 0 0 0 251699 308 0 0 20 0 15 0 93028162 10916999168 74618 33554432000 4194304 4196468 140731326747008 140731326729552 140459482640119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
/proc/21239/statm: 2665283 74618 3175 1 0 2627263 0
[pid=21239/tid=21241] ppid=21236 vsize=10661132 memory=300008 CPUtime=2450.67 cores=1,3,5,7
/proc/21239/task/21241/stat : 21241 (java) R 21236 21239 19278 0 -1 4202560 32156 0 0 0 245009 58 0 0 20 0 15 0 93028163 10916999168 74618 33554432000 4194304 4196468 140731326747008 140459486860400 140459075305248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21242] ppid=21236 vsize=10661132 memory=298472 CPUtime=15.73 cores=1,3,5,7
/proc/21239/task/21242/stat : 21242 (java) S 21236 21239 19278 0 -1 1077944384 12382 0 0 0 1533 40 0 0 20 0 15 0 93028164 10916999168 74618 33554432000 4194304 4196468 140731326747008 140459408714000 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21243] ppid=21236 vsize=10661132 memory=280599207483552 CPUtime=15.75 cores=1,3,5,7
/proc/21239/task/21243/stat : 21243 (java) S 21236 21239 19278 0 -1 1077944384 11489 0 0 0 1535 40 0 0 20 0 15 0 93028164 10916999168 74618 33554432000 4194304 4196468 140731326747008 140459407661456 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21244] ppid=21236 vsize=10661132 memory=305652 CPUtime=15.75 cores=1,3,5,7
/proc/21239/task/21244/stat : 21244 (java) S 21236 21239 19278 0 -1 1077944384 13683 0 0 0 1535 40 0 0 20 0 15 0 93028164 10916999168 74618 33554432000 4194304 4196468 140731326747008 140459406608912 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21245] ppid=21236 vsize=10661132 memory=301036 CPUtime=15.77 cores=1,3,5,7
/proc/21239/task/21245/stat : 21245 (java) S 21236 21239 19278 0 -1 1077944384 13954 0 0 0 1538 39 0 0 20 0 15 0 93028164 10916999168 74618 33554432000 4194304 4196468 140731326747008 140459405556368 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21246] ppid=21236 vsize=10661132 memory=299496 CPUtime=1.68 cores=1,3,5,7
/proc/21239/task/21246/stat : 21246 (java) S 21236 21239 19278 0 -1 1077944384 11875 0 0 0 136 32 0 0 20 0 15 0 93028165 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458787088880 140459482651266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21247] ppid=21236 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21247/stat : 21247 (java) S 21236 21239 19278 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 93028165 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458718127584 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21248] ppid=21236 vsize=10661132 memory=298472 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21248/stat : 21248 (java) S 21236 21239 19278 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 93028166 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458717074928 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21249] ppid=21236 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21249/stat : 21249 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458716023504 140459482658715 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21250] ppid=21236 vsize=10661132 memory=280599207367072 CPUtime=1.5 cores=1,3,5,7
/proc/21239/task/21250/stat : 21250 (java) S 21236 21239 19278 0 -1 1077944384 6278 0 0 0 149 1 0 0 20 0 15 0 93028168 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458714970096 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21251] ppid=21236 vsize=10661132 memory=305652 CPUtime=1.27 cores=1,3,5,7
/proc/21239/task/21251/stat : 21251 (java) S 21236 21239 19278 0 -1 1077944384 4957 0 0 0 126 1 0 0 20 0 15 0 93028168 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458713917552 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21252] ppid=21236 vsize=10661132 memory=305652 CPUtime=0.43 cores=1,3,5,7
/proc/21239/task/21252/stat : 21252 (java) S 21236 21239 19278 0 -1 1077944384 2726 0 0 0 41 2 0 0 20 0 15 0 93028168 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458712865008 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21253] ppid=21236 vsize=10661132 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21253/stat : 21253 (java) S 21236 21239 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93028168 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458711812704 140459482650325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
[pid=21239/tid=21254] ppid=21236 vsize=10661132 memory=27152 CPUtime=1.44 cores=1,3,5,7
/proc/21239/task/21254/stat : 21254 (java) S 21236 21239 19278 0 -1 1077944384 1853 0 0 0 64 80 0 0 20 0 15 0 93028168 10916999168 74618 33554432000 4194304 4196468 140731326747008 140458710760240 140459482651266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6438912 140731326751864 140731326752009 140731326752009 140731326754767 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 298472 KiB

Child status: 143
Real time (s): 2468.71
CPU time (s): 2520.1
CPU user time (s): 2517
CPU system time (s): 3.09074
CPU usage (%): 102.081
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 1359932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517
system time used= 3.09074
maximum resident set size= 1359932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112908
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91831
involuntary context switches= 3120


# summary of solver processes directly reported to runsolver:
#   pid: 21239
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517
#   total CPU system time (s): 3.09074

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5815 second user time and 24.1707 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-28 07:10:50
IDJOB=4298342
IDBENCH=141113
IDSOLVER=2768
FILE ID=node104/4298342-1532754650
RUNJOBID= node104-1532740979-19310
PBS_JOBID= 21022449
Free space on /tmp= 48344 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ8-3_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298342-1532754650/watcher-4298342-1532754650 -o /tmp/evaluation-result-4298342-1532754650/solver-4298342-1532754650 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532740979-19310 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4298342-1532754650.xml --timelimit 2520

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

MD5SUM BENCH= 7db04233d06e2f858d703f8c476ffab2
RANDOM SEED=828480565

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27914528 kB
MemAvailable:   31729468 kB
Buffers:          142836 kB
Cached:          3924704 kB
SwapCached:           12 kB
Active:          2135744 kB
Inactive:        2209440 kB
Active(anon):     232192 kB
Inactive(anon):    73040 kB
Active(file):    1903552 kB
Inactive(file):  2136400 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108532 kB
Dirty:              1984 kB
Writeback:             0 kB
AnonPages:        378708 kB
Mapped:            51968 kB
Shmem:             25060 kB
Slab:             209764 kB
SReclaimable:     181644 kB
SUnreclaim:        28120 kB
KernelStack:        3808 kB
PageTables:         6052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1126860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48340 MiB
End job on node104 at 2018-07-28 07:51:59