Trace number 4310013

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 - Conflict Ordering with restarts 2018-08-14? (TO) 252.041 244.137

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 benchmark364
Best CPU time to get the best result obtained on this benchmark252.031
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.57	c seed: 97637438
0.67/0.57	c timeout: 252
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
9.64/4.30	c Parsing done, starting search...
252.01/244.11	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 (13558 MiB free)
  memory of node 1: 16384 MiB (13867 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310013-1534327701/watcher-4310013-1534327701 -o /tmp/evaluation-result-4310013-1534327701/solver-4310013-1534327701 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534323777-22421 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 97637438 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310013-1534327701.xml 

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

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


[startup+0.100146 s]*
/proc/loadavg: 1.12 1.34 1.54 3/215 25065
/proc/meminfo: memFree=28065660/32770624 swapFree=67030680/67108860
[pid=25050] ppid=25047 vsize=14082736 memory=30508 CPUtime=0.12 cores=1,3,5,7
/proc/25050/stat : 25050 (java) S 25047 25050 18952 0 -1 1077944320 6548 0 0 0 11 1 0 0 20 0 15 0 250333322 14420721664 7627 33554432000 4194304 4196468 140725058205008 140725058187552 139858245234423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
/proc/25050/statm: 3520684 7627 3154 1 0 3482761 0
[pid=25050/tid=25052] ppid=25047 vsize=14082736 memory=-8773748148829853054 CPUtime=0.09 cores=1,3,5,7
/proc/25050/task/25052/stat : 25052 (java) R 25047 25050 18952 0 -1 4202560 4591 0 0 0 8 1 0 0 20 0 15 0 250333322 14420721664 7627 33554432000 4194304 4196468 140725058205008 139858249438800 139858229314910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25053] ppid=25047 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25053/stat : 25053 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333323 14420721664 7627 33554432000 4194304 4196468 140725058205008 139858175323024 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25054] ppid=25047 vsize=14082736 memory=140277278025344 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25054/stat : 25054 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333323 14420721664 7627 33554432000 4194304 4196468 140725058205008 139858174270224 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25055] ppid=25047 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25055/stat : 25055 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333323 14420721664 7627 33554432000 4194304 4196468 140725058205008 139858173217936 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25056] ppid=25047 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25056/stat : 25056 (java) S 25047 25050 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250333323 14420721664 7627 33554432000 4194304 4196468 140725058205008 139858172165136 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25057] ppid=25047 vsize=14082736 memory=140277278025344 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25057/stat : 25057 (java) S 25047 25050 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250333324 14420721664 7627 33554432000 4194304 4196468 140725058205008 139857719048304 139858245245570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25058] ppid=25047 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25058/stat : 25058 (java) S 25047 25050 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250333325 14420721664 7627 33554432000 4194304 4196468 140725058205008 139857717994272 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25059] ppid=25047 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25059/stat : 25059 (java) S 25047 25050 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250333325 14420721664 7627 33554432000 4194304 4196468 140725058205008 139857716941936 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25060] ppid=25047 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25060/stat : 25060 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14420721664 7627 33554432000 4194304 4196468 140725058205008 139857715890256 139858245253019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25061] ppid=25047 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25061/stat : 25061 (java) S 25047 25050 18952 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 250333327 14420721664 7627 33554432000 4194304 4196468 140725058205008 139857714838128 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25062] ppid=25047 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25062/stat : 25062 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14420721664 7627 33554432000 4194304 4196468 140725058205008 139857713785328 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25063] ppid=25047 vsize=14082736 memory=140277278025344 CPUtime=0.01 cores=1,3,5,7
/proc/25050/task/25063/stat : 25063 (java) S 25047 25050 18952 0 -1 1077944384 282 0 0 0 1 0 0 0 20 0 15 0 250333327 14420721664 7627 33554432000 4194304 4196468 140725058205008 139857712733040 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25064] ppid=25047 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25064/stat : 25064 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14420721664 7627 33554432000 4194304 4196468 140725058205008 139857711680480 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25065] ppid=25047 vsize=14082736 memory=140277278025344 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25065/stat : 25065 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333328 14420721664 7627 33554432000 4194304 4196468 140725058205008 139857710627248 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30508 KiB

[startup+0.212165 s]*
/proc/loadavg: 1.12 1.34 1.54 5/215 25065
/proc/meminfo: memFree=28049908/32770624 swapFree=67030680/67108860
[pid=25050] ppid=25047 vsize=14082736 memory=46640 CPUtime=0.3 cores=1,3,5,7
/proc/25050/stat : 25050 (java) S 25047 25050 18952 0 -1 1077944320 10308 0 0 0 27 3 0 0 20 0 15 0 250333322 14420721664 11660 33554432000 4194304 4196468 140725058205008 140725058187552 139858245234423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
/proc/25050/statm: 3520684 11660 3338 1 0 3482761 0
[pid=25050/tid=25052] ppid=25047 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/25050/task/25052/stat : 25052 (java) R 25047 25050 18952 0 -1 4202560 8051 0 0 0 18 2 0 0 20 0 15 0 250333322 14420721664 11660 33554432000 4194304 4196468 140725058205008 139858249460960 139858245246358 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25053] ppid=25047 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25053/stat : 25053 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333323 14420721664 11660 33554432000 4194304 4196468 140725058205008 139858175323024 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25054] ppid=25047 vsize=14082736 memory=140277279387151 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25054/stat : 25054 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333323 14420721664 11660 33554432000 4194304 4196468 140725058205008 139858174270224 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25055] ppid=25047 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25055/stat : 25055 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333323 14420721664 11660 33554432000 4194304 4196468 140725058205008 139858173217936 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25056] ppid=25047 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25056/stat : 25056 (java) S 25047 25050 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250333323 14420721664 11660 33554432000 4194304 4196468 140725058205008 139858172165136 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25057] ppid=25047 vsize=14082736 memory=140277278025344 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25057/stat : 25057 (java) S 25047 25050 18952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250333324 14420721664 11660 33554432000 4194304 4196468 140725058205008 139857719048304 139858245245570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25058] ppid=25047 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25058/stat : 25058 (java) S 25047 25050 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250333325 14420721664 11660 33554432000 4194304 4196468 140725058205008 139857717994272 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25059] ppid=25047 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25059/stat : 25059 (java) S 25047 25050 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250333325 14420721664 11660 33554432000 4194304 4196468 140725058205008 139857716941936 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25060] ppid=25047 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25060/stat : 25060 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14420721664 11660 33554432000 4194304 4196468 140725058205008 139857715890256 139858245253019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25061] ppid=25047 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25050/task/25061/stat : 25061 (java) R 25047 25050 18952 0 -1 4202560 491 0 0 0 1 0 0 0 20 0 15 0 250333327 14420721664 11660 33554432000 4194304 4196468 140725058205008 139857714824976 139858230393456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25062] ppid=25047 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/25050/task/25062/stat : 25062 (java) R 25047 25050 18952 0 -1 4202560 58 0 0 0 1 0 0 0 20 0 15 0 250333327 14420721664 11660 33554432000 4194304 4196468 140725058205008 139857713785248 139858237475813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25063] ppid=25047 vsize=14082736 memory=140277278025344 CPUtime=0.05 cores=1,3,5,7
/proc/25050/task/25063/stat : 25063 (java) R 25047 25050 18952 0 -1 1077944384 328 0 0 0 5 0 0 0 20 0 15 0 250333327 14420721664 11660 33554432000 4194304 4196468 140725058205008 139857712733040 139858245245570 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25064] ppid=25047 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25064/stat : 25064 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14420721664 11660 33554432000 4194304 4196468 140725058205008 139857711680480 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25065] ppid=25047 vsize=14082736 memory=140277278025344 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25065/stat : 25065 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333328 14420721664 11660 33554432000 4194304 4196468 140725058205008 139857710627248 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46640 KiB

[startup+0.31072 s]*
/proc/loadavg: 1.12 1.34 1.54 3/215 25065
/proc/meminfo: memFree=28045984/32770624 swapFree=67030680/67108860
[pid=25050] ppid=25047 vsize=14082736 memory=50436 CPUtime=0.44 cores=1,3,5,7
/proc/25050/stat : 25050 (java) S 25047 25050 18952 0 -1 1077944320 10769 0 0 0 41 3 0 0 20 0 15 0 250333322 14420721664 12609 33554432000 4194304 4196468 140725058205008 140725058187552 139858245234423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
/proc/25050/statm: 3520684 12609 3381 1 0 3482761 0
[pid=25050/tid=25052] ppid=25047 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/25050/task/25052/stat : 25052 (java) R 25047 25050 18952 0 -1 4202560 8417 0 0 0 27 2 0 0 20 0 15 0 250333322 14420721664 12609 33554432000 4194304 4196468 140725058205008 139858249445936 139858226799393 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25053] ppid=25047 vsize=14082736 memory=4294976238 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25053/stat : 25053 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333323 14420721664 12609 33554432000 4194304 4196468 140725058205008 139858175323024 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25054] ppid=25047 vsize=14082736 memory=140277279384302 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25054/stat : 25054 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333323 14420721664 12609 33554432000 4194304 4196468 140725058205008 139858174270224 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25055] ppid=25047 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25055/stat : 25055 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333323 14420721664 12609 33554432000 4194304 4196468 140725058205008 139858173217936 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25056] ppid=25047 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25056/stat : 25056 (java) S 25047 25050 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250333323 14420721664 12609 33554432000 4194304 4196468 140725058205008 139858172165136 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25057] ppid=25047 vsize=14082736 memory=140277278025344 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25057/stat : 25057 (java) S 25047 25050 18952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250333324 14420721664 12609 33554432000 4194304 4196468 140725058205008 139857719048304 139858245245570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25058] ppid=25047 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25058/stat : 25058 (java) S 25047 25050 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250333325 14420721664 12609 33554432000 4194304 4196468 140725058205008 139857717994272 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25059] ppid=25047 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25059/stat : 25059 (java) S 25047 25050 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250333325 14420721664 12609 33554432000 4194304 4196468 140725058205008 139857716941936 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25060] ppid=25047 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25060/stat : 25060 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14420721664 12609 33554432000 4194304 4196468 140725058205008 139857715890256 139858245253019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25061] ppid=25047 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25050/task/25061/stat : 25061 (java) S 25047 25050 18952 0 -1 1077944384 493 0 0 0 2 0 0 0 20 0 15 0 250333327 14420721664 12609 33554432000 4194304 4196468 140725058205008 139857714838128 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25062] ppid=25047 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/25050/task/25062/stat : 25062 (java) S 25047 25050 18952 0 -1 1077944384 124 0 0 0 2 0 0 0 20 0 15 0 250333327 14420721664 12609 33554432000 4194304 4196468 140725058205008 139857713785328 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25063] ppid=25047 vsize=14082736 memory=140277278025344 CPUtime=0.08 cores=1,3,5,7
/proc/25050/task/25063/stat : 25063 (java) S 25047 25050 18952 0 -1 1077944384 354 0 0 0 8 0 0 0 20 0 15 0 250333327 14420721664 12609 33554432000 4194304 4196468 140725058205008 139857712733040 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25064] ppid=25047 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25064/stat : 25064 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14420721664 12609 33554432000 4194304 4196468 140725058205008 139857711680480 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25065] ppid=25047 vsize=14082736 memory=140277278025344 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25065/stat : 25065 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333328 14420721664 12609 33554432000 4194304 4196468 140725058205008 139857710627248 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50436 KiB

[startup+0.70077 s]
/proc/loadavg: 1.12 1.34 1.54 3/215 25065
/proc/meminfo: memFree=28024528/32770624 swapFree=67030680/67108860
[pid=25050] ppid=25047 vsize=14084804 memory=88504 CPUtime=0.99 cores=1,3,5,7
/proc/25050/stat : 25050 (java) S 25047 25050 18952 0 -1 1077944320 17604 0 0 0 93 6 0 0 20 0 15 0 250333322 14422839296 22126 33554432000 4194304 4196468 140725058205008 140725058187552 139858245234423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
/proc/25050/statm: 3521201 22126 3482 1 0 3483273 0
[pid=25050/tid=25052] ppid=25047 vsize=14084804 memory=34076 CPUtime=0.66 cores=1,3,5,7
/proc/25050/task/25052/stat : 25052 (java) R 25047 25050 18952 0 -1 4202560 14851 0 0 0 62 4 0 0 20 0 15 0 250333322 14422839296 22126 33554432000 4194304 4196468 140725058205008 139858249449472 139858245256349 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25053] ppid=25047 vsize=14084804 memory=11908 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25053/stat : 25053 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333323 14422839296 22126 33554432000 4194304 4196468 140725058205008 139858175323024 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25054] ppid=25047 vsize=14084804 memory=492 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25054/stat : 25054 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333323 14422839296 22126 33554432000 4194304 4196468 140725058205008 139858174270224 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25055] ppid=25047 vsize=14084804 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25055/stat : 25055 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333323 14422839296 22126 33554432000 4194304 4196468 140725058205008 139858173217936 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25056] ppid=25047 vsize=14084804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25056/stat : 25056 (java) S 25047 25050 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250333323 14422839296 22126 33554432000 4194304 4196468 140725058205008 139858172165136 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25057] ppid=25047 vsize=14084804 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25057/stat : 25057 (java) S 25047 25050 18952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250333324 14422839296 22126 33554432000 4194304 4196468 140725058205008 139857719048304 139858245245570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25058] ppid=25047 vsize=14084804 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25058/stat : 25058 (java) S 25047 25050 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250333325 14422839296 22126 33554432000 4194304 4196468 140725058205008 139857717994272 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25059] ppid=25047 vsize=14084804 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25059/stat : 25059 (java) S 25047 25050 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250333325 14422839296 22126 33554432000 4194304 4196468 140725058205008 139857716941936 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25060] ppid=25047 vsize=14084804 memory=7086240636212695395 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25060/stat : 25060 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14422839296 22126 33554432000 4194304 4196468 140725058205008 139857715890256 139858245253019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25061] ppid=25047 vsize=14084804 memory=7881696724453321575 CPUtime=0.08 cores=1,3,5,7
/proc/25050/task/25061/stat : 25061 (java) S 25047 25050 18952 0 -1 1077944384 658 0 0 0 8 0 0 0 20 0 15 0 250333327 14422839296 22126 33554432000 4194304 4196468 140725058205008 139857714838128 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25062] ppid=25047 vsize=14084804 memory=7453282923461570405 CPUtime=0.06 cores=1,3,5,7
/proc/25050/task/25062/stat : 25062 (java) S 25047 25050 18952 0 -1 1077944384 261 0 0 0 6 0 0 0 20 0 15 0 250333327 14422839296 22126 33554432000 4194304 4196468 140725058205008 139857713785328 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25063] ppid=25047 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/25050/task/25063/stat : 25063 (java) S 25047 25050 18952 0 -1 1077944384 453 0 0 0 15 0 0 0 20 0 15 0 250333327 14422839296 22126 33554432000 4194304 4196468 140725058205008 139857712733040 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25064] ppid=25047 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25064/stat : 25064 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14422839296 22126 33554432000 4194304 4196468 140725058205008 139857711680480 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25065] ppid=25047 vsize=14084804 memory=972 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25065/stat : 25065 (java) S 25047 25050 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250333328 14422839296 22126 33554432000 4194304 4196468 140725058205008 139857710627248 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88504 KiB

[startup+1.50137 s]
/proc/loadavg: 1.12 1.34 1.54 6/215 25065
/proc/meminfo: memFree=27936788/32770624 swapFree=67030680/67108860
[pid=25050] ppid=25047 vsize=14086852 memory=304012 CPUtime=3.44 cores=1,3,5,7
/proc/25050/stat : 25050 (java) S 25047 25050 18952 0 -1 1077944320 30474 0 0 0 327 17 0 0 20 0 15 0 250333322 14424936448 76003 33554432000 4194304 4196468 140725058205008 140725058187552 139858245234423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
/proc/25050/statm: 3521713 76003 3573 1 0 3483785 0
[pid=25050/tid=25052] ppid=25047 vsize=14086852 memory=275728 CPUtime=1.38 cores=1,3,5,7
/proc/25050/task/25052/stat : 25052 (java) R 25047 25050 18952 0 -1 4202560 16192 0 0 0 131 7 0 0 20 0 15 0 250333322 14424936448 76003 33554432000 4194304 4196468 140725058205008 139858249469440 139857846194636 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25053] ppid=25047 vsize=14086852 memory=6791534058613427641 CPUtime=0.05 cores=1,3,5,7
/proc/25050/task/25053/stat : 25053 (java) S 25047 25050 18952 0 -1 1077944384 85 0 0 0 4 1 0 0 20 0 15 0 250333323 14424936448 76003 33554432000 4194304 4196468 140725058205008 139858175323024 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25054] ppid=25047 vsize=14086852 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/25050/task/25054/stat : 25054 (java) S 25047 25050 18952 0 -1 1077944384 309 0 0 0 4 1 0 0 20 0 15 0 250333323 14424936448 76003 33554432000 4194304 4196468 140725058205008 139858174270224 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25055] ppid=25047 vsize=14086852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/25050/task/25055/stat : 25055 (java) S 25047 25050 18952 0 -1 1077944384 56 0 0 0 3 1 0 0 20 0 15 0 250333323 14424936448 76003 33554432000 4194304 4196468 140725058205008 139858173217936 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25056] ppid=25047 vsize=14086852 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25050/task/25056/stat : 25056 (java) S 25047 25050 18952 0 -1 1077944384 672 0 0 0 5 2 0 0 20 0 15 0 250333323 14424936448 76003 33554432000 4194304 4196468 140725058205008 139858172165136 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25057] ppid=25047 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25057/stat : 25057 (java) S 25047 25050 18952 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 15 0 250333324 14424936448 76003 33554432000 4194304 4196468 140725058205008 139857719048304 139858245245570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0

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

/proc/25050/task/25052/stat : 25052 (java) R 25047 25050 18952 0 -1 4202560 29193 0 0 0 16140 37 0 0 20 0 15 0 250333322 14429130752 602565 33554432000 4194304 4196468 140725058205008 139858249472560 139857853664256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25053] ppid=25047 vsize=14090948 memory=2410260 CPUtime=0.41 cores=1,3,5,7
/proc/25050/task/25053/stat : 25053 (java) S 25047 25050 18952 0 -1 1077944384 2771 0 0 0 32 9 0 0 20 0 15 0 250333323 14429130752 602565 33554432000 4194304 4196468 140725058205008 139858175323024 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25054] ppid=25047 vsize=14090948 memory=2401176 CPUtime=0.42 cores=1,3,5,7
/proc/25050/task/25054/stat : 25054 (java) S 25047 25050 18952 0 -1 1077944384 2349 0 0 0 32 10 0 0 20 0 15 0 250333323 14429130752 602565 33554432000 4194304 4196468 140725058205008 139858174270224 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25055] ppid=25047 vsize=14090948 memory=2410260 CPUtime=0.41 cores=1,3,5,7
/proc/25050/task/25055/stat : 25055 (java) S 25047 25050 18952 0 -1 1077944384 1173 0 0 0 32 9 0 0 20 0 15 0 250333323 14429130752 602565 33554432000 4194304 4196468 140725058205008 139858173217936 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25056] ppid=25047 vsize=14090948 memory=2410260 CPUtime=0.44 cores=1,3,5,7
/proc/25050/task/25056/stat : 25056 (java) S 25047 25050 18952 0 -1 1077944384 3689 0 0 0 34 10 0 0 20 0 15 0 250333323 14429130752 602565 33554432000 4194304 4196468 140725058205008 139858172165136 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25057] ppid=25047 vsize=14090948 memory=66428 CPUtime=0.02 cores=1,3,5,7
/proc/25050/task/25057/stat : 25057 (java) S 25047 25050 18952 0 -1 1077944384 2542 0 0 0 2 0 0 0 20 0 15 0 250333324 14429130752 602565 33554432000 4194304 4196468 140725058205008 139857719048304 139858245245570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25058] ppid=25047 vsize=14090948 memory=2410260 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25058/stat : 25058 (java) S 25047 25050 18952 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 250333325 14429130752 602565 33554432000 4194304 4196468 140725058205008 139857717994336 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25059] ppid=25047 vsize=14090948 memory=2410260 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25059/stat : 25059 (java) S 25047 25050 18952 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 250333325 14429130752 602565 33554432000 4194304 4196468 140725058205008 139857716941952 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25060] ppid=25047 vsize=14090948 memory=2410260 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25060/stat : 25060 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14429130752 602565 33554432000 4194304 4196468 140725058205008 139857715890256 139858245253019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25061] ppid=25047 vsize=14090948 memory=7447089357297968210 CPUtime=2.66 cores=1,3,5,7
/proc/25050/task/25061/stat : 25061 (java) S 25047 25050 18952 0 -1 1077944384 8532 0 0 0 264 2 0 0 20 0 15 0 250333327 14429130752 602565 33554432000 4194304 4196468 140725058205008 139857714838128 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25062] ppid=25047 vsize=14090948 memory=2410260 CPUtime=2.82 cores=1,3,5,7
/proc/25050/task/25062/stat : 25062 (java) S 25047 25050 18952 0 -1 1077944384 6896 0 0 0 282 0 0 0 20 0 15 0 250333327 14429130752 602565 33554432000 4194304 4196468 140725058205008 139857713785328 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25063] ppid=25047 vsize=14090948 memory=2410260 CPUtime=0.93 cores=1,3,5,7
/proc/25050/task/25063/stat : 25063 (java) S 25047 25050 18952 0 -1 1077944384 6239 0 0 0 92 1 0 0 20 0 15 0 250333327 14429130752 602565 33554432000 4194304 4196468 140725058205008 139857712733040 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25064] ppid=25047 vsize=14090948 memory=11068 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25064/stat : 25064 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14429130752 602565 33554432000 4194304 4196468 140725058205008 139857711680480 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25065] ppid=25047 vsize=14090948 memory=5296 CPUtime=0.1 cores=1,3,5,7
/proc/25050/task/25065/stat : 25065 (java) S 25047 25050 18952 0 -1 1077944384 311 0 0 0 5 5 0 0 20 0 15 0 250333328 14429130752 602565 33554432000 4194304 4196468 140725058205008 139857710627248 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
Current children cumulated CPU time: 170.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2410260 KiB

[startup+222.301 s]
/proc/loadavg: 1.69 1.52 1.57 3/216 25152
/proc/meminfo: memFree=25321596/32770624 swapFree=67030680/67108860
[pid=25050] ppid=25047 vsize=14090948 memory=3629336 CPUtime=230.18 cores=1,3,5,7
/proc/25050/stat : 25050 (java) S 25047 25050 18952 0 -1 1077944320 69649 0 0 0 22911 107 0 0 20 0 15 0 250333322 14429130752 907334 33554432000 4194304 4196468 140725058205008 140725058187552 139858245234423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
/proc/25050/statm: 3522737 907334 3600 1 0 3484809 0
[pid=25050/tid=25052] ppid=25047 vsize=14090948 memory=6791534058613427641 CPUtime=221.75 cores=1,3,5,7
/proc/25050/task/25052/stat : 25052 (java) R 25047 25050 18952 0 -1 4202560 32006 0 0 0 22120 55 0 0 20 0 15 0 250333322 14429130752 907334 33554432000 4194304 4196468 140725058205008 139858249472560 139857853663915 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25053] ppid=25047 vsize=14090948 memory=3481432 CPUtime=0.44 cores=1,3,5,7
/proc/25050/task/25053/stat : 25053 (java) S 25047 25050 18952 0 -1 1077944384 3500 0 0 0 34 10 0 0 20 0 15 0 250333323 14429130752 907334 33554432000 4194304 4196468 140725058205008 139858175323024 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25054] ppid=25047 vsize=14090948 memory=1380340 CPUtime=0.44 cores=1,3,5,7
/proc/25050/task/25054/stat : 25054 (java) S 25047 25050 18952 0 -1 1077944384 2517 0 0 0 34 10 0 0 20 0 15 0 250333323 14429130752 907334 33554432000 4194304 4196468 140725058205008 139858174270224 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25055] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.43 cores=1,3,5,7
/proc/25050/task/25055/stat : 25055 (java) S 25047 25050 18952 0 -1 1077944384 1500 0 0 0 34 9 0 0 20 0 15 0 250333323 14429130752 907334 33554432000 4194304 4196468 140725058205008 139858173217936 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25056] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.47 cores=1,3,5,7
/proc/25050/task/25056/stat : 25056 (java) S 25047 25050 18952 0 -1 1077944384 3743 0 0 0 36 11 0 0 20 0 15 0 250333323 14429130752 907334 33554432000 4194304 4196468 140725058205008 139858172165136 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25057] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.02 cores=1,3,5,7
/proc/25050/task/25057/stat : 25057 (java) S 25047 25050 18952 0 -1 1077944384 2890 0 0 0 2 0 0 0 20 0 15 0 250333324 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857719048304 139858245245570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25058] ppid=25047 vsize=14090948 memory=3114840 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25058/stat : 25058 (java) S 25047 25050 18952 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 250333325 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857717994336 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25059] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25059/stat : 25059 (java) S 25047 25050 18952 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 250333325 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857716941952 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25060] ppid=25047 vsize=14090948 memory=280554245011296 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25060/stat : 25060 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857715890256 139858245253019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25061] ppid=25047 vsize=14090948 memory=3544 CPUtime=2.66 cores=1,3,5,7
/proc/25050/task/25061/stat : 25061 (java) S 25047 25050 18952 0 -1 1077944384 8535 0 0 0 264 2 0 0 20 0 15 0 250333327 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857714838128 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25062] ppid=25047 vsize=14090948 memory=66428 CPUtime=2.82 cores=1,3,5,7
/proc/25050/task/25062/stat : 25062 (java) S 25047 25050 18952 0 -1 1077944384 6900 0 0 0 282 0 0 0 20 0 15 0 250333327 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857713785328 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25063] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.93 cores=1,3,5,7
/proc/25050/task/25063/stat : 25063 (java) S 25047 25050 18952 0 -1 1077944384 6247 0 0 0 92 1 0 0 20 0 15 0 250333327 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857712733040 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25064] ppid=25047 vsize=14090948 memory=768 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25064/stat : 25064 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857711680480 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25065] ppid=25047 vsize=14090948 memory=1876 CPUtime=0.13 cores=1,3,5,7
/proc/25050/task/25065/stat : 25065 (java) S 25047 25050 18952 0 -1 1077944384 339 0 0 0 6 7 0 0 20 0 15 0 250333328 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857710627248 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
Current children cumulated CPU time: 230.18 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3629336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+244.11 s]
/proc/loadavg: 1.47 1.48 1.55 3/216 25152
/proc/meminfo: memFree=25321700/32770624 swapFree=67030680/67108860
[pid=25050] ppid=25047 vsize=14090948 memory=3629336 CPUtime=252.01 cores=1,3,5,7
/proc/25050/stat : 25050 (java) S 25047 25050 18952 0 -1 1077944320 71635 0 0 0 25092 109 0 0 20 0 15 0 250333322 14429130752 907334 33554432000 4194304 4196468 140725058205008 140725058187552 139858245234423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
/proc/25050/statm: 3522737 907334 3600 1 0 3484809 0
[pid=25050/tid=25052] ppid=25047 vsize=14090948 memory=3629336 CPUtime=243.55 cores=1,3,5,7
/proc/25050/task/25052/stat : 25052 (java) R 25047 25050 18952 0 -1 4202560 33992 0 0 0 24300 55 0 0 20 0 15 0 250333322 14429130752 907334 33554432000 4194304 4196468 140725058205008 139858249472560 139857853662977 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25053] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.44 cores=1,3,5,7
/proc/25050/task/25053/stat : 25053 (java) S 25047 25050 18952 0 -1 1077944384 3500 0 0 0 34 10 0 0 20 0 15 0 250333323 14429130752 907334 33554432000 4194304 4196468 140725058205008 139858175323024 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25054] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.44 cores=1,3,5,7
/proc/25050/task/25054/stat : 25054 (java) S 25047 25050 18952 0 -1 1077944384 2517 0 0 0 34 10 0 0 20 0 15 0 250333323 14429130752 907334 33554432000 4194304 4196468 140725058205008 139858174270224 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25055] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.43 cores=1,3,5,7
/proc/25050/task/25055/stat : 25055 (java) S 25047 25050 18952 0 -1 1077944384 1500 0 0 0 34 9 0 0 20 0 15 0 250333323 14429130752 907334 33554432000 4194304 4196468 140725058205008 139858173217936 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25056] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.47 cores=1,3,5,7
/proc/25050/task/25056/stat : 25056 (java) S 25047 25050 18952 0 -1 1077944384 3743 0 0 0 36 11 0 0 20 0 15 0 250333323 14429130752 907334 33554432000 4194304 4196468 140725058205008 139858172165136 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25057] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.02 cores=1,3,5,7
/proc/25050/task/25057/stat : 25057 (java) S 25047 25050 18952 0 -1 1077944384 2890 0 0 0 2 0 0 0 20 0 15 0 250333324 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857719048304 139858245245570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25058] ppid=25047 vsize=14090948 memory=66428 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25058/stat : 25058 (java) S 25047 25050 18952 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 250333325 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857717994336 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25059] ppid=25047 vsize=14090948 memory=776 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25059/stat : 25059 (java) S 25047 25050 18952 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 250333325 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857716941952 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25060] ppid=25047 vsize=14090948 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25060/stat : 25060 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857715890256 139858245253019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25061] ppid=25047 vsize=14090948 memory=1392 CPUtime=2.66 cores=1,3,5,7
/proc/25050/task/25061/stat : 25061 (java) S 25047 25050 18952 0 -1 1077944384 8535 0 0 0 264 2 0 0 20 0 15 0 250333327 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857714838128 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25062] ppid=25047 vsize=14090948 memory=6791534058613427641 CPUtime=2.82 cores=1,3,5,7
/proc/25050/task/25062/stat : 25062 (java) S 25047 25050 18952 0 -1 1077944384 6900 0 0 0 282 0 0 0 20 0 15 0 250333327 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857713785328 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25063] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.93 cores=1,3,5,7
/proc/25050/task/25063/stat : 25063 (java) S 25047 25050 18952 0 -1 1077944384 6247 0 0 0 92 1 0 0 20 0 15 0 250333327 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857712733040 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25064] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25064/stat : 25064 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857711680480 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25065] ppid=25047 vsize=14090948 memory=66428 CPUtime=0.15 cores=1,3,5,7
/proc/25050/task/25065/stat : 25065 (java) S 25047 25050 18952 0 -1 1077944384 339 0 0 0 7 8 0 0 20 0 15 0 250333328 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857710627248 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3629336 KiB

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

[startup+244.137 s]
# the end of solver process 25050 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.931 s, system=1.10973 s

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

[startup+244.11 s]
/proc/loadavg: 1.47 1.48 1.55 3/216 25152
/proc/meminfo: memFree=25321700/32770624 swapFree=67030680/67108860
[pid=25050] ppid=25047 vsize=14090948 memory=3629336 CPUtime=252.01 cores=1,3,5,7
/proc/25050/stat : 25050 (java) S 25047 25050 18952 0 -1 1077944320 71635 0 0 0 25092 109 0 0 20 0 15 0 250333322 14429130752 907334 33554432000 4194304 4196468 140725058205008 140725058187552 139858245234423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
/proc/25050/statm: 3522737 907334 3600 1 0 3484809 0
[pid=25050/tid=25052] ppid=25047 vsize=14090948 memory=3629336 CPUtime=243.55 cores=1,3,5,7
/proc/25050/task/25052/stat : 25052 (java) R 25047 25050 18952 0 -1 4202560 33992 0 0 0 24300 55 0 0 20 0 15 0 250333322 14429130752 907334 33554432000 4194304 4196468 140725058205008 139858249472560 139857853662977 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25053] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.44 cores=1,3,5,7
/proc/25050/task/25053/stat : 25053 (java) S 25047 25050 18952 0 -1 1077944384 3500 0 0 0 34 10 0 0 20 0 15 0 250333323 14429130752 907334 33554432000 4194304 4196468 140725058205008 139858175323024 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25054] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.44 cores=1,3,5,7
/proc/25050/task/25054/stat : 25054 (java) S 25047 25050 18952 0 -1 1077944384 2517 0 0 0 34 10 0 0 20 0 15 0 250333323 14429130752 907334 33554432000 4194304 4196468 140725058205008 139858174270224 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25055] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.43 cores=1,3,5,7
/proc/25050/task/25055/stat : 25055 (java) S 25047 25050 18952 0 -1 1077944384 1500 0 0 0 34 9 0 0 20 0 15 0 250333323 14429130752 907334 33554432000 4194304 4196468 140725058205008 139858173217936 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25056] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.47 cores=1,3,5,7
/proc/25050/task/25056/stat : 25056 (java) S 25047 25050 18952 0 -1 1077944384 3743 0 0 0 36 11 0 0 20 0 15 0 250333323 14429130752 907334 33554432000 4194304 4196468 140725058205008 139858172165136 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25057] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.02 cores=1,3,5,7
/proc/25050/task/25057/stat : 25057 (java) S 25047 25050 18952 0 -1 1077944384 2890 0 0 0 2 0 0 0 20 0 15 0 250333324 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857719048304 139858245245570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25058] ppid=25047 vsize=14090948 memory=66428 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25058/stat : 25058 (java) S 25047 25050 18952 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 250333325 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857717994336 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25059] ppid=25047 vsize=14090948 memory=776 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25059/stat : 25059 (java) S 25047 25050 18952 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 250333325 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857716941952 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25060] ppid=25047 vsize=14090948 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25060/stat : 25060 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857715890256 139858245253019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25061] ppid=25047 vsize=14090948 memory=1392 CPUtime=2.66 cores=1,3,5,7
/proc/25050/task/25061/stat : 25061 (java) S 25047 25050 18952 0 -1 1077944384 8535 0 0 0 264 2 0 0 20 0 15 0 250333327 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857714838128 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25062] ppid=25047 vsize=14090948 memory=6791534058613427641 CPUtime=2.82 cores=1,3,5,7
/proc/25050/task/25062/stat : 25062 (java) S 25047 25050 18952 0 -1 1077944384 6900 0 0 0 282 0 0 0 20 0 15 0 250333327 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857713785328 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25063] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0.93 cores=1,3,5,7
/proc/25050/task/25063/stat : 25063 (java) S 25047 25050 18952 0 -1 1077944384 6247 0 0 0 92 1 0 0 20 0 15 0 250333327 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857712733040 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25064] ppid=25047 vsize=14090948 memory=3629336 CPUtime=0 cores=1,3,5,7
/proc/25050/task/25064/stat : 25064 (java) S 25047 25050 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250333327 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857711680480 139858245244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
[pid=25050/tid=25065] ppid=25047 vsize=14090948 memory=66428 CPUtime=0.15 cores=1,3,5,7
/proc/25050/task/25065/stat : 25065 (java) S 25047 25050 18952 0 -1 1077944384 339 0 0 0 7 8 0 0 20 0 15 0 250333328 14429130752 907334 33554432000 4194304 4196468 140725058205008 139857710627248 139858245245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14827520 140725058212944 140725058213134 140725058213134 140725058215887 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3629336 KiB

Child status: 143
Real time (s): 244.137
CPU time (s): 252.041
CPU user time (s): 250.931
CPU system time (s): 1.10973
CPU usage (%): 103.237
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 3629336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.931
system time used= 1.10973
maximum resident set size= 3630000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72135
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8874
involuntary context switches= 427


# summary of solver processes directly reported to runsolver:
#   pid: 25050
#   total CPU time (s): 252.041
#   total CPU user time (s): 250.931
#   total CPU system time (s): 1.10973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.7025 second user time and 2.22511 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 12:08:21
IDJOB=4310013
IDBENCH=141111
IDSOLVER=2795
FILE ID=node102/4310013-1534327701
RUNJOBID= node102-1534323777-22421
PBS_JOBID= 21038132
Free space on /tmp= 39484 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ10-3_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310013-1534327701/watcher-4310013-1534327701 -o /tmp/evaluation-result-4310013-1534327701/solver-4310013-1534327701 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534323777-22421 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 97637438 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310013-1534327701.xml

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

MD5SUM BENCH= 2a9d5e672b2129585e8bdcc62e976dce
RANDOM SEED=97637438

node102.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.51
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.51
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.51
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.51
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:        28083988 kB
MemAvailable:   30820908 kB
Buffers:          158656 kB
Cached:          2843444 kB
SwapCached:        51224 kB
Active:          2558596 kB
Inactive:        1574152 kB
Active(anon):    1053900 kB
Inactive(anon):   136372 kB
Active(file):    1504696 kB
Inactive(file):  1437780 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:             38932 kB
Writeback:             0 kB
AnonPages:       1156172 kB
Mapped:            67040 kB
Shmem:             57196 kB
Slab:             249828 kB
SReclaimable:     220560 kB
SUnreclaim:        29268 kB
KernelStack:        3840 kB
PageTables:         7868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2140568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1056768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 39448 MiB
End job on node102 at 2018-08-15 12:12:26