Trace number 4307768

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2018-08-14UNSAT 10.6887 5.23209

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f11_c18.xml
MD5SUM495f96cb472313b50d142b917feb6977
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.20148
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size33
Distribution of domain sizes[{"size":6,"count":2},{"size":18,"count":4},{"size":22,"count":10},{"size":27,"count":336},{"size":33,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.56	c version: 2018-08-14
0.68/0.56	c seed: 343289591
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
5.88/2.32	c Parsing done, starting search...
10.64/5.22	s UNSATISFIABLE

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 (13014 MiB free)
  memory of node 1: 16384 MiB (11043 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307768-1534258060/watcher-4307768-1534258060 -o /tmp/evaluation-result-4307768-1534258060/solver-4307768-1534258060 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534258055-12152 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 343289591 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307768-1534258060.xml 

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

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


[startup+0.105198 s]*
/proc/loadavg: 0.32 0.08 0.07 4/217 12288
/proc/meminfo: memFree=24613872/32770624 swapFree=67108524/67108860
[pid=12273] ppid=12270 vsize=14082736 memory=34000 CPUtime=0.13 cores=1,3,5,7
/proc/12273/stat : 12273 (java) S 12270 12273 12120 0 -1 1077944320 6416 0 0 0 11 2 0 0 20 0 15 0 243369196 14420721664 8500 33554432000 4194304 4196468 140727646963520 140727646946064 139796885524215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
/proc/12273/statm: 3520684 8500 3140 1 0 3482761 0
[pid=12273/tid=12275] ppid=12270 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/12273/task/12275/stat : 12275 (java) R 12270 12273 12120 0 -1 4202560 4462 0 0 0 8 1 0 0 20 0 15 0 243369196 14420721664 8500 33554432000 4194304 4196468 140727646963520 139796889749728 139796868711049 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12276] ppid=12270 vsize=14082736 memory=5793855381556394425 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12276/stat : 12276 (java) S 12270 12273 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369197 14420721664 8500 33554432000 4194304 4196468 140727646963520 139796838145040 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12277] ppid=12270 vsize=14082736 memory=140130546501248 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12277/stat : 12277 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369197 14420721664 8500 33554432000 4194304 4196468 140727646963520 139796837092496 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12278] ppid=12270 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12278/stat : 12278 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369197 14420721664 8500 33554432000 4194304 4196468 140727646963520 139796836039440 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12279] ppid=12270 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12279/stat : 12279 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369197 14420721664 8500 33554432000 4194304 4196468 140727646963520 139796834986896 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12280] ppid=12270 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12280/stat : 12280 (java) S 12270 12273 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369199 14420721664 8500 33554432000 4194304 4196468 140727646963520 139796426828016 139796885535362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12281] ppid=12270 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12281/stat : 12281 (java) S 12270 12273 12120 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243369199 14420721664 8500 33554432000 4194304 4196468 140727646963520 139796425774240 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12282] ppid=12270 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12282/stat : 12282 (java) S 12270 12273 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243369199 14420721664 8500 33554432000 4194304 4196468 140727646963520 139796424721136 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12283] ppid=12270 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12283/stat : 12283 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14420721664 8500 33554432000 4194304 4196468 140727646963520 139796423669712 139796885542811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12284] ppid=12270 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12284/stat : 12284 (java) S 12270 12273 12120 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 243369202 14420721664 8500 33554432000 4194304 4196468 140727646963520 139796422617840 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12285] ppid=12270 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12285/stat : 12285 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14420721664 8500 33554432000 4194304 4196468 140727646963520 139795791866736 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12286] ppid=12270 vsize=14082736 memory=140130546501248 CPUtime=0.01 cores=1,3,5,7
/proc/12273/task/12286/stat : 12286 (java) S 12270 12273 12120 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 15 0 243369202 14420721664 8500 33554432000 4194304 4196468 140727646963520 139795790813680 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12287] ppid=12270 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12287/stat : 12287 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14420721664 8500 33554432000 4194304 4196468 140727646963520 139795789761376 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12288] ppid=12270 vsize=14082736 memory=140130546501248 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12288/stat : 12288 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369202 14420721664 8500 33554432000 4194304 4196468 140727646963520 139795788708400 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34000 KiB

[startup+0.215291 s]*
/proc/loadavg: 0.32 0.08 0.07 5/217 12288
/proc/meminfo: memFree=24599344/32770624 swapFree=67108524/67108860
[pid=12273] ppid=12270 vsize=14082736 memory=49776 CPUtime=0.32 cores=1,3,5,7
/proc/12273/stat : 12273 (java) S 12270 12273 12120 0 -1 1077944320 10038 0 0 0 29 3 0 0 20 0 15 0 243369196 14420721664 12444 33554432000 4194304 4196468 140727646963520 140727646946064 139796885524215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
/proc/12273/statm: 3520684 12444 3376 1 0 3482761 0
[pid=12273/tid=12275] ppid=12270 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/12273/task/12275/stat : 12275 (java) R 12270 12273 12120 0 -1 4202560 7752 0 0 0 18 2 0 0 20 0 15 0 243369196 14420721664 12444 33554432000 4194304 4196468 140727646963520 139796889753088 139796885546141 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12276] ppid=12270 vsize=14082736 memory=4211973856751291786 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12276/stat : 12276 (java) S 12270 12273 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369197 14420721664 12444 33554432000 4194304 4196468 140727646963520 139796838145040 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12277] ppid=12270 vsize=14082736 memory=140130546501248 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12277/stat : 12277 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369197 14420721664 12444 33554432000 4194304 4196468 140727646963520 139796837092496 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12278] ppid=12270 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12278/stat : 12278 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369197 14420721664 12444 33554432000 4194304 4196468 140727646963520 139796836039440 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12279] ppid=12270 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12279/stat : 12279 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369197 14420721664 12444 33554432000 4194304 4196468 140727646963520 139796834986896 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12280] ppid=12270 vsize=14082736 memory=140130546501248 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12280/stat : 12280 (java) S 12270 12273 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243369199 14420721664 12444 33554432000 4194304 4196468 140727646963520 139796426828016 139796885535362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12281] ppid=12270 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12281/stat : 12281 (java) S 12270 12273 12120 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243369199 14420721664 12444 33554432000 4194304 4196468 140727646963520 139796425774240 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12282] ppid=12270 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12282/stat : 12282 (java) S 12270 12273 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243369199 14420721664 12444 33554432000 4194304 4196468 140727646963520 139796424721136 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12283] ppid=12270 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12283/stat : 12283 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14420721664 12444 33554432000 4194304 4196468 140727646963520 139796423669712 139796885542811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12284] ppid=12270 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12273/task/12284/stat : 12284 (java) S 12270 12273 12120 0 -1 1077944384 349 0 0 0 1 0 0 0 20 0 15 0 243369202 14420721664 12444 33554432000 4194304 4196468 140727646963520 139796422617840 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12285] ppid=12270 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12273/task/12285/stat : 12285 (java) S 12270 12273 12120 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 15 0 243369202 14420721664 12444 33554432000 4194304 4196468 140727646963520 139795791866736 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12286] ppid=12270 vsize=14082736 memory=140130546501248 CPUtime=0.06 cores=1,3,5,7
/proc/12273/task/12286/stat : 12286 (java) R 12270 12273 12120 0 -1 4202560 294 0 0 0 6 0 0 0 20 0 15 0 243369202 14420721664 12444 33554432000 4194304 4196468 140727646963520 139795790810048 139796864442787 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12287] ppid=12270 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12287/stat : 12287 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14420721664 12444 33554432000 4194304 4196468 140727646963520 139795789761376 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12288] ppid=12270 vsize=14082736 memory=140130546501248 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12288/stat : 12288 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369202 14420721664 12444 33554432000 4194304 4196468 140727646963520 139795788708400 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49776 KiB

[startup+0.310533 s]*
/proc/loadavg: 0.32 0.08 0.07 5/217 12288
/proc/meminfo: memFree=24589788/32770624 swapFree=67108524/67108860
[pid=12273] ppid=12270 vsize=14082736 memory=52908 CPUtime=0.44 cores=1,3,5,7
/proc/12273/stat : 12273 (java) S 12270 12273 12120 0 -1 1077944320 10396 0 0 0 41 3 0 0 20 0 15 0 243369196 14420721664 13227 33554432000 4194304 4196468 140727646963520 140727646946064 139796885524215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
/proc/12273/statm: 3520684 13227 3379 1 0 3482761 0
[pid=12273/tid=12275] ppid=12270 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/12273/task/12275/stat : 12275 (java) R 12270 12273 12120 0 -1 4202560 8082 0 0 0 27 2 0 0 20 0 15 0 243369196 14420721664 13227 33554432000 4194304 4196468 140727646963520 139796889732048 139796867087771 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12276] ppid=12270 vsize=14082736 memory=4211973856751291786 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12276/stat : 12276 (java) S 12270 12273 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369197 14420721664 13227 33554432000 4194304 4196468 140727646963520 139796838145040 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12277] ppid=12270 vsize=14082736 memory=140130546503613 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12277/stat : 12277 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369197 14420721664 13227 33554432000 4194304 4196468 140727646963520 139796837092496 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12278] ppid=12270 vsize=14082736 memory=140130421692737 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12278/stat : 12278 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369197 14420721664 13227 33554432000 4194304 4196468 140727646963520 139796836039440 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12279] ppid=12270 vsize=14082736 memory=140130421689807 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12279/stat : 12279 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369197 14420721664 13227 33554432000 4194304 4196468 140727646963520 139796834986896 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12280] ppid=12270 vsize=14082736 memory=140130546513394 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12280/stat : 12280 (java) S 12270 12273 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243369199 14420721664 13227 33554432000 4194304 4196468 140727646963520 139796426828016 139796885535362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12281] ppid=12270 vsize=14082736 memory=140130421698991 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12281/stat : 12281 (java) S 12270 12273 12120 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243369199 14420721664 13227 33554432000 4194304 4196468 140727646963520 139796425774240 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12282] ppid=12270 vsize=14082736 memory=280260843388816 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12282/stat : 12282 (java) S 12270 12273 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243369199 14420721664 13227 33554432000 4194304 4196468 140727646963520 139796424721136 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12283] ppid=12270 vsize=14082736 memory=280260843386512 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12283/stat : 12283 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14420721664 13227 33554432000 4194304 4196468 140727646963520 139796423669712 139796885542811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12284] ppid=12270 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12273/task/12284/stat : 12284 (java) S 12270 12273 12120 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 15 0 243369202 14420721664 13227 33554432000 4194304 4196468 140727646963520 139796422617840 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12285] ppid=12270 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12273/task/12285/stat : 12285 (java) S 12270 12273 12120 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 15 0 243369202 14420721664 13227 33554432000 4194304 4196468 140727646963520 139795791866736 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12286] ppid=12270 vsize=14082736 memory=140130546501248 CPUtime=0.08 cores=1,3,5,7
/proc/12273/task/12286/stat : 12286 (java) S 12270 12273 12120 0 -1 1077944384 302 0 0 0 8 0 0 0 20 0 15 0 243369202 14420721664 13227 33554432000 4194304 4196468 140727646963520 139795790813680 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12287] ppid=12270 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12287/stat : 12287 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14420721664 13227 33554432000 4194304 4196468 140727646963520 139795789761376 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12288] ppid=12270 vsize=14082736 memory=140130546501248 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12288/stat : 12288 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369202 14420721664 13279 33554432000 4194304 4196468 140727646963520 139795788708400 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 52908 KiB

[startup+0.700806 s]
/proc/loadavg: 0.32 0.08 0.07 3/217 12288
/proc/meminfo: memFree=24566100/32770624 swapFree=67108524/67108860
[pid=12273] ppid=12270 vsize=14084804 memory=90808 CPUtime=0.98 cores=1,3,5,7
/proc/12273/stat : 12273 (java) S 12270 12273 12120 0 -1 1077944320 17102 0 0 0 93 5 0 0 20 0 15 0 243369196 14422839296 22702 33554432000 4194304 4196468 140727646963520 140727646946064 139796885524215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
/proc/12273/statm: 3521201 22702 3503 1 0 3483273 0
[pid=12273/tid=12275] ppid=12270 vsize=14084804 memory=1120 CPUtime=0.67 cores=1,3,5,7
/proc/12273/task/12275/stat : 12275 (java) R 12270 12273 12120 0 -1 4202560 14425 0 0 0 63 4 0 0 20 0 15 0 243369196 14422839296 22702 33554432000 4194304 4196468 140727646963520 139796889735024 139796885546141 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12276] ppid=12270 vsize=14084804 memory=6064 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12276/stat : 12276 (java) S 12270 12273 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369197 14422839296 22702 33554432000 4194304 4196468 140727646963520 139796838145040 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12277] ppid=12270 vsize=14084804 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12277/stat : 12277 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369197 14422839296 22702 33554432000 4194304 4196468 140727646963520 139796837092496 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12278] ppid=12270 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12278/stat : 12278 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369197 14422839296 22702 33554432000 4194304 4196468 140727646963520 139796836039440 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12279] ppid=12270 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12279/stat : 12279 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369197 14422839296 22702 33554432000 4194304 4196468 140727646963520 139796834986896 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12280] ppid=12270 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12280/stat : 12280 (java) S 12270 12273 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243369199 14422839296 22702 33554432000 4194304 4196468 140727646963520 139796426828016 139796885535362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12281] ppid=12270 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12281/stat : 12281 (java) S 12270 12273 12120 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243369199 14422839296 22702 33554432000 4194304 4196468 140727646963520 139796425774240 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12282] ppid=12270 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12282/stat : 12282 (java) S 12270 12273 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243369199 14422839296 22702 33554432000 4194304 4196468 140727646963520 139796424721136 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12283] ppid=12270 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12283/stat : 12283 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14422839296 22702 33554432000 4194304 4196468 140727646963520 139796423669712 139796885542811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12284] ppid=12270 vsize=14084804 memory=216 CPUtime=0.08 cores=1,3,5,7
/proc/12273/task/12284/stat : 12284 (java) S 12270 12273 12120 0 -1 1077944384 532 0 0 0 8 0 0 0 20 0 15 0 243369202 14422839296 22702 33554432000 4194304 4196468 140727646963520 139796422617840 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12285] ppid=12270 vsize=14084804 memory=7 CPUtime=0.06 cores=1,3,5,7
/proc/12273/task/12285/stat : 12285 (java) S 12270 12273 12120 0 -1 1077944384 392 0 0 0 6 0 0 0 20 0 15 0 243369202 14422839296 22702 33554432000 4194304 4196468 140727646963520 139795791866736 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12286] ppid=12270 vsize=14084804 memory=690 CPUtime=0.15 cores=1,3,5,7
/proc/12273/task/12286/stat : 12286 (java) S 12270 12273 12120 0 -1 1077944384 371 0 0 0 15 0 0 0 20 0 15 0 243369202 14422839296 22702 33554432000 4194304 4196468 140727646963520 139795790813680 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12287] ppid=12270 vsize=14084804 memory=280260843572720 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12287/stat : 12287 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14422839296 22702 33554432000 4194304 4196468 140727646963520 139795789761376 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12288] ppid=12270 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12288/stat : 12288 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369202 14422839296 22702 33554432000 4194304 4196468 140727646963520 139795788708400 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90808 KiB

[startup+1.50471 s]
/proc/loadavg: 0.32 0.08 0.07 7/217 12288
/proc/meminfo: memFree=24464592/32770624 swapFree=67108524/67108860
[pid=12273] ppid=12270 vsize=14088900 memory=230376 CPUtime=3.43 cores=1,3,5,7
/proc/12273/stat : 12273 (java) S 12270 12273 12120 0 -1 1077944320 22217 0 0 0 331 12 0 0 20 0 15 0 243369196 14427033600 57594 33554432000 4194304 4196468 140727646963520 140727646946064 139796885524215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
/proc/12273/statm: 3522225 57594 3559 1 0 3484297 0
[pid=12273/tid=12275] ppid=12270 vsize=14088900 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/12273/task/12275/stat : 12275 (java) R 12270 12273 12120 0 -1 1077944384 16131 0 0 0 134 8 0 0 20 0 15 0 243369196 14427033600 57594 33554432000 4194304 4196468 140727646963520 139796889758640 139796885534421 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12276] ppid=12270 vsize=14088900 memory=-6585528546044026665 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12276/stat : 12276 (java) S 12270 12273 12120 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 243369197 14427033600 57594 33554432000 4194304 4196468 140727646963520 139796838145040 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12277] ppid=12270 vsize=14088900 memory=-6223234201447261285 CPUtime=0.01 cores=1,3,5,7
/proc/12273/task/12277/stat : 12277 (java) S 12270 12273 12120 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 243369197 14427033600 57594 33554432000 4194304 4196468 140727646963520 139796837092496 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12278] ppid=12270 vsize=14088900 memory=-7017000033731957294 CPUtime=0.01 cores=1,3,5,7
/proc/12273/task/12278/stat : 12278 (java) S 12270 12273 12120 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 243369197 14427033600 57594 33554432000 4194304 4196468 140727646963520 139796836039440 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12279] ppid=12270 vsize=14088900 memory=4947376408581938048 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12279/stat : 12279 (java) S 12270 12273 12120 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 243369197 14427033600 57594 33554432000 4194304 4196468 140727646963520 139796834986896 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12280] ppid=12270 vsize=14088900 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12280/stat : 12280 (java) S 12270 12273 12120 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 243369199 14427033600 57594 33554432000 4194304 4196468 140727646963520 139796426828016 139796885535362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0

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

[startup+5.23204 s]
# the end of solver process 12273 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.4608 s, system=0.227913 s

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

[startup+3.20123 s]
/proc/loadavg: 0.32 0.08 0.07 5/217 12288
/proc/meminfo: memFree=24274416/32770624 swapFree=67108524/67108860
[pid=12273] ppid=12270 vsize=14090948 memory=389528 CPUtime=8.45 cores=1,3,5,7
/proc/12273/stat : 12273 (java) S 12270 12273 12120 0 -1 1077944320 29718 0 0 0 826 19 0 0 20 0 15 0 243369196 14429130752 97382 33554432000 4194304 4196468 140727646963520 140727646946064 139796885524215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
/proc/12273/statm: 3522737 97382 3577 1 0 3484809 0
[pid=12273/tid=12275] ppid=12270 vsize=14090948 memory=0 CPUtime=3.08 cores=1,3,5,7
/proc/12273/task/12275/stat : 12275 (java) R 12270 12273 12120 0 -1 4202560 17099 0 0 0 297 11 0 0 20 0 15 0 243369196 14429130752 97382 33554432000 4194304 4196468 140727646963520 139796889759944 139796516587478 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12276] ppid=12270 vsize=14090948 memory=6788 CPUtime=0.01 cores=1,3,5,7
/proc/12273/task/12276/stat : 12276 (java) S 12270 12273 12120 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 243369197 14429130752 97382 33554432000 4194304 4196468 140727646963520 139796838145040 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12277] ppid=12270 vsize=14090948 memory=3979264729418182944 CPUtime=0.02 cores=1,3,5,7
/proc/12273/task/12277/stat : 12277 (java) S 12270 12273 12120 0 -1 1077944384 61 0 0 0 2 0 0 0 20 0 15 0 243369197 14429130752 97382 33554432000 4194304 4196468 140727646963520 139796837092496 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12278] ppid=12270 vsize=14090948 memory=7300704776819335744 CPUtime=0.02 cores=1,3,5,7
/proc/12273/task/12278/stat : 12278 (java) S 12270 12273 12120 0 -1 1077944384 28 0 0 0 2 0 0 0 20 0 15 0 243369197 14429130752 97382 33554432000 4194304 4196468 140727646963520 139796836039440 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12279] ppid=12270 vsize=14090948 memory=6656426216303648864 CPUtime=0.02 cores=1,3,5,7
/proc/12273/task/12279/stat : 12279 (java) S 12270 12273 12120 0 -1 1077944384 35 0 0 0 2 0 0 0 20 0 15 0 243369197 14429130752 97382 33554432000 4194304 4196468 140727646963520 139796834986896 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12280] ppid=12270 vsize=14090948 memory=6944656592455360604 CPUtime=0.01 cores=1,3,5,7
/proc/12273/task/12280/stat : 12280 (java) S 12270 12273 12120 0 -1 1077944384 219 0 0 0 1 0 0 0 20 0 15 0 243369199 14429130752 97382 33554432000 4194304 4196468 140727646963520 139796426828016 139796885535362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12281] ppid=12270 vsize=14090948 memory=11192 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12281/stat : 12281 (java) S 12270 12273 12120 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 243369199 14429130752 97382 33554432000 4194304 4196468 140727646963520 139796425774304 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12282] ppid=12270 vsize=14090948 memory=752 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12282/stat : 12282 (java) S 12270 12273 12120 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 243369199 14429130752 97382 33554432000 4194304 4196468 140727646963520 139796424721152 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12283] ppid=12270 vsize=14090948 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12283/stat : 12283 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14429130752 97382 33554432000 4194304 4196468 140727646963520 139796423669712 139796885542811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12284] ppid=12270 vsize=14090948 memory=0 CPUtime=2.08 cores=1,3,5,7
/proc/12273/task/12284/stat : 12284 (java) R 12270 12273 12120 0 -1 4202560 3674 0 0 0 207 1 0 0 20 0 15 0 243369202 14429130752 97382 33554432000 4194304 4196468 140727646963520 139796422601920 139796869010601 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12285] ppid=12270 vsize=14090948 memory=6791534058613427641 CPUtime=2.13 cores=1,3,5,7
/proc/12273/task/12285/stat : 12285 (java) R 12270 12273 12120 0 -1 4202560 3726 0 0 0 212 1 0 0 20 0 15 0 243369202 14429130752 97382 33554432000 4194304 4196468 140727646963520 139795791866736 139796870405958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12286] ppid=12270 vsize=14090948 memory=14972261229896427 CPUtime=1 cores=1,3,5,7
/proc/12273/task/12286/stat : 12286 (java) S 12270 12273 12120 0 -1 1077944384 3479 0 0 0 98 2 0 0 20 0 15 0 243369202 14429130752 97382 33554432000 4194304 4196468 140727646963520 139795790813680 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12287] ppid=12270 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12287/stat : 12287 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14429130752 97382 33554432000 4194304 4196468 140727646963520 139795789761376 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12288] ppid=12270 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12288/stat : 12288 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369202 14429130752 97382 33554432000 4194304 4196468 140727646963520 139795788708400 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
Current children cumulated CPU time: 8.45 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 389528 KiB

[startup+4.00073 s]*
/proc/loadavg: 0.32 0.08 0.07 3/217 12288
/proc/meminfo: memFree=24254524/32770624 swapFree=67108524/67108860
[pid=12273] ppid=12270 vsize=14090948 memory=389720 CPUtime=9.4 cores=1,3,5,7
/proc/12273/stat : 12273 (java) S 12270 12273 12120 0 -1 1077944320 29761 0 0 0 921 19 0 0 20 0 15 0 243369196 14429130752 97430 33554432000 4194304 4196468 140727646963520 140727646946064 139796885524215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
/proc/12273/statm: 3522737 97430 3577 1 0 3484809 0
[pid=12273/tid=12275] ppid=12270 vsize=14090948 memory=6735269665583770266 CPUtime=3.89 cores=1,3,5,7
/proc/12273/task/12275/stat : 12275 (java) R 12270 12273 12120 0 -1 4202560 17103 0 0 0 378 11 0 0 20 0 15 0 243369196 14429130752 97430 33554432000 4194304 4196468 140727646963520 139796889760168 139796516661606 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12276] ppid=12270 vsize=14090948 memory=4211973856751291786 CPUtime=0.01 cores=1,3,5,7
/proc/12273/task/12276/stat : 12276 (java) S 12270 12273 12120 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 243369197 14429130752 97430 33554432000 4194304 4196468 140727646963520 139796838145040 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12277] ppid=12270 vsize=14090948 memory=142570087925943 CPUtime=0.02 cores=1,3,5,7
/proc/12273/task/12277/stat : 12277 (java) S 12270 12273 12120 0 -1 1077944384 61 0 0 0 2 0 0 0 20 0 15 0 243369197 14429130752 97430 33554432000 4194304 4196468 140727646963520 139796837092496 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12278] ppid=12270 vsize=14090948 memory=6943526294502006880 CPUtime=0.02 cores=1,3,5,7
/proc/12273/task/12278/stat : 12278 (java) S 12270 12273 12120 0 -1 1077944384 28 0 0 0 2 0 0 0 20 0 15 0 243369197 14429130752 97430 33554432000 4194304 4196468 140727646963520 139796836039440 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12279] ppid=12270 vsize=14090948 memory=3472328296227680303 CPUtime=0.02 cores=1,3,5,7
/proc/12273/task/12279/stat : 12279 (java) S 12270 12273 12120 0 -1 1077944384 35 0 0 0 2 0 0 0 20 0 15 0 243369197 14429130752 97430 33554432000 4194304 4196468 140727646963520 139796834986896 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12280] ppid=12270 vsize=14090948 memory=8388507248907173620 CPUtime=0.01 cores=1,3,5,7
/proc/12273/task/12280/stat : 12280 (java) S 12270 12273 12120 0 -1 1077944384 219 0 0 0 1 0 0 0 20 0 15 0 243369199 14429130752 97430 33554432000 4194304 4196468 140727646963520 139796426828016 139796885535362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12281] ppid=12270 vsize=14090948 memory=3471202396320837679 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12281/stat : 12281 (java) S 12270 12273 12120 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 243369199 14429130752 97430 33554432000 4194304 4196468 140727646963520 139796425774304 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12282] ppid=12270 vsize=14090948 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12282/stat : 12282 (java) S 12270 12273 12120 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 243369199 14429130752 97430 33554432000 4194304 4196468 140727646963520 139796424721152 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12283] ppid=12270 vsize=14090948 memory=6944656592455097402 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12283/stat : 12283 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14429130752 97430 33554432000 4194304 4196468 140727646963520 139796423669712 139796885542811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12284] ppid=12270 vsize=14090948 memory=0 CPUtime=2.16 cores=1,3,5,7
/proc/12273/task/12284/stat : 12284 (java) S 12270 12273 12120 0 -1 1077944384 3688 0 0 0 215 1 0 0 20 0 15 0 243369202 14429130752 97430 33554432000 4194304 4196468 140727646963520 139796422617840 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12285] ppid=12270 vsize=14090948 memory=3472323898181169199 CPUtime=2.18 cores=1,3,5,7
/proc/12273/task/12285/stat : 12285 (java) S 12270 12273 12120 0 -1 1077944384 3733 0 0 0 217 1 0 0 20 0 15 0 243369202 14429130752 97430 33554432000 4194304 4196468 140727646963520 139795791866736 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12286] ppid=12270 vsize=14090948 memory=7016593788701200563 CPUtime=1.01 cores=1,3,5,7
/proc/12273/task/12286/stat : 12286 (java) S 12270 12273 12120 0 -1 1077944384 3497 0 0 0 99 2 0 0 20 0 15 0 243369202 14429130752 97430 33554432000 4194304 4196468 140727646963520 139795790813680 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12287] ppid=12270 vsize=14090948 memory=140130421615591 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12287/stat : 12287 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14429130752 97430 33554432000 4194304 4196468 140727646963520 139795789761376 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12288] ppid=12270 vsize=14090948 memory=280260968187680 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12288/stat : 12288 (java) S 12270 12273 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369202 14429130752 97430 33554432000 4194304 4196468 140727646963520 139795788708400 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
Current children cumulated CPU time: 9.4 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 389720 KiB

[startup+4.80074 s]
/proc/loadavg: 0.32 0.08 0.07 3/217 12288
/proc/meminfo: memFree=24254524/32770624 swapFree=67108524/67108860
[pid=12273] ppid=12270 vsize=14090948 memory=410712 CPUtime=10.24 cores=1,3,5,7
/proc/12273/stat : 12273 (java) S 12270 12273 12120 0 -1 1077944320 30517 0 0 0 1003 21 0 0 20 0 15 0 243369196 14429130752 102678 33554432000 4194304 4196468 140727646963520 140727646946064 139796885524215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
/proc/12273/statm: 3522737 102678 3586 1 0 3484809 0
[pid=12273/tid=12275] ppid=12270 vsize=14090948 memory=-3472574513799858008 CPUtime=4.66 cores=1,3,5,7
/proc/12273/task/12275/stat : 12275 (java) R 12270 12273 12120 0 -1 4202560 17138 0 0 0 455 11 0 0 20 0 15 0 243369196 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796889762272 139796515997987 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12276] ppid=12270 vsize=14090948 memory=-6305717213006881920 CPUtime=0.03 cores=1,3,5,7
/proc/12273/task/12276/stat : 12276 (java) S 12270 12273 12120 0 -1 1077944384 412 0 0 0 2 1 0 0 20 0 15 0 243369197 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796838145040 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12277] ppid=12270 vsize=14090948 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12273/task/12277/stat : 12277 (java) S 12270 12273 12120 0 -1 1077944384 164 0 0 0 3 1 0 0 20 0 15 0 243369197 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796837092496 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12278] ppid=12270 vsize=14090948 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/12273/task/12278/stat : 12278 (java) S 12270 12273 12120 0 -1 1077944384 104 0 0 0 4 1 0 0 20 0 15 0 243369197 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796836039440 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12279] ppid=12270 vsize=14090948 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12273/task/12279/stat : 12279 (java) S 12270 12273 12120 0 -1 1077944384 167 0 0 0 3 1 0 0 20 0 15 0 243369197 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796834986896 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12280] ppid=12270 vsize=14090948 memory=10 CPUtime=0.01 cores=1,3,5,7
/proc/12273/task/12280/stat : 12280 (java) S 12270 12273 12120 0 -1 1077944384 235 0 0 0 1 0 0 0 20 0 15 0 243369199 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796426828016 139796885535362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12281] ppid=12270 vsize=14090948 memory=7100839887320092558 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12281/stat : 12281 (java) S 12270 12273 12120 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 243369199 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796425774304 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12282] ppid=12270 vsize=14090948 memory=309712 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12282/stat : 12282 (java) S 12270 12273 12120 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 243369199 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796424721152 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12283] ppid=12270 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12283/stat : 12283 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796423669712 139796885542811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12284] ppid=12270 vsize=14090948 memory=0 CPUtime=2.16 cores=1,3,5,7
/proc/12273/task/12284/stat : 12284 (java) S 12270 12273 12120 0 -1 1077944384 3688 0 0 0 215 1 0 0 20 0 15 0 243369202 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796422617840 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12285] ppid=12270 vsize=14090948 memory=389720 CPUtime=2.18 cores=1,3,5,7
/proc/12273/task/12285/stat : 12285 (java) S 12270 12273 12120 0 -1 1077944384 3733 0 0 0 217 1 0 0 20 0 15 0 243369202 14429130752 102678 33554432000 4194304 4196468 140727646963520 139795791866736 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12286] ppid=12270 vsize=14090948 memory=288230596050944315 CPUtime=1.01 cores=1,3,5,7
/proc/12273/task/12286/stat : 12286 (java) S 12270 12273 12120 0 -1 1077944384 3497 0 0 0 99 2 0 0 20 0 15 0 243369202 14429130752 102678 33554432000 4194304 4196468 140727646963520 139795790813680 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12287] ppid=12270 vsize=14090948 memory=15258134151170443 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12287/stat : 12287 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14429130752 102678 33554432000 4194304 4196468 140727646963520 139795789761376 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12288] ppid=12270 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12288/stat : 12288 (java) S 12270 12273 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243369202 14429130752 102678 33554432000 4194304 4196468 140727646963520 139795788708400 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
Current children cumulated CPU time: 10.24 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 410712 KiB

[startup+5.20074 s]
/proc/loadavg: 0.46 0.11 0.08 3/217 12288
/proc/meminfo: memFree=24231612/32770624 swapFree=67108524/67108860
[pid=12273] ppid=12270 vsize=14090948 memory=410712 CPUtime=10.64 cores=1,3,5,7
/proc/12273/stat : 12273 (java) S 12270 12273 12120 0 -1 1077944320 30674 0 0 0 1043 21 0 0 20 0 15 0 243369196 14429130752 102678 33554432000 4194304 4196468 140727646963520 140727646946064 139796885524215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
/proc/12273/statm: 3522737 102678 3586 1 0 3484809 0
[pid=12273/tid=12275] ppid=12270 vsize=14090948 memory=288230596050944315 CPUtime=5.06 cores=1,3,5,7
/proc/12273/task/12275/stat : 12275 (java) R 12270 12273 12120 0 -1 4202560 17250 0 0 0 495 11 0 0 20 0 15 0 243369196 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796889762272 139796516454406 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12276] ppid=12270 vsize=14090948 memory=15258134151170443 CPUtime=0.03 cores=1,3,5,7
/proc/12273/task/12276/stat : 12276 (java) S 12270 12273 12120 0 -1 1077944384 412 0 0 0 2 1 0 0 20 0 15 0 243369197 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796838145040 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12277] ppid=12270 vsize=14090948 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12273/task/12277/stat : 12277 (java) S 12270 12273 12120 0 -1 1077944384 164 0 0 0 3 1 0 0 20 0 15 0 243369197 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796837092496 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12278] ppid=12270 vsize=14090948 memory=6154820267226784105 CPUtime=0.05 cores=1,3,5,7
/proc/12273/task/12278/stat : 12278 (java) S 12270 12273 12120 0 -1 1077944384 104 0 0 0 4 1 0 0 20 0 15 0 243369197 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796836039440 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12279] ppid=12270 vsize=14090948 memory=6944656592455097440 CPUtime=0.04 cores=1,3,5,7
/proc/12273/task/12279/stat : 12279 (java) S 12270 12273 12120 0 -1 1077944384 167 0 0 0 3 1 0 0 20 0 15 0 243369197 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796834986896 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12280] ppid=12270 vsize=14090948 memory=18616 CPUtime=0.01 cores=1,3,5,7
/proc/12273/task/12280/stat : 12280 (java) S 12270 12273 12120 0 -1 1077944384 235 0 0 0 1 0 0 0 20 0 15 0 243369199 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796426828016 139796885535362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12281] ppid=12270 vsize=14090948 memory=280260843878576 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12281/stat : 12281 (java) S 12270 12273 12120 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 243369199 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796425774304 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12282] ppid=12270 vsize=14090948 memory=-5921431000321636112 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12282/stat : 12282 (java) S 12270 12273 12120 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 243369199 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796424721152 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12283] ppid=12270 vsize=14090948 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12283/stat : 12283 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796423669712 139796885542811 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12284] ppid=12270 vsize=14090948 memory=6943526294502006880 CPUtime=2.16 cores=1,3,5,7
/proc/12273/task/12284/stat : 12284 (java) S 12270 12273 12120 0 -1 1077944384 3688 0 0 0 215 1 0 0 20 0 15 0 243369202 14429130752 102678 33554432000 4194304 4196468 140727646963520 139796422617840 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12285] ppid=12270 vsize=14090948 memory=6944656592455359580 CPUtime=2.18 cores=1,3,5,7
/proc/12273/task/12285/stat : 12285 (java) S 12270 12273 12120 0 -1 1077944384 3733 0 0 0 217 1 0 0 20 0 15 0 243369202 14429130752 102678 33554432000 4194304 4196468 140727646963520 139795791866736 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12286] ppid=12270 vsize=14090948 memory=1537 CPUtime=1.01 cores=1,3,5,7
/proc/12273/task/12286/stat : 12286 (java) S 12270 12273 12120 0 -1 1077944384 3497 0 0 0 99 2 0 0 20 0 15 0 243369202 14429130752 102678 33554432000 4194304 4196468 140727646963520 139795790813680 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12287] ppid=12270 vsize=14090948 memory=3544931252429010994 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12287/stat : 12287 (java) S 12270 12273 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369202 14429130752 102678 33554432000 4194304 4196468 140727646963520 139795789761376 139796885534421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
[pid=12273/tid=12288] ppid=12270 vsize=14090948 memory=389720 CPUtime=0 cores=1,3,5,7
/proc/12273/task/12288/stat : 12288 (java) S 12270 12273 12120 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 243369202 14429130752 102678 33554432000 4194304 4196468 140727646963520 139795788708400 139796885535362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140727646970961 140727646971145 140727646971145 140727646973903 0
Current children cumulated CPU time: 10.64 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 410712 KiB

Child status: 0
Real time (s): 5.23209
CPU time (s): 10.6887
CPU user time (s): 10.4608
CPU system time (s): 0.227913
CPU usage (%): 204.291
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 410712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4608
system time used= 0.227913
maximum resident set size= 411608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32310
page faults= 0
swaps= 0
block input operations= 1888
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2907
involuntary context switches= 232


# summary of solver processes directly reported to runsolver:
#   pid: 12273
#   total CPU time (s): 10.6887
#   total CPU user time (s): 10.4608
#   total CPU system time (s): 0.227913

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052639 second user time and 0.097352 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-14 16:47:40
IDJOB=4307768
IDBENCH=141176
IDSOLVER=2790
FILE ID=node107/4307768-1534258060
RUNJOBID= node107-1534258055-12152
PBS_JOBID= 21038126
Free space on /tmp= 42292 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f11_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307768-1534258060/watcher-4307768-1534258060 -o /tmp/evaluation-result-4307768-1534258060/solver-4307768-1534258060 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534258055-12152 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 343289591 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307768-1534258060.xml

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

MD5SUM BENCH= 495f96cb472313b50d142b917feb6977
RANDOM SEED=343289591

node107.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.40
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.40
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.40
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.40
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:        24635684 kB
MemAvailable:   31686732 kB
Buffers:          183896 kB
Cached:          7087924 kB
SwapCached:           20 kB
Active:          4073656 kB
Inactive:        3469028 kB
Active(anon):     220008 kB
Inactive(anon):   103184 kB
Active(file):    3853648 kB
Inactive(file):  3365844 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             35932 kB
Writeback:             0 kB
AnonPages:        277460 kB
Mapped:            67168 kB
Shmem:             49632 kB
Slab:             288560 kB
SReclaimable:     260016 kB
SUnreclaim:        28544 kB
KernelStack:        3568 kB
PageTables:         5976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1322952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 42256 MiB
End job on node107 at 2018-08-14 16:47:45