Trace number 4311686

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.1 2488.91

General information on the benchmark

NameNurseRostering/
NurseRostering-13_c18.xml
MD5SUMbfb8f77ba8ae689b0ec737170bc63bca
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark62102
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables8025
Number of constraints17841
Number of domains21
Minimum domain size1
Maximum domain size121
Distribution of domain sizes[{"size":1,"count":652},{"size":2,"count":1350},{"size":3,"count":156},{"size":4,"count":72},{"size":5,"count":33},{"size":6,"count":8},{"size":7,"count":121},{"size":8,"count":124},{"size":11,"count":96},{"size":12,"count":117},{"size":19,"count":3360},{"size":29,"count":900},{"size":120,"count":504},{"size":121,"count":532}]
Minimum variable degree2
Maximum variable degree55
Distribution of variable degrees[{"degree":2,"count":4185},{"degree":3,"count":480},{"degree":42,"count":5},{"degree":43,"count":95},{"degree":44,"count":120},{"degree":45,"count":25},{"degree":46,"count":79},{"degree":47,"count":137},{"degree":48,"count":190},{"degree":49,"count":200},{"degree":50,"count":288},{"degree":51,"count":991},{"degree":52,"count":861},{"degree":53,"count":271},{"degree":54,"count":78},{"degree":55,"count":20}]
Minimum constraint arity2
Maximum constraint arity240
Distribution of constraint arities[{"arity":2,"count":5938},{"arity":3,"count":5850},{"arity":4,"count":370},{"arity":6,"count":2530},{"arity":7,"count":220},{"arity":19,"count":120},{"arity":29,"count":2280},{"arity":121,"count":532},{"arity":240,"count":1}]
Number of extensional constraints3772
Number of intensional constraints2031
Distribution of constraint types[{"type":"extension","count":3772},{"type":"intension","count":2031},{"type":"regular","count":6235},{"type":"sum","count":240},{"type":"count","count":5562},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 1730135301
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.59	c Parsing instance...
27.37/14.99	c Parsing done, starting search...
2520.07/2488.90	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 (13920 MiB free)
  memory of node 1: 16384 MiB (8679 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311686-1534541972/watcher-4311686-1534541972 -o /tmp/evaluation-result-4311686-1534541972/solver-4311686-1534541972 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534541041-25995 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1730135301 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311686-1534541972.xml 

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

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

solver pid=26146, runsolver pid=26143

[startup+0.100167 s]*
/proc/loadavg: 1.26 1.21 0.86 3/219 26161
/proc/meminfo: memFree=23123556/32770624 swapFree=67108688/67108860
[pid=26146] ppid=26143 vsize=14082736 memory=32196 CPUtime=0.12 cores=0,2,4,6
/proc/26146/stat : 26146 (java) S 26143 26146 25964 0 -1 1077944320 6434 0 0 0 11 1 0 0 20 0 15 0 271760372 14420721664 8049 33554432000 4194304 4196468 140732077295280 140732077277824 139720154091255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
/proc/26146/statm: 3520684 8049 3161 1 0 3482761 0
[pid=26146/tid=26148] ppid=26143 vsize=14082736 memory=-8629632960754125954 CPUtime=0.08 cores=0,2,4,6
/proc/26146/task/26148/stat : 26148 (java) R 26143 26146 25964 0 -1 4202560 4488 0 0 0 8 0 0 0 20 0 15 0 271760372 14420721664 8049 33554432000 4194304 4196468 140732077295280 139720158315136 139720138171742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26149] ppid=26143 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26149/stat : 26149 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760373 14420721664 8049 33554432000 4194304 4196468 140732077295280 139720119372688 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26150] ppid=26143 vsize=14082736 memory=140041710651008 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26150/stat : 26150 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760373 14420721664 8049 33554432000 4194304 4196468 140732077295280 139719748991760 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26151] ppid=26143 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26151/stat : 26151 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760373 14420721664 8049 33554432000 4194304 4196468 140732077295280 139719747939472 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26152] ppid=26143 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26152/stat : 26152 (java) S 26143 26146 25964 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271760373 14420721664 8049 33554432000 4194304 4196468 140732077295280 139719746886672 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26153] ppid=26143 vsize=14082736 memory=140041710651008 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26153/stat : 26153 (java) S 26143 26146 25964 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271760374 14420721664 8049 33554432000 4194304 4196468 140732077295280 139719628241008 139720154102402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26154] ppid=26143 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26154/stat : 26154 (java) S 26143 26146 25964 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271760375 14420721664 8049 33554432000 4194304 4196468 140732077295280 139719627186976 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26155] ppid=26143 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26155/stat : 26155 (java) S 26143 26146 25964 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271760375 14420721664 8049 33554432000 4194304 4196468 140732077295280 139719626134640 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26156] ppid=26143 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26156/stat : 26156 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14420721664 8049 33554432000 4194304 4196468 140732077295280 139719625082960 139720154109851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26157] ppid=26143 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26157/stat : 26157 (java) S 26143 26146 25964 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 271760377 14420721664 8049 33554432000 4194304 4196468 140732077295280 139719624030832 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26158] ppid=26143 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26158/stat : 26158 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760377 14420721664 8049 33554432000 4194304 4196468 140732077295280 139719622978032 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26159] ppid=26143 vsize=14082736 memory=140041710651008 CPUtime=0.01 cores=0,2,4,6
/proc/26146/task/26159/stat : 26159 (java) S 26143 26146 25964 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 15 0 271760377 14420721664 8049 33554432000 4194304 4196468 140732077295280 139719621925744 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26160] ppid=26143 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26160/stat : 26160 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14420721664 8049 33554432000 4194304 4196468 140732077295280 139719620873184 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26161] ppid=26143 vsize=14082736 memory=140041710651008 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26161/stat : 26161 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760378 14420721664 8049 33554432000 4194304 4196468 140732077295280 139719619819952 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32196 KiB

[startup+0.21551 s]*
/proc/loadavg: 1.26 1.21 0.86 5/219 26161
/proc/meminfo: memFree=23107912/32770624 swapFree=67108688/67108860
[pid=26146] ppid=26143 vsize=14082736 memory=48008 CPUtime=0.32 cores=0,2,4,6
/proc/26146/stat : 26146 (java) S 26143 26146 25964 0 -1 1077944320 10111 0 0 0 29 3 0 0 20 0 15 0 271760372 14420721664 12002 33554432000 4194304 4196468 140732077295280 140732077277824 139720154091255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
/proc/26146/statm: 3520684 12002 3373 1 0 3482761 0
[pid=26146/tid=26148] ppid=26143 vsize=14082736 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/26146/task/26148/stat : 26148 (java) R 26143 26146 25964 0 -1 4202560 7830 0 0 0 19 2 0 0 20 0 15 0 271760372 14420721664 12002 33554432000 4194304 4196468 140732077295280 139720158319368 139720140417600 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26149] ppid=26143 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26149/stat : 26149 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760373 14420721664 12002 33554432000 4194304 4196468 140732077295280 139720119372688 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26150] ppid=26143 vsize=14082736 memory=3616592335022769824 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26150/stat : 26150 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760373 14420721664 12002 33554432000 4194304 4196468 140732077295280 139719748991760 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26151] ppid=26143 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26151/stat : 26151 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760373 14420721664 12002 33554432000 4194304 4196468 140732077295280 139719747939472 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26152] ppid=26143 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26152/stat : 26152 (java) S 26143 26146 25964 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271760373 14420721664 12002 33554432000 4194304 4196468 140732077295280 139719746886672 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26153] ppid=26143 vsize=14082736 memory=140041710651008 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26153/stat : 26153 (java) S 26143 26146 25964 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271760374 14420721664 12002 33554432000 4194304 4196468 140732077295280 139719628241008 139720154102402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26154] ppid=26143 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26154/stat : 26154 (java) S 26143 26146 25964 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271760375 14420721664 12002 33554432000 4194304 4196468 140732077295280 139719627186976 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26155] ppid=26143 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26155/stat : 26155 (java) S 26143 26146 25964 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271760375 14420721664 12002 33554432000 4194304 4196468 140732077295280 139719626134640 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26156] ppid=26143 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26156/stat : 26156 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14420721664 12002 33554432000 4194304 4196468 140732077295280 139719625082960 139720154109851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26157] ppid=26143 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26146/task/26157/stat : 26157 (java) R 26143 26146 25964 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 15 0 271760377 14420721664 12002 33554432000 4194304 4196468 140732077295280 139719624030832 139720154102402 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26158] ppid=26143 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26146/task/26158/stat : 26158 (java) S 26143 26146 25964 0 -1 1077944384 251 0 0 0 2 0 0 0 20 0 15 0 271760377 14420721664 12002 33554432000 4194304 4196468 140732077295280 139719622978032 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26159] ppid=26143 vsize=14082736 memory=140041710651008 CPUtime=0.06 cores=0,2,4,6
/proc/26146/task/26159/stat : 26159 (java) S 26143 26146 25964 0 -1 1077944384 290 0 0 0 6 0 0 0 20 0 15 0 271760377 14420721664 12002 33554432000 4194304 4196468 140732077295280 139719621925744 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26160] ppid=26143 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26160/stat : 26160 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14420721664 12002 33554432000 4194304 4196468 140732077295280 139719620873184 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26161] ppid=26143 vsize=14082736 memory=140041710651008 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26161/stat : 26161 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760378 14420721664 12002 33554432000 4194304 4196468 140732077295280 139719619819952 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 48008 KiB

[startup+0.310531 s]*
/proc/loadavg: 1.26 1.21 0.86 5/219 26161
/proc/meminfo: memFree=23104368/32770624 swapFree=67108688/67108860
[pid=26146] ppid=26143 vsize=14082736 memory=51344 CPUtime=0.44 cores=0,2,4,6
/proc/26146/stat : 26146 (java) S 26143 26146 25964 0 -1 1077944320 10464 0 0 0 41 3 0 0 20 0 15 0 271760372 14420721664 12836 33554432000 4194304 4196468 140732077295280 140732077277824 139720154091255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
/proc/26146/statm: 3520684 12836 3376 1 0 3482761 0
[pid=26146/tid=26148] ppid=26143 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/26146/task/26148/stat : 26148 (java) R 26143 26146 25964 0 -1 4202560 8155 0 0 0 28 2 0 0 20 0 15 0 271760372 14420721664 12836 33554432000 4194304 4196468 140732077295280 139720158280528 139720137278064 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26149] ppid=26143 vsize=14082736 memory=4294980954 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26149/stat : 26149 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760373 14420721664 12836 33554432000 4194304 4196468 140732077295280 139720119372688 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26150] ppid=26143 vsize=14082736 memory=3616591235511142048 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26150/stat : 26150 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760373 14420721664 12836 33554432000 4194304 4196468 140732077295280 139719748991760 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26151] ppid=26143 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26151/stat : 26151 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760373 14420721664 12836 33554432000 4194304 4196468 140732077295280 139719747939472 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26152] ppid=26143 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26152/stat : 26152 (java) S 26143 26146 25964 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271760373 14420721664 12836 33554432000 4194304 4196468 140732077295280 139719746886672 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26153] ppid=26143 vsize=14082736 memory=140041710651008 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26153/stat : 26153 (java) S 26143 26146 25964 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271760374 14420721664 12836 33554432000 4194304 4196468 140732077295280 139719628241008 139720154102402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26154] ppid=26143 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26154/stat : 26154 (java) S 26143 26146 25964 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271760375 14420721664 12836 33554432000 4194304 4196468 140732077295280 139719627186976 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26155] ppid=26143 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26155/stat : 26155 (java) S 26143 26146 25964 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271760375 14420721664 12836 33554432000 4194304 4196468 140732077295280 139719626134640 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26156] ppid=26143 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26156/stat : 26156 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14420721664 12836 33554432000 4194304 4196468 140732077295280 139719625082960 139720154109851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26157] ppid=26143 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26146/task/26157/stat : 26157 (java) S 26143 26146 25964 0 -1 1077944384 378 0 0 0 2 0 0 0 20 0 15 0 271760377 14420721664 12836 33554432000 4194304 4196468 140732077295280 139719624030832 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26158] ppid=26143 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26146/task/26158/stat : 26158 (java) S 26143 26146 25964 0 -1 1077944384 251 0 0 0 2 0 0 0 20 0 15 0 271760377 14420721664 12836 33554432000 4194304 4196468 140732077295280 139719622978032 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26159] ppid=26143 vsize=14082736 memory=140041710651008 CPUtime=0.08 cores=0,2,4,6
/proc/26146/task/26159/stat : 26159 (java) S 26143 26146 25964 0 -1 1077944384 298 0 0 0 8 0 0 0 20 0 15 0 271760377 14420721664 12836 33554432000 4194304 4196468 140732077295280 139719621925744 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26160] ppid=26143 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26160/stat : 26160 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14420721664 12836 33554432000 4194304 4196468 140732077295280 139719620873184 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26161] ppid=26143 vsize=14082736 memory=140041710651008 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26161/stat : 26161 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760378 14420721664 12836 33554432000 4194304 4196468 140732077295280 139719619819952 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51344 KiB

[startup+0.700813 s]
/proc/loadavg: 1.26 1.21 0.86 3/219 26161
/proc/meminfo: memFree=23080680/32770624 swapFree=67108688/67108860
[pid=26146] ppid=26143 vsize=14084804 memory=88480 CPUtime=0.97 cores=0,2,4,6
/proc/26146/stat : 26146 (java) S 26143 26146 25964 0 -1 1077944320 17037 0 0 0 91 6 0 0 20 0 15 0 271760372 14422839296 22120 33554432000 4194304 4196468 140732077295280 140732077277824 139720154091255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
/proc/26146/statm: 3521201 22120 3490 1 0 3483273 0
[pid=26146/tid=26148] ppid=26143 vsize=14084804 memory=1172 CPUtime=0.67 cores=0,2,4,6
/proc/26146/task/26148/stat : 26148 (java) R 26143 26146 25964 0 -1 4202560 14463 0 0 0 63 4 0 0 20 0 15 0 271760372 14422839296 22120 33554432000 4194304 4196468 140732077295280 139720158315472 139720154113181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26149] ppid=26143 vsize=14084804 memory=3504 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26149/stat : 26149 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760373 14422839296 22120 33554432000 4194304 4196468 140732077295280 139720119372688 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26150] ppid=26143 vsize=14084804 memory=3360 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26150/stat : 26150 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760373 14422839296 22120 33554432000 4194304 4196468 140732077295280 139719748991760 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26151] ppid=26143 vsize=14084804 memory=496 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26151/stat : 26151 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760373 14422839296 22120 33554432000 4194304 4196468 140732077295280 139719747939472 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26152] ppid=26143 vsize=14084804 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26152/stat : 26152 (java) S 26143 26146 25964 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271760373 14422839296 22120 33554432000 4194304 4196468 140732077295280 139719746886672 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26153] ppid=26143 vsize=14084804 memory=928 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26153/stat : 26153 (java) S 26143 26146 25964 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271760374 14422839296 22120 33554432000 4194304 4196468 140732077295280 139719628241008 139720154102402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26154] ppid=26143 vsize=14084804 memory=2332 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26154/stat : 26154 (java) S 26143 26146 25964 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271760375 14422839296 22120 33554432000 4194304 4196468 140732077295280 139719627186976 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26155] ppid=26143 vsize=14084804 memory=924 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26155/stat : 26155 (java) S 26143 26146 25964 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271760375 14422839296 22120 33554432000 4194304 4196468 140732077295280 139719626134640 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26156] ppid=26143 vsize=14084804 memory=6153431502485415525 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26156/stat : 26156 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14422839296 22120 33554432000 4194304 4196468 140732077295280 139719625082960 139720154109851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26157] ppid=26143 vsize=14084804 memory=7237400421024098393 CPUtime=0.06 cores=0,2,4,6
/proc/26146/task/26157/stat : 26157 (java) S 26143 26146 25964 0 -1 1077944384 538 0 0 0 6 0 0 0 20 0 15 0 271760377 14422839296 22120 33554432000 4194304 4196468 140732077295280 139719624030832 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26158] ppid=26143 vsize=14084804 memory=6154282490091891024 CPUtime=0.06 cores=0,2,4,6
/proc/26146/task/26158/stat : 26158 (java) S 26143 26146 25964 0 -1 1077944384 327 0 0 0 6 0 0 0 20 0 15 0 271760377 14422839296 22120 33554432000 4194304 4196468 140732077295280 139719622978032 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26159] ppid=26143 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/26146/task/26159/stat : 26159 (java) S 26143 26146 25964 0 -1 1077944384 327 0 0 0 15 0 0 0 20 0 15 0 271760377 14422839296 22120 33554432000 4194304 4196468 140732077295280 139719621925744 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26160] ppid=26143 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26160/stat : 26160 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14422839296 22120 33554432000 4194304 4196468 140732077295280 139719620873184 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26161] ppid=26143 vsize=14084804 memory=8712 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26161/stat : 26161 (java) S 26143 26146 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271760378 14422839296 22120 33554432000 4194304 4196468 140732077295280 139719619819952 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88480 KiB

[startup+1.50077 s]
/proc/loadavg: 1.26 1.21 0.86 6/219 26161
/proc/meminfo: memFree=23032400/32770624 swapFree=67108688/67108860
[pid=26146] ppid=26143 vsize=14086852 memory=235008 CPUtime=3.65 cores=0,2,4,6
/proc/26146/stat : 26146 (java) S 26143 26146 25964 0 -1 1077944320 24376 0 0 0 354 11 0 0 20 0 15 0 271760372 14424936448 58752 33554432000 4194304 4196468 140732077295280 140732077277824 139720154091255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
/proc/26146/statm: 3521713 58752 3570 1 0 3483785 0
[pid=26146/tid=26148] ppid=26143 vsize=14086852 memory=180116 CPUtime=1.45 cores=0,2,4,6
/proc/26146/task/26148/stat : 26148 (java) R 26143 26146 25964 0 -1 4202560 16081 0 0 0 139 6 0 0 20 0 15 0 271760372 14424936448 58752 33554432000 4194304 4196468 140732077295280 139720158325808 139719795815187 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26149] ppid=26143 vsize=14086852 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/26146/task/26149/stat : 26149 (java) S 26143 26146 25964 0 -1 1077944384 127 0 0 0 1 0 0 0 20 0 15 0 271760373 14424936448 58752 33554432000 4194304 4196468 140732077295280 139720119372688 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26150] ppid=26143 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26150/stat : 26150 (java) S 26143 26146 25964 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 271760373 14424936448 58752 33554432000 4194304 4196468 140732077295280 139719748991760 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26151] ppid=26143 vsize=14086852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26146/task/26151/stat : 26151 (java) S 26143 26146 25964 0 -1 1077944384 220 0 0 0 1 0 0 0 20 0 15 0 271760373 14424936448 58752 33554432000 4194304 4196468 140732077295280 139719747939472 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26152] ppid=26143 vsize=14086852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26146/task/26152/stat : 26152 (java) S 26143 26146 25964 0 -1 1077944384 117 0 0 0 1 0 0 0 20 0 15 0 271760373 14424936448 58752 33554432000 4194304 4196468 140732077295280 139719746886672 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26153] ppid=26143 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26153/stat : 26153 (java) S 26143 26146 25964 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 15 0 271760374 14424936448 58752 33554432000 4194304 4196468 140732077295280 139719628241008 139720154102402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0

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

/proc/26146/task/26148/stat : 26148 (java) R 26143 26146 25964 0 -1 4202560 334920 0 0 0 237625 60 0 0 20 0 15 0 271760372 14431227904 271142 33554432000 4194304 4196468 140732077295280 139720158329344 139719797939758 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26149] ppid=26143 vsize=14092996 memory=1086628 CPUtime=4.99 cores=0,2,4,6
/proc/26146/task/26149/stat : 26149 (java) S 26143 26146 25964 0 -1 1077944384 47388 0 0 0 433 66 0 0 20 0 15 0 271760373 14431227904 271142 33554432000 4194304 4196468 140732077295280 139720119372688 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26150] ppid=26143 vsize=14092996 memory=1102020 CPUtime=4.99 cores=0,2,4,6
/proc/26146/task/26150/stat : 26150 (java) S 26143 26146 25964 0 -1 1077944384 38568 0 0 0 433 66 0 0 20 0 15 0 271760373 14431227904 271142 33554432000 4194304 4196468 140732077295280 139719748991760 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26151] ppid=26143 vsize=14092996 memory=1094324 CPUtime=4.99 cores=0,2,4,6
/proc/26146/task/26151/stat : 26151 (java) S 26143 26146 25964 0 -1 1077944384 34933 0 0 0 434 65 0 0 20 0 15 0 271760373 14431227904 271142 33554432000 4194304 4196468 140732077295280 139719747939472 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26152] ppid=26143 vsize=14092996 memory=1084568 CPUtime=5.02 cores=0,2,4,6
/proc/26146/task/26152/stat : 26152 (java) S 26143 26146 25964 0 -1 1077944384 40706 0 0 0 437 65 0 0 20 0 15 0 271760373 14431227904 271142 33554432000 4194304 4196468 140732077295280 139719746886672 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26153] ppid=26143 vsize=14092996 memory=1084568 CPUtime=0.2 cores=0,2,4,6
/proc/26146/task/26153/stat : 26153 (java) S 26143 26146 25964 0 -1 1077944384 13265 0 0 0 15 5 0 0 20 0 15 0 271760374 14431227904 271142 33554432000 4194304 4196468 140732077295280 139719628241008 139720154102402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26154] ppid=26143 vsize=14092996 memory=1924 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26154/stat : 26154 (java) S 26143 26146 25964 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 271760375 14431227904 271142 33554432000 4194304 4196468 140732077295280 139719627187040 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26155] ppid=26143 vsize=14092996 memory=1080472 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26155/stat : 26155 (java) S 26143 26146 25964 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 271760375 14431227904 271142 33554432000 4194304 4196468 140732077295280 139719626134656 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26156] ppid=26143 vsize=14092996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26156/stat : 26156 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14431227904 271142 33554432000 4194304 4196468 140732077295280 139719625082960 139720154109851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26157] ppid=26143 vsize=14092996 memory=280083139603744 CPUtime=6.2 cores=0,2,4,6
/proc/26146/task/26157/stat : 26157 (java) S 26143 26146 25964 0 -1 1077944384 12657 0 0 0 617 3 0 0 20 0 15 0 271760377 14431227904 271142 33554432000 4194304 4196468 140732077295280 139719624030832 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26158] ppid=26143 vsize=14092996 memory=1084568 CPUtime=5.91 cores=0,2,4,6
/proc/26146/task/26158/stat : 26158 (java) S 26143 26146 25964 0 -1 1077944384 9915 0 0 0 589 2 0 0 20 0 15 0 271760377 14431227904 271142 33554432000 4194304 4196468 140732077295280 139719622978032 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26159] ppid=26143 vsize=14092996 memory=3824 CPUtime=1.64 cores=0,2,4,6
/proc/26146/task/26159/stat : 26159 (java) S 26143 26146 25964 0 -1 1077944384 13554 0 0 0 163 1 0 0 20 0 15 0 271760377 14431227904 271142 33554432000 4194304 4196468 140732077295280 139719621925744 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26160] ppid=26143 vsize=14092996 memory=1102020 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26160/stat : 26160 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14431227904 271142 33554432000 4194304 4196468 140732077295280 139719620873184 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26161] ppid=26143 vsize=14092996 memory=6448 CPUtime=0.71 cores=0,2,4,6
/proc/26146/task/26161/stat : 26161 (java) S 26143 26146 25964 0 -1 1077944384 1105 0 0 0 31 40 0 0 20 0 15 0 271760378 14431227904 271142 33554432000 4194304 4196468 140732077295280 139719619819952 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
Current children cumulated CPU time: 2411.6 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1084568 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.59 1.59 4/219 26369
/proc/meminfo: memFree=23320696/32770624 swapFree=67108688/67108860
[pid=26146] ppid=26143 vsize=14092996 memory=1076872 CPUtime=2473 cores=0,2,4,6
/proc/26146/stat : 26146 (java) S 26143 26146 25964 0 -1 1077944320 551965 0 0 0 246933 367 0 0 20 0 15 0 271760372 14431227904 269218 33554432000 4194304 4196468 140732077295280 140732077277824 139720154091255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
/proc/26146/statm: 3523249 269218 3624 1 0 3485321 0
[pid=26146/tid=26148] ppid=26143 vsize=14092996 memory=1078252 CPUtime=2436.37 cores=0,2,4,6
/proc/26146/task/26148/stat : 26148 (java) R 26143 26146 25964 0 -1 4202560 335687 0 0 0 243577 60 0 0 20 0 15 0 271760372 14431227904 269218 33554432000 4194304 4196468 140732077295280 139720158329360 139719793925940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26149] ppid=26143 vsize=14092996 memory=1076868 CPUtime=5.46 cores=0,2,4,6
/proc/26146/task/26149/stat : 26149 (java) S 26143 26146 25964 0 -1 1077944384 47708 0 0 0 480 66 0 0 20 0 15 0 271760373 14431227904 269218 33554432000 4194304 4196468 140732077295280 139720119372688 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26150] ppid=26143 vsize=14092996 memory=540 CPUtime=5.44 cores=0,2,4,6
/proc/26146/task/26150/stat : 26150 (java) S 26143 26146 25964 0 -1 1077944384 39825 0 0 0 478 66 0 0 20 0 15 0 271760373 14431227904 269218 33554432000 4194304 4196468 140732077295280 139719748991760 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26151] ppid=26143 vsize=14092996 memory=1076868 CPUtime=5.45 cores=0,2,4,6
/proc/26146/task/26151/stat : 26151 (java) S 26143 26146 25964 0 -1 1077944384 35413 0 0 0 480 65 0 0 20 0 15 0 271760373 14431227904 269218 33554432000 4194304 4196468 140732077295280 139719747939472 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26152] ppid=26143 vsize=14092996 memory=1074324 CPUtime=5.48 cores=0,2,4,6
/proc/26146/task/26152/stat : 26152 (java) S 26143 26146 25964 0 -1 1077944384 41194 0 0 0 483 65 0 0 20 0 15 0 271760373 14431227904 269218 33554432000 4194304 4196468 140732077295280 139719746886672 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26153] ppid=26143 vsize=14092996 memory=1076872 CPUtime=0.2 cores=0,2,4,6
/proc/26146/task/26153/stat : 26153 (java) S 26143 26146 25964 0 -1 1077944384 13460 0 0 0 15 5 0 0 20 0 15 0 271760374 14431227904 269218 33554432000 4194304 4196468 140732077295280 139719628241008 139720154102402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26154] ppid=26143 vsize=14092996 memory=1076872 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26154/stat : 26154 (java) S 26143 26146 25964 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 271760375 14431227904 269218 33554432000 4194304 4196468 140732077295280 139719627187040 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26155] ppid=26143 vsize=14092996 memory=1076872 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26155/stat : 26155 (java) S 26143 26146 25964 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 271760375 14431227904 269218 33554432000 4194304 4196468 140732077295280 139719626134656 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26156] ppid=26143 vsize=14092996 memory=1082356 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26156/stat : 26156 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14431227904 269218 33554432000 4194304 4196468 140732077295280 139719625082960 139720154109851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26157] ppid=26143 vsize=14092996 memory=1068 CPUtime=6.2 cores=0,2,4,6
/proc/26146/task/26157/stat : 26157 (java) S 26143 26146 25964 0 -1 1077944384 12659 0 0 0 617 3 0 0 20 0 15 0 271760377 14431227904 269218 33554432000 4194304 4196468 140732077295280 139719624030832 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26158] ppid=26143 vsize=14092996 memory=1076868 CPUtime=5.91 cores=0,2,4,6
/proc/26146/task/26158/stat : 26158 (java) S 26143 26146 25964 0 -1 1077944384 9917 0 0 0 589 2 0 0 20 0 15 0 271760377 14431227904 269218 33554432000 4194304 4196468 140732077295280 139719622978032 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26159] ppid=26143 vsize=14092996 memory=1076868 CPUtime=1.64 cores=0,2,4,6
/proc/26146/task/26159/stat : 26159 (java) S 26143 26146 25964 0 -1 1077944384 13556 0 0 0 163 1 0 0 20 0 15 0 271760377 14431227904 269218 33554432000 4194304 4196468 140732077295280 139719621925744 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26160] ppid=26143 vsize=14092996 memory=1076872 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26160/stat : 26160 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14431227904 269218 33554432000 4194304 4196468 140732077295280 139719620873184 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26161] ppid=26143 vsize=14092996 memory=3824 CPUtime=0.72 cores=0,2,4,6
/proc/26146/task/26161/stat : 26161 (java) S 26143 26146 25964 0 -1 1077944384 1123 0 0 0 32 40 0 0 20 0 15 0 271760378 14431227904 269218 33554432000 4194304 4196468 140732077295280 139719619819952 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
Current children cumulated CPU time: 2473 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1076872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.9 s]
/proc/loadavg: 1.66 1.62 1.60 3/219 26370
/proc/meminfo: memFree=23346572/32770624 swapFree=67108688/67108860
[pid=26146] ppid=26143 vsize=14092996 memory=1046556 CPUtime=2520.07 cores=0,2,4,6
/proc/26146/stat : 26146 (java) S 26143 26146 25964 0 -1 1077944320 552900 0 0 0 251637 370 0 0 20 0 15 0 271760372 14431227904 261639 33554432000 4194304 4196468 140732077295280 140732077277824 139720154091255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
/proc/26146/statm: 3523249 261639 3624 1 0 3485321 0
[pid=26146/tid=26148] ppid=26143 vsize=14092996 memory=1055788 CPUtime=2482.8 cores=0,2,4,6
/proc/26146/task/26148/stat : 26148 (java) R 26143 26146 25964 0 -1 4202560 336256 0 0 0 248220 60 0 0 20 0 15 0 271760372 14431227904 261639 33554432000 4194304 4196468 140732077295280 139720158328992 139719803915404 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26149] ppid=26143 vsize=14092996 memory=0 CPUtime=5.61 cores=0,2,4,6
/proc/26146/task/26149/stat : 26149 (java) S 26143 26146 25964 0 -1 1077944384 47767 0 0 0 494 67 0 0 20 0 15 0 271760373 14431227904 261639 33554432000 4194304 4196468 140732077295280 139720119372688 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26150] ppid=26143 vsize=14092996 memory=1051684 CPUtime=5.59 cores=0,2,4,6
/proc/26146/task/26150/stat : 26150 (java) S 26143 26146 25964 0 -1 1077944384 39878 0 0 0 493 66 0 0 20 0 15 0 271760373 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719748991760 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26151] ppid=26143 vsize=14092996 memory=1051684 CPUtime=5.61 cores=0,2,4,6
/proc/26146/task/26151/stat : 26151 (java) S 26143 26146 25964 0 -1 1077944384 35609 0 0 0 495 66 0 0 20 0 15 0 271760373 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719747939472 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26152] ppid=26143 vsize=14092996 memory=8712 CPUtime=5.64 cores=0,2,4,6
/proc/26146/task/26152/stat : 26152 (java) S 26143 26146 25964 0 -1 1077944384 41210 0 0 0 498 66 0 0 20 0 15 0 271760373 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719746886672 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26153] ppid=26143 vsize=14092996 memory=2600 CPUtime=0.21 cores=0,2,4,6
/proc/26146/task/26153/stat : 26153 (java) S 26143 26146 25964 0 -1 1077944384 13490 0 0 0 16 5 0 0 20 0 15 0 271760374 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719628241008 139720154102402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26154] ppid=26143 vsize=14092996 memory=1046556 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26154/stat : 26154 (java) S 26143 26146 25964 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 271760375 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719627187040 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26155] ppid=26143 vsize=14092996 memory=164 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26155/stat : 26155 (java) S 26143 26146 25964 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 271760375 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719626134656 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26156] ppid=26143 vsize=14092996 memory=1066560 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26156/stat : 26156 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719625082960 139720154109851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26157] ppid=26143 vsize=14092996 memory=1051684 CPUtime=6.2 cores=0,2,4,6
/proc/26146/task/26157/stat : 26157 (java) S 26143 26146 25964 0 -1 1077944384 12661 0 0 0 617 3 0 0 20 0 15 0 271760377 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719624030832 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26158] ppid=26143 vsize=14092996 memory=1220 CPUtime=5.91 cores=0,2,4,6
/proc/26146/task/26158/stat : 26158 (java) S 26143 26146 25964 0 -1 1077944384 9919 0 0 0 589 2 0 0 20 0 15 0 271760377 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719622978032 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26159] ppid=26143 vsize=14092996 memory=1612 CPUtime=1.64 cores=0,2,4,6
/proc/26146/task/26159/stat : 26159 (java) S 26143 26146 25964 0 -1 1077944384 13558 0 0 0 163 1 0 0 20 0 15 0 271760377 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719621925744 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26160] ppid=26143 vsize=14092996 memory=1046556 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26160/stat : 26160 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719620873184 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26161] ppid=26143 vsize=14092996 memory=1051684 CPUtime=0.75 cores=0,2,4,6
/proc/26146/task/26161/stat : 26161 (java) S 26143 26146 25964 0 -1 1077944384 1129 0 0 0 33 42 0 0 20 0 15 0 271760378 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719619819952 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1046556 KiB

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

[startup+2488.91 s]
# the end of solver process 26146 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.38 s, system=3.71634 s

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

[startup+2488.9 s]
/proc/loadavg: 1.66 1.62 1.60 3/219 26370
/proc/meminfo: memFree=23346572/32770624 swapFree=67108688/67108860
[pid=26146] ppid=26143 vsize=14092996 memory=1046556 CPUtime=2520.07 cores=0,2,4,6
/proc/26146/stat : 26146 (java) S 26143 26146 25964 0 -1 1077944320 552900 0 0 0 251637 370 0 0 20 0 15 0 271760372 14431227904 261639 33554432000 4194304 4196468 140732077295280 140732077277824 139720154091255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
/proc/26146/statm: 3523249 261639 3624 1 0 3485321 0
[pid=26146/tid=26148] ppid=26143 vsize=14092996 memory=1055788 CPUtime=2482.8 cores=0,2,4,6
/proc/26146/task/26148/stat : 26148 (java) R 26143 26146 25964 0 -1 4202560 336256 0 0 0 248220 60 0 0 20 0 15 0 271760372 14431227904 261639 33554432000 4194304 4196468 140732077295280 139720158328992 139719803915404 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26149] ppid=26143 vsize=14092996 memory=0 CPUtime=5.61 cores=0,2,4,6
/proc/26146/task/26149/stat : 26149 (java) S 26143 26146 25964 0 -1 1077944384 47767 0 0 0 494 67 0 0 20 0 15 0 271760373 14431227904 261639 33554432000 4194304 4196468 140732077295280 139720119372688 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26150] ppid=26143 vsize=14092996 memory=1051684 CPUtime=5.59 cores=0,2,4,6
/proc/26146/task/26150/stat : 26150 (java) S 26143 26146 25964 0 -1 1077944384 39878 0 0 0 493 66 0 0 20 0 15 0 271760373 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719748991760 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26151] ppid=26143 vsize=14092996 memory=1051684 CPUtime=5.61 cores=0,2,4,6
/proc/26146/task/26151/stat : 26151 (java) S 26143 26146 25964 0 -1 1077944384 35609 0 0 0 495 66 0 0 20 0 15 0 271760373 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719747939472 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26152] ppid=26143 vsize=14092996 memory=8712 CPUtime=5.64 cores=0,2,4,6
/proc/26146/task/26152/stat : 26152 (java) S 26143 26146 25964 0 -1 1077944384 41210 0 0 0 498 66 0 0 20 0 15 0 271760373 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719746886672 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26153] ppid=26143 vsize=14092996 memory=2600 CPUtime=0.21 cores=0,2,4,6
/proc/26146/task/26153/stat : 26153 (java) S 26143 26146 25964 0 -1 1077944384 13490 0 0 0 16 5 0 0 20 0 15 0 271760374 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719628241008 139720154102402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26154] ppid=26143 vsize=14092996 memory=1046556 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26154/stat : 26154 (java) S 26143 26146 25964 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 271760375 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719627187040 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26155] ppid=26143 vsize=14092996 memory=164 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26155/stat : 26155 (java) S 26143 26146 25964 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 271760375 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719626134656 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26156] ppid=26143 vsize=14092996 memory=1066560 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26156/stat : 26156 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719625082960 139720154109851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26157] ppid=26143 vsize=14092996 memory=1051684 CPUtime=6.2 cores=0,2,4,6
/proc/26146/task/26157/stat : 26157 (java) S 26143 26146 25964 0 -1 1077944384 12661 0 0 0 617 3 0 0 20 0 15 0 271760377 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719624030832 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26158] ppid=26143 vsize=14092996 memory=1220 CPUtime=5.91 cores=0,2,4,6
/proc/26146/task/26158/stat : 26158 (java) S 26143 26146 25964 0 -1 1077944384 9919 0 0 0 589 2 0 0 20 0 15 0 271760377 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719622978032 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26159] ppid=26143 vsize=14092996 memory=1612 CPUtime=1.64 cores=0,2,4,6
/proc/26146/task/26159/stat : 26159 (java) S 26143 26146 25964 0 -1 1077944384 13558 0 0 0 163 1 0 0 20 0 15 0 271760377 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719621925744 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26160] ppid=26143 vsize=14092996 memory=1046556 CPUtime=0 cores=0,2,4,6
/proc/26146/task/26160/stat : 26160 (java) S 26143 26146 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271760377 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719620873184 139720154101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
[pid=26146/tid=26161] ppid=26143 vsize=14092996 memory=1051684 CPUtime=0.75 cores=0,2,4,6
/proc/26146/task/26161/stat : 26161 (java) S 26143 26146 25964 0 -1 1077944384 1129 0 0 0 33 42 0 0 20 0 15 0 271760378 14431227904 261639 33554432000 4194304 4196468 140732077295280 139719619819952 139720154102402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 21516288 140732077298760 140732077298953 140732077298953 140732077301711 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1046556 KiB

Child status: 143
Real time (s): 2488.91
CPU time (s): 2520.1
CPU user time (s): 2516.38
CPU system time (s): 3.71634
CPU usage (%): 101.253
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 3935664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.38
system time used= 3.71634
maximum resident set size= 3974576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 553133
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60915
involuntary context switches= 3902


# summary of solver processes directly reported to runsolver:
#   pid: 26146
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.38
#   total CPU system time (s): 3.71634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6387 second user time and 20.019 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-17 23:39:32
IDJOB=4311686
IDBENCH=141057
IDSOLVER=2799
FILE ID=node134/4311686-1534541972
RUNJOBID= node134-1534541041-25995
PBS_JOBID= 21038637
Free space on /tmp= 52480 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/NurseRostering/NurseRostering-13_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-4311686-1534541972/watcher-4311686-1534541972 -o /tmp/evaluation-result-4311686-1534541972/solver-4311686-1534541972 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534541041-25995 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1730135301 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311686-1534541972.xml

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

MD5SUM BENCH= bfb8f77ba8ae689b0ec737170bc63bca
RANDOM SEED=1730135301

node134.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.68
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.68
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.68
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.68
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:        23142500 kB
MemAvailable:   30392876 kB
Buffers:          232916 kB
Cached:          7250996 kB
SwapCached:           32 kB
Active:          5522408 kB
Inactive:        3507360 kB
Active(anon):    1512580 kB
Inactive(anon):   101968 kB
Active(file):    4009828 kB
Inactive(file):  3405392 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             36816 kB
Writeback:             0 kB
AnonPages:       1553220 kB
Mapped:            32384 kB
Shmem:             66036 kB
Slab:             293492 kB
SReclaimable:     263616 kB
SUnreclaim:        29876 kB
KernelStack:        3552 kB
PageTables:         8256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2476416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1411072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52444 MiB
End job on node134 at 2018-08-18 00:21:01