Trace number 4311644

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-17? (TO) 2520.04 2484.01

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.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 1162966478
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
6.53/3.12	c Parsing done, starting search...
2520.01/2484.00	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 (10687 MiB free)
  memory of node 1: 16384 MiB (10880 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311644-1534543540/watcher-4311644-1534543540 -o /tmp/evaluation-result-4311644-1534543540/solver-4311644-1534543540 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534541043-30919 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1162966478 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311644-1534543540.xml 

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

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


[startup+0.100093 s]*
/proc/loadavg: 1.70 1.64 1.47 3/215 31167
/proc/meminfo: memFree=22067748/32770624 swapFree=67059156/67108860
[pid=31152] ppid=31149 vsize=14082736 memory=31976 CPUtime=0.12 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30888 0 -1 1077944320 6389 0 0 0 11 1 0 0 20 0 15 0 271917237 14420721664 7994 33554432000 4194304 4196468 140728334434912 140728334417456 140189437112055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
/proc/31152/statm: 3520684 7994 3156 1 0 3482761 0
[pid=31152/tid=31154] ppid=31149 vsize=14082736 memory=-8701690554792054394 CPUtime=0.09 cores=0,2,4,6
/proc/31152/task/31154/stat : 31154 (java) R 31149 31152 30888 0 -1 4202560 4429 0 0 0 8 1 0 0 20 0 15 0 271917237 14420721664 7994 33554432000 4194304 4196468 140728334434912 140189441315176 140189437133981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31155] ppid=31149 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31155/stat : 31155 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917238 14420721664 7994 33554432000 4194304 4196468 140728334434912 140189352180880 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31156] ppid=31149 vsize=14082736 memory=140392363566720 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31156/stat : 31156 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917238 14420721664 7994 33554432000 4194304 4196468 140728334434912 140189351128080 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31157] ppid=31149 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31157/stat : 31157 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917238 14420721664 7994 33554432000 4194304 4196468 140728334434912 140189350075280 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31158] ppid=31149 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31158/stat : 31158 (java) S 31149 31152 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271917238 14420721664 7994 33554432000 4194304 4196468 140728334434912 140189349022480 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31159] ppid=31149 vsize=14082736 memory=140392363566720 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31159/stat : 31159 (java) S 31149 31152 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271917239 14420721664 7994 33554432000 4194304 4196468 140728334434912 140188776380784 140189437123202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31160] ppid=31149 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31160/stat : 31160 (java) S 31149 31152 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271917240 14420721664 7994 33554432000 4194304 4196468 140728334434912 140188775326752 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31161] ppid=31149 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31161/stat : 31161 (java) S 31149 31152 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271917240 14420721664 7994 33554432000 4194304 4196468 140728334434912 140188774273904 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31162] ppid=31149 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31162/stat : 31162 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14420721664 7994 33554432000 4194304 4196468 140728334434912 140188773222224 140189437130651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31163] ppid=31149 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31163/stat : 31163 (java) S 31149 31152 30888 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 271917242 14420721664 7994 33554432000 4194304 4196468 140728334434912 140188772170608 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31164] ppid=31149 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31164/stat : 31164 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14420721664 7994 33554432000 4194304 4196468 140728334434912 140188771117808 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31165] ppid=31149 vsize=14082736 memory=140392363566720 CPUtime=0.01 cores=0,2,4,6
/proc/31152/task/31165/stat : 31165 (java) S 31149 31152 30888 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 271917242 14420721664 7994 33554432000 4194304 4196468 140728334434912 140188770065008 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31166] ppid=31149 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31166/stat : 31166 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14420721664 7994 33554432000 4194304 4196468 140728334434912 140188769012448 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31167] ppid=31149 vsize=14082736 memory=140392363566720 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31167/stat : 31167 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917242 14420721664 7994 33554432000 4194304 4196468 140728334434912 140188767959728 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31976 KiB

[startup+0.215255 s]*
/proc/loadavg: 1.70 1.64 1.47 5/215 31167
/proc/meminfo: memFree=22051816/32770624 swapFree=67059156/67108860
[pid=31152] ppid=31149 vsize=14082736 memory=47788 CPUtime=0.32 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30888 0 -1 1077944320 10065 0 0 0 30 2 0 0 20 0 15 0 271917237 14420721664 11947 33554432000 4194304 4196468 140728334434912 140728334417456 140189437112055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
/proc/31152/statm: 3520684 11947 3366 1 0 3482761 0
[pid=31152/tid=31154] ppid=31149 vsize=14082736 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/31152/task/31154/stat : 31154 (java) R 31149 31152 30888 0 -1 4202560 7772 0 0 0 19 2 0 0 20 0 15 0 271917237 14420721664 11947 33554432000 4194304 4196468 140728334434912 140189441339056 140189437133981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31155] ppid=31149 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31155/stat : 31155 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917238 14420721664 11947 33554432000 4194304 4196468 140728334434912 140189352180880 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31156] ppid=31149 vsize=14082736 memory=140392363595221 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31156/stat : 31156 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917238 14420721664 11947 33554432000 4194304 4196468 140728334434912 140189351128080 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31157] ppid=31149 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31157/stat : 31157 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917238 14420721664 11947 33554432000 4194304 4196468 140728334434912 140189350075280 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31158] ppid=31149 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31158/stat : 31158 (java) S 31149 31152 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271917238 14420721664 11947 33554432000 4194304 4196468 140728334434912 140189349022480 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31159] ppid=31149 vsize=14082736 memory=140392363566720 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31159/stat : 31159 (java) S 31149 31152 30888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271917239 14420721664 11947 33554432000 4194304 4196468 140728334434912 140188776380784 140189437123202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31160] ppid=31149 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31160/stat : 31160 (java) S 31149 31152 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271917240 14420721664 11947 33554432000 4194304 4196468 140728334434912 140188775326752 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31161] ppid=31149 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31161/stat : 31161 (java) S 31149 31152 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271917240 14420721664 11947 33554432000 4194304 4196468 140728334434912 140188774273904 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31162] ppid=31149 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31162/stat : 31162 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14420721664 11947 33554432000 4194304 4196468 140728334434912 140188773222224 140189437130651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31163] ppid=31149 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31152/task/31163/stat : 31163 (java) R 31149 31152 30888 0 -1 1077944384 515 0 0 0 2 0 0 0 20 0 15 0 271917242 14420721664 11947 33554432000 4194304 4196468 140728334434912 140188772170608 140189437123202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31164] ppid=31149 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/31152/task/31164/stat : 31164 (java) R 31149 31152 30888 0 -1 4202560 97 0 0 0 1 0 0 0 20 0 15 0 271917242 14420721664 11947 33554432000 4194304 4196468 140728334434912 140188771117808 140189416953930 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31165] ppid=31149 vsize=14082736 memory=140392363566720 CPUtime=0.06 cores=0,2,4,6
/proc/31152/task/31165/stat : 31165 (java) R 31149 31152 30888 0 -1 4202560 299 0 0 0 6 0 0 0 20 0 15 0 271917242 14420721664 11947 33554432000 4194304 4196468 140728334434912 140188770065008 140189415212741 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31166] ppid=31149 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31166/stat : 31166 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14420721664 11947 33554432000 4194304 4196468 140728334434912 140188769012448 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31167] ppid=31149 vsize=14082736 memory=140392363566720 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31167/stat : 31167 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917242 14420721664 11947 33554432000 4194304 4196468 140728334434912 140188767959728 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47788 KiB

[startup+0.310506 s]*
/proc/loadavg: 1.70 1.64 1.47 4/215 31167
/proc/meminfo: memFree=22049584/32770624 swapFree=67059156/67108860
[pid=31152] ppid=31149 vsize=14082736 memory=51120 CPUtime=0.44 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30888 0 -1 1077944320 10410 0 0 0 42 2 0 0 20 0 15 0 271917237 14420721664 12780 33554432000 4194304 4196468 140728334434912 140728334417456 140189437112055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
/proc/31152/statm: 3520684 12780 3369 1 0 3482761 0
[pid=31152/tid=31154] ppid=31149 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/31152/task/31154/stat : 31154 (java) R 31149 31152 30888 0 -1 4202560 8100 0 0 0 28 2 0 0 20 0 15 0 271917237 14420721664 12780 33554432000 4194304 4196468 140728334434912 140189441320488 140189421192542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31155] ppid=31149 vsize=14082736 memory=4294979972 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31155/stat : 31155 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917238 14420721664 12780 33554432000 4194304 4196468 140728334434912 140189352180880 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31156] ppid=31149 vsize=14082736 memory=140392363595210 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31156/stat : 31156 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917238 14420721664 12780 33554432000 4194304 4196468 140728334434912 140189351128080 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31157] ppid=31149 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31157/stat : 31157 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917238 14420721664 12780 33554432000 4194304 4196468 140728334434912 140189350075280 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31158] ppid=31149 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31158/stat : 31158 (java) S 31149 31152 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271917238 14420721664 12780 33554432000 4194304 4196468 140728334434912 140189349022480 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31159] ppid=31149 vsize=14082736 memory=140392363566720 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31159/stat : 31159 (java) S 31149 31152 30888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271917239 14420721664 12780 33554432000 4194304 4196468 140728334434912 140188776380784 140189437123202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31160] ppid=31149 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31160/stat : 31160 (java) S 31149 31152 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271917240 14420721664 12780 33554432000 4194304 4196468 140728334434912 140188775326752 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31161] ppid=31149 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31161/stat : 31161 (java) S 31149 31152 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271917240 14420721664 12780 33554432000 4194304 4196468 140728334434912 140188774273904 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31162] ppid=31149 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31162/stat : 31162 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14420721664 12780 33554432000 4194304 4196468 140728334434912 140188773222224 140189437130651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31163] ppid=31149 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/31152/task/31163/stat : 31163 (java) S 31149 31152 30888 0 -1 1077944384 526 0 0 0 3 0 0 0 20 0 15 0 271917242 14420721664 12780 33554432000 4194304 4196468 140728334434912 140188772170608 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31164] ppid=31149 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31152/task/31164/stat : 31164 (java) S 31149 31152 30888 0 -1 1077944384 98 0 0 0 2 0 0 0 20 0 15 0 271917242 14420721664 12780 33554432000 4194304 4196468 140728334434912 140188771117808 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31165] ppid=31149 vsize=14082736 memory=140392363566720 CPUtime=0.08 cores=0,2,4,6
/proc/31152/task/31165/stat : 31165 (java) S 31149 31152 30888 0 -1 1077944384 307 0 0 0 8 0 0 0 20 0 15 0 271917242 14420721664 12780 33554432000 4194304 4196468 140728334434912 140188770065008 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31166] ppid=31149 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31166/stat : 31166 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14420721664 12780 33554432000 4194304 4196468 140728334434912 140188769012448 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31167] ppid=31149 vsize=14082736 memory=140392363566720 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31167/stat : 31167 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917242 14420721664 12780 33554432000 4194304 4196468 140728334434912 140188767959728 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51120 KiB

[startup+0.700728 s]
/proc/loadavg: 1.70 1.64 1.47 3/215 31167
/proc/meminfo: memFree=22025336/32770624 swapFree=67059156/67108860
[pid=31152] ppid=31149 vsize=14084804 memory=89052 CPUtime=1 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30888 0 -1 1077944320 17133 0 0 0 96 4 0 0 20 0 15 0 271917237 14422839296 22263 33554432000 4194304 4196468 140728334434912 140728334417456 140189437112055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
/proc/31152/statm: 3521201 22263 3505 1 0 3483273 0
[pid=31152/tid=31154] ppid=31149 vsize=14084804 memory=274219099262230 CPUtime=0.67 cores=0,2,4,6
/proc/31152/task/31154/stat : 31154 (java) R 31149 31152 30888 0 -1 4202560 14434 0 0 0 64 3 0 0 20 0 15 0 271917237 14422839296 22263 33554432000 4194304 4196468 140728334434912 140189441335424 140189437133981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31155] ppid=31149 vsize=14084804 memory=288230376152040317 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31155/stat : 31155 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917238 14422839296 22263 33554432000 4194304 4196468 140728334434912 140189352180880 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31156] ppid=31149 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31156/stat : 31156 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917238 14422839296 22263 33554432000 4194304 4196468 140728334434912 140189351128080 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31157] ppid=31149 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31157/stat : 31157 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917238 14422839296 22263 33554432000 4194304 4196468 140728334434912 140189350075280 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31158] ppid=31149 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31158/stat : 31158 (java) S 31149 31152 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271917238 14422839296 22263 33554432000 4194304 4196468 140728334434912 140189349022480 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31159] ppid=31149 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31159/stat : 31159 (java) S 31149 31152 30888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271917239 14422839296 22263 33554432000 4194304 4196468 140728334434912 140188776380784 140189437123202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31160] ppid=31149 vsize=14084804 memory=9051002258860441773 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31160/stat : 31160 (java) S 31149 31152 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271917240 14422839296 22263 33554432000 4194304 4196468 140728334434912 140188775326752 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31161] ppid=31149 vsize=14084804 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31161/stat : 31161 (java) S 31149 31152 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271917240 14422839296 22263 33554432000 4194304 4196468 140728334434912 140188774273904 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31162] ppid=31149 vsize=14084804 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31162/stat : 31162 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14422839296 22263 33554432000 4194304 4196468 140728334434912 140188773222224 140189437130651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31163] ppid=31149 vsize=14084804 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/31152/task/31163/stat : 31163 (java) S 31149 31152 30888 0 -1 1077944384 681 0 0 0 8 0 0 0 20 0 15 0 271917242 14422839296 22263 33554432000 4194304 4196468 140728334434912 140188772170608 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31164] ppid=31149 vsize=14084804 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/31152/task/31164/stat : 31164 (java) S 31149 31152 30888 0 -1 1077944384 264 0 0 0 7 0 0 0 20 0 15 0 271917242 14422839296 22263 33554432000 4194304 4196468 140728334434912 140188771117808 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31165] ppid=31149 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/31152/task/31165/stat : 31165 (java) S 31149 31152 30888 0 -1 1077944384 372 0 0 0 15 0 0 0 20 0 15 0 271917242 14422839296 22263 33554432000 4194304 4196468 140728334434912 140188770065008 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31166] ppid=31149 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31166/stat : 31166 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14422839296 22263 33554432000 4194304 4196468 140728334434912 140188769012448 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31167] ppid=31149 vsize=14084804 memory=1860 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31167/stat : 31167 (java) S 31149 31152 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917242 14422839296 22263 33554432000 4194304 4196468 140728334434912 140188767959728 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89052 KiB

[startup+1.50073 s]
/proc/loadavg: 1.70 1.64 1.47 5/215 31167
/proc/meminfo: memFree=21968376/32770624 swapFree=67059156/67108860
[pid=31152] ppid=31149 vsize=14086852 memory=236052 CPUtime=3.14 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30888 0 -1 1077944320 25501 0 0 0 306 8 0 0 20 0 15 0 271917237 14424936448 59013 33554432000 4194304 4196468 140728334434912 140728334417456 140189437112055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
/proc/31152/statm: 3521713 59013 3571 1 0 3483785 0
[pid=31152/tid=31154] ppid=31149 vsize=14086852 memory=12902 CPUtime=1.31 cores=0,2,4,6
/proc/31152/task/31154/stat : 31154 (java) S 31149 31152 30888 0 -1 1077944384 15527 0 0 0 126 5 0 0 20 0 15 0 271917237 14424936448 59013 33554432000 4194304 4196468 140728334434912 140189441347456 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31155] ppid=31149 vsize=14086852 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/31152/task/31155/stat : 31155 (java) S 31149 31152 30888 0 -1 1077944384 185 0 0 0 1 0 0 0 20 0 15 0 271917238 14424936448 59013 33554432000 4194304 4196468 140728334434912 140189352180880 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31156] ppid=31149 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31156/stat : 31156 (java) S 31149 31152 30888 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 271917238 14424936448 59013 33554432000 4194304 4196468 140728334434912 140189351128080 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31157] ppid=31149 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31157/stat : 31157 (java) S 31149 31152 30888 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 271917238 14424936448 59013 33554432000 4194304 4196468 140728334434912 140189350075280 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31158] ppid=31149 vsize=14086852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31152/task/31158/stat : 31158 (java) S 31149 31152 30888 0 -1 1077944384 562 0 0 0 1 0 0 0 20 0 15 0 271917238 14424936448 59013 33554432000 4194304 4196468 140728334434912 140189349022480 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31159] ppid=31149 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31159/stat : 31159 (java) S 31149 31152 30888 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 271917239 14424936448 59013 33554432000 4194304 4196468 140728334434912 140188776380784 140189437123202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0

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

/proc/31152/task/31154/stat : 31154 (java) R 31149 31152 30888 0 -1 4202560 47410 0 0 0 236986 27 0 0 20 0 15 0 271917237 14429130752 134066 33554432000 4194304 4196468 140728334434912 140189441350192 140189034219766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31155] ppid=31149 vsize=14090948 memory=736 CPUtime=9.51 cores=0,2,4,6
/proc/31152/task/31155/stat : 31155 (java) S 31149 31152 30888 0 -1 1077944384 8956 0 0 0 934 17 0 0 20 0 15 0 271917238 14429130752 134066 33554432000 4194304 4196468 140728334434912 140189352180880 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31156] ppid=31149 vsize=14090948 memory=4126316290023845779 CPUtime=9.54 cores=0,2,4,6
/proc/31152/task/31156/stat : 31156 (java) S 31149 31152 30888 0 -1 1077944384 5786 0 0 0 939 15 0 0 20 0 15 0 271917238 14429130752 134066 33554432000 4194304 4196468 140728334434912 140189351128080 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31157] ppid=31149 vsize=14090948 memory=1548 CPUtime=9.53 cores=0,2,4,6
/proc/31152/task/31157/stat : 31157 (java) S 31149 31152 30888 0 -1 1077944384 9082 0 0 0 937 16 0 0 20 0 15 0 271917238 14429130752 134066 33554432000 4194304 4196468 140728334434912 140189350075280 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31158] ppid=31149 vsize=14090948 memory=1432 CPUtime=9.54 cores=0,2,4,6
/proc/31152/task/31158/stat : 31158 (java) S 31149 31152 30888 0 -1 1077944384 8930 0 0 0 940 14 0 0 20 0 15 0 271917238 14429130752 134066 33554432000 4194304 4196468 140728334434912 140189349022480 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31159] ppid=31149 vsize=14090948 memory=816 CPUtime=1.42 cores=0,2,4,6
/proc/31152/task/31159/stat : 31159 (java) S 31149 31152 30888 0 -1 1077944384 8088 0 0 0 127 15 0 0 20 0 15 0 271917239 14429130752 134066 33554432000 4194304 4196468 140728334434912 140188776380784 140189437123202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31160] ppid=31149 vsize=14090948 memory=1932 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31160/stat : 31160 (java) S 31149 31152 30888 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 271917240 14429130752 134066 33554432000 4194304 4196468 140728334434912 140188775326816 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31161] ppid=31149 vsize=14090948 memory=2076 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31161/stat : 31161 (java) S 31149 31152 30888 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 271917240 14429130752 134066 33554432000 4194304 4196468 140728334434912 140188774273920 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31162] ppid=31149 vsize=14090948 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31162/stat : 31162 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14429130752 134066 33554432000 4194304 4196468 140728334434912 140188773222224 140189437130651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31163] ppid=31149 vsize=14090948 memory=2588 CPUtime=2.29 cores=0,2,4,6
/proc/31152/task/31163/stat : 31163 (java) S 31149 31152 30888 0 -1 1077944384 7402 0 0 0 228 1 0 0 20 0 15 0 271917242 14429130752 134066 33554432000 4194304 4196468 140728334434912 140188772170608 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31164] ppid=31149 vsize=14090948 memory=2588 CPUtime=2.34 cores=0,2,4,6
/proc/31152/task/31164/stat : 31164 (java) S 31149 31152 30888 0 -1 1077944384 8961 0 0 0 232 2 0 0 20 0 15 0 271917242 14429130752 134066 33554432000 4194304 4196468 140728334434912 140188771117808 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31165] ppid=31149 vsize=14090948 memory=1404 CPUtime=0.9 cores=0,2,4,6
/proc/31152/task/31165/stat : 31165 (java) S 31149 31152 30888 0 -1 1077944384 6460 0 0 0 88 2 0 0 20 0 15 0 271917242 14429130752 134066 33554432000 4194304 4196468 140728334434912 140188770065008 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31166] ppid=31149 vsize=14090948 memory=3192 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31166/stat : 31166 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14429130752 134066 33554432000 4194304 4196468 140728334434912 140188769012448 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31167] ppid=31149 vsize=14090948 memory=537288 CPUtime=1.49 cores=0,2,4,6
/proc/31152/task/31167/stat : 31167 (java) S 31149 31152 30888 0 -1 1077944384 1157 0 0 0 75 74 0 0 20 0 15 0 271917242 14429130752 134066 33554432000 4194304 4196468 140728334434912 140188767959728 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
Current children cumulated CPU time: 2416.77 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 536264 KiB

[startup+2442.3 s]*
/proc/loadavg: 1.58 1.52 1.50 3/215 31320
/proc/meminfo: memFree=22798920/32770624 swapFree=67059156/67108860
[pid=31152] ppid=31149 vsize=14090948 memory=533684 CPUtime=2477.68 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30888 0 -1 1077944320 115035 0 0 0 247599 169 0 0 20 0 15 0 271917237 14429130752 133421 33554432000 4194304 4196468 140728334434912 140728334417456 140189437112055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
/proc/31152/statm: 3522737 133421 3601 1 0 3484809 0
[pid=31152/tid=31154] ppid=31149 vsize=14090948 memory=1398720917958146503 CPUtime=2429.77 cores=0,2,4,6
/proc/31152/task/31154/stat : 31154 (java) R 31149 31152 30888 0 -1 4202560 47774 0 0 0 242950 27 0 0 20 0 15 0 271917237 14429130752 133421 33554432000 4194304 4196468 140728334434912 140189441350304 140189034219833 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31155] ppid=31149 vsize=14090948 memory=4126316290023845779 CPUtime=9.8 cores=0,2,4,6
/proc/31152/task/31155/stat : 31155 (java) S 31149 31152 30888 0 -1 1077944384 9159 0 0 0 963 17 0 0 20 0 15 0 271917238 14429130752 133421 33554432000 4194304 4196468 140728334434912 140189352180880 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31156] ppid=31149 vsize=14090948 memory=1528 CPUtime=9.85 cores=0,2,4,6
/proc/31152/task/31156/stat : 31156 (java) S 31149 31152 30888 0 -1 1077944384 6151 0 0 0 969 16 0 0 20 0 15 0 271917238 14429130752 133421 33554432000 4194304 4196468 140728334434912 140189351128080 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31157] ppid=31149 vsize=14090948 memory=924 CPUtime=9.84 cores=0,2,4,6
/proc/31152/task/31157/stat : 31157 (java) S 31149 31152 30888 0 -1 1077944384 9230 0 0 0 967 17 0 0 20 0 15 0 271917238 14429130752 133421 33554432000 4194304 4196468 140728334434912 140189350075280 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31158] ppid=31149 vsize=14090948 memory=1140 CPUtime=9.83 cores=0,2,4,6
/proc/31152/task/31158/stat : 31158 (java) S 31149 31152 30888 0 -1 1077944384 9026 0 0 0 969 14 0 0 20 0 15 0 271917238 14429130752 133421 33554432000 4194304 4196468 140728334434912 140189349022480 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31159] ppid=31149 vsize=14090948 memory=1548 CPUtime=1.46 cores=0,2,4,6
/proc/31152/task/31159/stat : 31159 (java) S 31149 31152 30888 0 -1 1077944384 8262 0 0 0 131 15 0 0 20 0 15 0 271917239 14429130752 133421 33554432000 4194304 4196468 140728334434912 140188776380784 140189437123202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31160] ppid=31149 vsize=14090948 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31160/stat : 31160 (java) S 31149 31152 30888 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 271917240 14429130752 133421 33554432000 4194304 4196468 140728334434912 140188775326816 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31161] ppid=31149 vsize=14090948 memory=816 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31161/stat : 31161 (java) S 31149 31152 30888 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 271917240 14429130752 133421 33554432000 4194304 4196468 140728334434912 140188774273920 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31162] ppid=31149 vsize=14090948 memory=1932 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31162/stat : 31162 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14429130752 133421 33554432000 4194304 4196468 140728334434912 140188773222224 140189437130651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31163] ppid=31149 vsize=14090948 memory=2076 CPUtime=2.29 cores=0,2,4,6
/proc/31152/task/31163/stat : 31163 (java) S 31149 31152 30888 0 -1 1077944384 7404 0 0 0 228 1 0 0 20 0 15 0 271917242 14429130752 133421 33554432000 4194304 4196468 140728334434912 140188772170608 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31164] ppid=31149 vsize=14090948 memory=1840 CPUtime=2.34 cores=0,2,4,6
/proc/31152/task/31164/stat : 31164 (java) S 31149 31152 30888 0 -1 1077944384 8963 0 0 0 232 2 0 0 20 0 15 0 271917242 14429130752 133421 33554432000 4194304 4196468 140728334434912 140188771117808 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31165] ppid=31149 vsize=14090948 memory=7904 CPUtime=0.9 cores=0,2,4,6
/proc/31152/task/31165/stat : 31165 (java) S 31149 31152 30888 0 -1 1077944384 6462 0 0 0 88 2 0 0 20 0 15 0 271917242 14429130752 133421 33554432000 4194304 4196468 140728334434912 140188770065008 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31166] ppid=31149 vsize=14090948 memory=800 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31166/stat : 31166 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14429130752 133421 33554432000 4194304 4196468 140728334434912 140188769012448 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31167] ppid=31149 vsize=14090948 memory=1800 CPUtime=1.52 cores=0,2,4,6
/proc/31152/task/31167/stat : 31167 (java) S 31149 31152 30888 0 -1 1077944384 1174 0 0 0 76 76 0 0 20 0 15 0 271917242 14429130752 133421 33554432000 4194304 4196468 140728334434912 140188767959728 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
Current children cumulated CPU time: 2477.68 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 533684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484 s]
/proc/loadavg: 1.61 1.53 1.50 3/215 31321
/proc/meminfo: memFree=22798468/32770624 swapFree=67059156/67108860
[pid=31152] ppid=31149 vsize=14090948 memory=533672 CPUtime=2520.01 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30888 0 -1 1077944320 116131 0 0 0 251829 172 0 0 20 0 15 0 271917237 14429130752 133418 33554432000 4194304 4196468 140728334434912 140728334417456 140189437112055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
/proc/31152/statm: 3522737 133418 3601 1 0 3484809 0
[pid=31152/tid=31154] ppid=31149 vsize=14090948 memory=532652 CPUtime=2471.21 cores=0,2,4,6
/proc/31152/task/31154/stat : 31154 (java) R 31149 31152 30888 0 -1 4202560 48089 0 0 0 247093 28 0 0 20 0 15 0 271917237 14429130752 133418 33554432000 4194304 4196468 140728334434912 140189441350128 140189034221340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31155] ppid=31149 vsize=14090948 memory=533672 CPUtime=10.02 cores=0,2,4,6
/proc/31152/task/31155/stat : 31155 (java) S 31149 31152 30888 0 -1 1077944384 9395 0 0 0 984 18 0 0 20 0 15 0 271917238 14429130752 133418 33554432000 4194304 4196468 140728334434912 140189352180880 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31156] ppid=31149 vsize=14090948 memory=534188 CPUtime=10.05 cores=0,2,4,6
/proc/31152/task/31156/stat : 31156 (java) S 31149 31152 30888 0 -1 1077944384 6369 0 0 0 989 16 0 0 20 0 15 0 271917238 14429130752 133418 33554432000 4194304 4196468 140728334434912 140189351128080 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31157] ppid=31149 vsize=14090948 memory=532140 CPUtime=10.05 cores=0,2,4,6
/proc/31152/task/31157/stat : 31157 (java) S 31149 31152 30888 0 -1 1077944384 9276 0 0 0 988 17 0 0 20 0 15 0 271917238 14429130752 133418 33554432000 4194304 4196468 140728334434912 140189350075280 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31158] ppid=31149 vsize=14090948 memory=534188 CPUtime=10.04 cores=0,2,4,6
/proc/31152/task/31158/stat : 31158 (java) S 31149 31152 30888 0 -1 1077944384 9113 0 0 0 990 14 0 0 20 0 15 0 271917238 14429130752 133418 33554432000 4194304 4196468 140728334434912 140189349022480 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31159] ppid=31149 vsize=14090948 memory=534192 CPUtime=1.48 cores=0,2,4,6
/proc/31152/task/31159/stat : 31159 (java) S 31149 31152 30888 0 -1 1077944384 8432 0 0 0 133 15 0 0 20 0 15 0 271917239 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188776380784 140189437123202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31160] ppid=31149 vsize=14090948 memory=533672 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31160/stat : 31160 (java) S 31149 31152 30888 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 271917240 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188775326816 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31161] ppid=31149 vsize=14090948 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31161/stat : 31161 (java) S 31149 31152 30888 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 271917240 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188774273920 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31162] ppid=31149 vsize=14090948 memory=199140 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31162/stat : 31162 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188773222224 140189437130651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31163] ppid=31149 vsize=14090948 memory=0 CPUtime=2.29 cores=0,2,4,6
/proc/31152/task/31163/stat : 31163 (java) S 31149 31152 30888 0 -1 1077944384 7406 0 0 0 228 1 0 0 20 0 15 0 271917242 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188772170608 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31164] ppid=31149 vsize=14090948 memory=280784428244800 CPUtime=2.34 cores=0,2,4,6
/proc/31152/task/31164/stat : 31164 (java) S 31149 31152 30888 0 -1 1077944384 8965 0 0 0 232 2 0 0 20 0 15 0 271917242 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188771117808 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31165] ppid=31149 vsize=14090948 memory=6791534058613427641 CPUtime=0.9 cores=0,2,4,6
/proc/31152/task/31165/stat : 31165 (java) S 31149 31152 30888 0 -1 1077944384 6464 0 0 0 88 2 0 0 20 0 15 0 271917242 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188770065008 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31166] ppid=31149 vsize=14090948 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31166/stat : 31166 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188769012448 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31167] ppid=31149 vsize=14090948 memory=532652 CPUtime=1.55 cores=0,2,4,6
/proc/31152/task/31167/stat : 31167 (java) S 31149 31152 30888 0 -1 1077944384 1192 0 0 0 78 77 0 0 20 0 15 0 271917242 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188767959728 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 533672 KiB

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

[startup+2484.01 s]
# the end of solver process 31152 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.31 s, system=1.73313 s

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

[startup+2484 s]
/proc/loadavg: 1.61 1.53 1.50 3/215 31321
/proc/meminfo: memFree=22798468/32770624 swapFree=67059156/67108860
[pid=31152] ppid=31149 vsize=14090948 memory=533672 CPUtime=2520.01 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30888 0 -1 1077944320 116131 0 0 0 251829 172 0 0 20 0 15 0 271917237 14429130752 133418 33554432000 4194304 4196468 140728334434912 140728334417456 140189437112055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
/proc/31152/statm: 3522737 133418 3601 1 0 3484809 0
[pid=31152/tid=31154] ppid=31149 vsize=14090948 memory=532652 CPUtime=2471.21 cores=0,2,4,6
/proc/31152/task/31154/stat : 31154 (java) R 31149 31152 30888 0 -1 4202560 48089 0 0 0 247093 28 0 0 20 0 15 0 271917237 14429130752 133418 33554432000 4194304 4196468 140728334434912 140189441350128 140189034221340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31155] ppid=31149 vsize=14090948 memory=533672 CPUtime=10.02 cores=0,2,4,6
/proc/31152/task/31155/stat : 31155 (java) S 31149 31152 30888 0 -1 1077944384 9395 0 0 0 984 18 0 0 20 0 15 0 271917238 14429130752 133418 33554432000 4194304 4196468 140728334434912 140189352180880 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31156] ppid=31149 vsize=14090948 memory=534188 CPUtime=10.05 cores=0,2,4,6
/proc/31152/task/31156/stat : 31156 (java) S 31149 31152 30888 0 -1 1077944384 6369 0 0 0 989 16 0 0 20 0 15 0 271917238 14429130752 133418 33554432000 4194304 4196468 140728334434912 140189351128080 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31157] ppid=31149 vsize=14090948 memory=532140 CPUtime=10.05 cores=0,2,4,6
/proc/31152/task/31157/stat : 31157 (java) S 31149 31152 30888 0 -1 1077944384 9276 0 0 0 988 17 0 0 20 0 15 0 271917238 14429130752 133418 33554432000 4194304 4196468 140728334434912 140189350075280 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31158] ppid=31149 vsize=14090948 memory=534188 CPUtime=10.04 cores=0,2,4,6
/proc/31152/task/31158/stat : 31158 (java) S 31149 31152 30888 0 -1 1077944384 9113 0 0 0 990 14 0 0 20 0 15 0 271917238 14429130752 133418 33554432000 4194304 4196468 140728334434912 140189349022480 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31159] ppid=31149 vsize=14090948 memory=534192 CPUtime=1.48 cores=0,2,4,6
/proc/31152/task/31159/stat : 31159 (java) S 31149 31152 30888 0 -1 1077944384 8432 0 0 0 133 15 0 0 20 0 15 0 271917239 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188776380784 140189437123202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31160] ppid=31149 vsize=14090948 memory=533672 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31160/stat : 31160 (java) S 31149 31152 30888 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 271917240 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188775326816 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31161] ppid=31149 vsize=14090948 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31161/stat : 31161 (java) S 31149 31152 30888 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 271917240 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188774273920 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31162] ppid=31149 vsize=14090948 memory=199140 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31162/stat : 31162 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188773222224 140189437130651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31163] ppid=31149 vsize=14090948 memory=0 CPUtime=2.29 cores=0,2,4,6
/proc/31152/task/31163/stat : 31163 (java) S 31149 31152 30888 0 -1 1077944384 7406 0 0 0 228 1 0 0 20 0 15 0 271917242 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188772170608 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31164] ppid=31149 vsize=14090948 memory=280784428244800 CPUtime=2.34 cores=0,2,4,6
/proc/31152/task/31164/stat : 31164 (java) S 31149 31152 30888 0 -1 1077944384 8965 0 0 0 232 2 0 0 20 0 15 0 271917242 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188771117808 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31165] ppid=31149 vsize=14090948 memory=6791534058613427641 CPUtime=0.9 cores=0,2,4,6
/proc/31152/task/31165/stat : 31165 (java) S 31149 31152 30888 0 -1 1077944384 6464 0 0 0 88 2 0 0 20 0 15 0 271917242 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188770065008 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31166] ppid=31149 vsize=14090948 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31166/stat : 31166 (java) S 31149 31152 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917242 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188769012448 140189437122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
[pid=31152/tid=31167] ppid=31149 vsize=14090948 memory=532652 CPUtime=1.55 cores=0,2,4,6
/proc/31152/task/31167/stat : 31167 (java) S 31149 31152 30888 0 -1 1077944384 1192 0 0 0 78 77 0 0 20 0 15 0 271917242 14429130752 133418 33554432000 4194304 4196468 140728334434912 140188767959728 140189437123202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 14651392 140728334443592 140728334443785 140728334443785 140728334446543 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 533672 KiB

Child status: 143
Real time (s): 2484.01
CPU time (s): 2520.04
CPU user time (s): 2518.31
CPU system time (s): 1.73313
CPU usage (%): 101.45
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 1218392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.31
system time used= 1.73313
maximum resident set size= 1230764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116318
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91772
involuntary context switches= 4864


# summary of solver processes directly reported to runsolver:
#   pid: 31152
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2518.31
#   total CPU system time (s): 1.73313

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.319 second user time and 23.9249 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-18 00:05:40
IDJOB=4311644
IDBENCH=141113
IDSOLVER=2799
FILE ID=node103/4311644-1534543540
RUNJOBID= node103-1534541043-30919
PBS_JOBID= 21038644
Free space on /tmp= 44296 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ8-3_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311644-1534543540/watcher-4311644-1534543540 -o /tmp/evaluation-result-4311644-1534543540/solver-4311644-1534543540 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534541043-30919 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1162966478 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311644-1534543540.xml

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

MD5SUM BENCH= 7db04233d06e2f858d703f8c476ffab2
RANDOM SEED=1162966478

node103.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.48
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.48
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.48
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.48
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:        22086184 kB
MemAvailable:   30506128 kB
Buffers:          225796 kB
Cached:          8422944 kB
SwapCached:         5152 kB
Active:          6300700 kB
Inactive:        3780668 kB
Active(anon):    1435856 kB
Inactive(anon):    64692 kB
Active(file):    4864844 kB
Inactive(file):  3715976 kB
Unevictable:        7768 kB
Mlocked:            7768 kB
SwapTotal:      67108860 kB
SwapFree:       67059156 kB
Dirty:             36764 kB
Writeback:             0 kB
AnonPages:       1435592 kB
Mapped:            31256 kB
Shmem:             65136 kB
Slab:             296288 kB
SReclaimable:     267584 kB
SUnreclaim:        28704 kB
KernelStack:        3552 kB
PageTables:         7492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2222796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1396736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 44260 MiB
End job on node103 at 2018-08-18 00:47:05