Trace number 4312085

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 2486.92

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-05-0350_c18.xml
MD5SUM51c3d091a7e4b0716a15e9a29832b849
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark524813477
Best CPU time to get the best result obtained on this benchmark2527.64
Satisfiable
(Un)Satisfiability was proved
Number of variables7232
Number of constraints4665
Number of domains18
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":2524},{"size":11,"count":2177},{"size":12,"count":1},{"size":25,"count":55},{"size":33,"count":45},{"size":44,"count":26},{"size":48,"count":22},{"size":51,"count":17},{"size":55,"count":31},{"size":91,"count":204},{"size":102,"count":203},{"size":106,"count":126},{"size":135,"count":1798}]
Minimum variable degree2
Maximum variable degree2178
Distribution of variable degrees[{"degree":2,"count":6532},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":11},{"degree":6,"count":11},{"degree":7,"count":19},{"degree":8,"count":26},{"degree":9,"count":28},{"degree":10,"count":31},{"degree":11,"count":40},{"degree":12,"count":48},{"degree":13,"count":50},{"degree":14,"count":80},{"degree":15,"count":109},{"degree":16,"count":148},{"degree":17,"count":81},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":21,"count":1},{"degree":2178,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":311},{"arity":3,"count":2177},{"arity":6,"count":2177}]
Number of extensional constraints2177
Number of intensional constraints2488
Distribution of constraint types[{"type":"extension","count":2177},{"type":"intension","count":2488}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 1169432436
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
55.88/33.18	c Parsing done, starting search...
2520.06/2486.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 (10541 MiB free)
  memory of node 1: 16384 MiB (12126 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312085-1534551071/watcher-4312085-1534551071 -o /tmp/evaluation-result-4312085-1534551071/solver-4312085-1534551071 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534541043-30920 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1169432436 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312085-1534551071.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=32148, runsolver pid=32145
Current StackSize limit: 8192 KiB


[startup+0.100089 s]*
/proc/loadavg: 1.36 1.41 1.40 3/215 32163
/proc/meminfo: memFree=23193240/32770624 swapFree=67059156/67108860
[pid=32148] ppid=32145 vsize=14082736 memory=31708 CPUtime=0.12 cores=1,3,5,7
/proc/32148/stat : 32148 (java) S 32145 32148 30888 0 -1 1077944320 6390 0 0 0 11 1 0 0 20 0 15 0 272670390 14420721664 7927 33554432000 4194304 4196468 140722824061056 140722824043600 140570117598967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
/proc/32148/statm: 3520684 7927 3131 1 0 3482761 0
[pid=32148/tid=32150] ppid=32145 vsize=14082736 memory=-8701690554791925116 CPUtime=0.09 cores=1,3,5,7
/proc/32148/task/32150/stat : 32150 (java) R 32145 32148 30888 0 -1 4202560 4434 0 0 0 8 1 0 0 20 0 15 0 272670390 14420721664 7927 33554432000 4194304 4196468 140722824061056 140570121795408 140570101679454 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32151] ppid=32145 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32151/stat : 32151 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670391 14420721664 7927 33554432000 4194304 4196468 140722824061056 140570055199376 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32152] ppid=32145 vsize=14082736 memory=139918408066688 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32152/stat : 32152 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670391 14420721664 7927 33554432000 4194304 4196468 140722824061056 140570054146576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32153] ppid=32145 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32153/stat : 32153 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670391 14420721664 7927 33554432000 4194304 4196468 140722824061056 140570053093776 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32154] ppid=32145 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32154/stat : 32154 (java) S 32145 32148 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272670391 14420721664 7927 33554432000 4194304 4196468 140722824061056 140569710434576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32155] ppid=32145 vsize=14082736 memory=139918408066688 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32155/stat : 32155 (java) S 32145 32148 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272670392 14420721664 7927 33554432000 4194304 4196468 140722824061056 140569659558768 140570117610114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32156] ppid=32145 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32156/stat : 32156 (java) S 32145 32148 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272670393 14420721664 7927 33554432000 4194304 4196468 140722824061056 140569658504736 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32157] ppid=32145 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32157/stat : 32157 (java) S 32145 32148 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272670393 14420721664 7927 33554432000 4194304 4196468 140722824061056 140569657451888 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32158] ppid=32145 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32158/stat : 32158 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14420721664 7927 33554432000 4194304 4196468 140722824061056 140569656400208 140570117617563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32159] ppid=32145 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32159/stat : 32159 (java) S 32145 32148 30888 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 272670395 14420721664 7927 33554432000 4194304 4196468 140722824061056 140569655347568 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32160] ppid=32145 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32160/stat : 32160 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14420721664 7927 33554432000 4194304 4196468 140722824061056 140569654294768 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32161] ppid=32145 vsize=14082736 memory=139918408066688 CPUtime=0.01 cores=1,3,5,7
/proc/32148/task/32161/stat : 32161 (java) S 32145 32148 30888 0 -1 1077944384 264 0 0 0 1 0 0 0 20 0 15 0 272670395 14420721664 7927 33554432000 4194304 4196468 140722824061056 140569653241968 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32162] ppid=32145 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32162/stat : 32162 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14420721664 7927 33554432000 4194304 4196468 140722824061056 140569652189408 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32163] ppid=32145 vsize=14082736 memory=139918408066688 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32163/stat : 32163 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670396 14420721664 7927 33554432000 4194304 4196468 140722824061056 140569651137712 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31708 KiB

[startup+0.212784 s]*
/proc/loadavg: 1.36 1.41 1.40 7/215 32163
/proc/meminfo: memFree=23177364/32770624 swapFree=67059156/67108860
[pid=32148] ppid=32145 vsize=14082736 memory=47780 CPUtime=0.31 cores=1,3,5,7
/proc/32148/stat : 32148 (java) S 32145 32148 30888 0 -1 1077944320 10065 0 0 0 29 2 0 0 20 0 15 0 272670390 14420721664 11945 33554432000 4194304 4196468 140722824061056 140722824043600 140570117598967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
/proc/32148/statm: 3520684 11945 3356 1 0 3482761 0
[pid=32148/tid=32150] ppid=32145 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32148/task/32150/stat : 32150 (java) R 32145 32148 30888 0 -1 4202560 7772 0 0 0 19 1 0 0 20 0 15 0 272670390 14420721664 11945 33554432000 4194304 4196468 140722824061056 140570121823464 140570117620314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32151] ppid=32145 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32151/stat : 32151 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670391 14420721664 11945 33554432000 4194304 4196468 140722824061056 140570055199376 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32152] ppid=32145 vsize=14082736 memory=139918408095646 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32152/stat : 32152 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670391 14420721664 11945 33554432000 4194304 4196468 140722824061056 140570054146576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32153] ppid=32145 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32153/stat : 32153 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670391 14420721664 11945 33554432000 4194304 4196468 140722824061056 140570053093776 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32154] ppid=32145 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32154/stat : 32154 (java) S 32145 32148 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272670391 14420721664 11945 33554432000 4194304 4196468 140722824061056 140569710434576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32155] ppid=32145 vsize=14082736 memory=139918408066688 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32155/stat : 32155 (java) S 32145 32148 30888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272670392 14420721664 11945 33554432000 4194304 4196468 140722824061056 140569659558768 140570117610114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32156] ppid=32145 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32156/stat : 32156 (java) S 32145 32148 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272670393 14420721664 11945 33554432000 4194304 4196468 140722824061056 140569658504736 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32157] ppid=32145 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32157/stat : 32157 (java) S 32145 32148 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272670393 14420721664 11945 33554432000 4194304 4196468 140722824061056 140569657451888 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32158] ppid=32145 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32158/stat : 32158 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14420721664 11945 33554432000 4194304 4196468 140722824061056 140569656400208 140570117617563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32159] ppid=32145 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32148/task/32159/stat : 32159 (java) S 32145 32148 30888 0 -1 1077944384 426 0 0 0 2 0 0 0 20 0 15 0 272670395 14420721664 11945 33554432000 4194304 4196468 140722824061056 140569655347568 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32160] ppid=32145 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/32148/task/32160/stat : 32160 (java) S 32145 32148 30888 0 -1 1077944384 196 0 0 0 1 0 0 0 20 0 15 0 272670395 14420721664 11945 33554432000 4194304 4196468 140722824061056 140569654294768 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32161] ppid=32145 vsize=14082736 memory=139918408066688 CPUtime=0.06 cores=1,3,5,7
/proc/32148/task/32161/stat : 32161 (java) R 32145 32148 30888 0 -1 4202560 289 0 0 0 6 0 0 0 20 0 15 0 272670395 14420721664 11945 33554432000 4194304 4196468 140722824061056 140569653237696 140570109836094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32162] ppid=32145 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32162/stat : 32162 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14420721664 11945 33554432000 4194304 4196468 140722824061056 140569652189408 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32163] ppid=32145 vsize=14082736 memory=139918408066688 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32163/stat : 32163 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670396 14420721664 11945 33554432000 4194304 4196468 140722824061056 140569651137712 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47780 KiB

[startup+0.310522 s]*
/proc/loadavg: 1.36 1.41 1.40 3/215 32163
/proc/meminfo: memFree=23173828/32770624 swapFree=67059156/67108860
[pid=32148] ppid=32145 vsize=14082736 memory=51108 CPUtime=0.44 cores=1,3,5,7
/proc/32148/stat : 32148 (java) S 32145 32148 30888 0 -1 1077944320 10411 0 0 0 42 2 0 0 20 0 15 0 272670390 14420721664 12777 33554432000 4194304 4196468 140722824061056 140722824043600 140570117598967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
/proc/32148/statm: 3520684 12777 3359 1 0 3482761 0
[pid=32148/tid=32150] ppid=32145 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/32148/task/32150/stat : 32150 (java) R 32145 32148 30888 0 -1 4202560 8099 0 0 0 28 2 0 0 20 0 15 0 272670390 14420721664 12777 33554432000 4194304 4196468 140722824061056 140570121806800 140570097864930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32151] ppid=32145 vsize=14082736 memory=4294979972 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32151/stat : 32151 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670391 14420721664 12777 33554432000 4194304 4196468 140722824061056 140570055199376 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32152] ppid=32145 vsize=14082736 memory=139918408095189 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32152/stat : 32152 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670391 14420721664 12777 33554432000 4194304 4196468 140722824061056 140570054146576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32153] ppid=32145 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32153/stat : 32153 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670391 14420721664 12777 33554432000 4194304 4196468 140722824061056 140570053093776 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32154] ppid=32145 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32154/stat : 32154 (java) S 32145 32148 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272670391 14420721664 12777 33554432000 4194304 4196468 140722824061056 140569710434576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32155] ppid=32145 vsize=14082736 memory=139918408066688 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32155/stat : 32155 (java) S 32145 32148 30888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272670392 14420721664 12777 33554432000 4194304 4196468 140722824061056 140569659558768 140570117610114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32156] ppid=32145 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32156/stat : 32156 (java) S 32145 32148 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272670393 14420721664 12777 33554432000 4194304 4196468 140722824061056 140569658504736 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32157] ppid=32145 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32157/stat : 32157 (java) S 32145 32148 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272670393 14420721664 12777 33554432000 4194304 4196468 140722824061056 140569657451888 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32158] ppid=32145 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32158/stat : 32158 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14420721664 12777 33554432000 4194304 4196468 140722824061056 140569656400208 140570117617563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32159] ppid=32145 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/32148/task/32159/stat : 32159 (java) S 32145 32148 30888 0 -1 1077944384 437 0 0 0 3 0 0 0 20 0 15 0 272670395 14420721664 12777 33554432000 4194304 4196468 140722824061056 140569655347568 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32160] ppid=32145 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/32148/task/32160/stat : 32160 (java) S 32145 32148 30888 0 -1 1077944384 196 0 0 0 1 0 0 0 20 0 15 0 272670395 14420721664 12777 33554432000 4194304 4196468 140722824061056 140569654294768 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32161] ppid=32145 vsize=14082736 memory=139918408066688 CPUtime=0.08 cores=1,3,5,7
/proc/32148/task/32161/stat : 32161 (java) S 32145 32148 30888 0 -1 1077944384 297 0 0 0 8 0 0 0 20 0 15 0 272670395 14420721664 12777 33554432000 4194304 4196468 140722824061056 140569653241968 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32162] ppid=32145 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32162/stat : 32162 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14420721664 12777 33554432000 4194304 4196468 140722824061056 140569652189408 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32163] ppid=32145 vsize=14082736 memory=139918408066688 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32163/stat : 32163 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670396 14420721664 12777 33554432000 4194304 4196468 140722824061056 140569651137712 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51108 KiB

[startup+0.700752 s]
/proc/loadavg: 1.36 1.41 1.40 3/215 32163
/proc/meminfo: memFree=23149768/32770624 swapFree=67059156/67108860
[pid=32148] ppid=32145 vsize=14084804 memory=91048 CPUtime=0.98 cores=1,3,5,7
/proc/32148/stat : 32148 (java) S 32145 32148 30888 0 -1 1077944320 17132 0 0 0 94 4 0 0 20 0 15 0 272670390 14422839296 22762 33554432000 4194304 4196468 140722824061056 140722824043600 140570117598967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
/proc/32148/statm: 3521201 22762 3487 1 0 3483273 0
[pid=32148/tid=32150] ppid=32145 vsize=14084804 memory=278022963892474 CPUtime=0.67 cores=1,3,5,7
/proc/32148/task/32150/stat : 32150 (java) R 32145 32148 30888 0 -1 4202560 14438 0 0 0 64 3 0 0 20 0 15 0 272670390 14422839296 22762 33554432000 4194304 4196468 140722824061056 140570121809840 140570101679454 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32151] ppid=32145 vsize=14084804 memory=288230376152040317 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32151/stat : 32151 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670391 14422839296 22762 33554432000 4194304 4196468 140722824061056 140570055199376 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32152] ppid=32145 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32152/stat : 32152 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670391 14422839296 22762 33554432000 4194304 4196468 140722824061056 140570054146576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32153] ppid=32145 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32153/stat : 32153 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670391 14422839296 22762 33554432000 4194304 4196468 140722824061056 140570053093776 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32154] ppid=32145 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32154/stat : 32154 (java) S 32145 32148 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272670391 14422839296 22762 33554432000 4194304 4196468 140722824061056 140569710434576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32155] ppid=32145 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32155/stat : 32155 (java) S 32145 32148 30888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272670392 14422839296 22762 33554432000 4194304 4196468 140722824061056 140569659558768 140570117610114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32156] ppid=32145 vsize=14084804 memory=9050996774187204781 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32156/stat : 32156 (java) S 32145 32148 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272670393 14422839296 22762 33554432000 4194304 4196468 140722824061056 140569658504736 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32157] ppid=32145 vsize=14084804 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32157/stat : 32157 (java) S 32145 32148 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272670393 14422839296 22762 33554432000 4194304 4196468 140722824061056 140569657451888 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32158] ppid=32145 vsize=14084804 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32158/stat : 32158 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14422839296 22762 33554432000 4194304 4196468 140722824061056 140569656400208 140570117617563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32159] ppid=32145 vsize=14084804 memory=6944656575208382560 CPUtime=0.09 cores=1,3,5,7
/proc/32148/task/32159/stat : 32159 (java) S 32145 32148 30888 0 -1 1077944384 584 0 0 0 9 0 0 0 20 0 15 0 272670395 14422839296 22762 33554432000 4194304 4196468 140722824061056 140569655347568 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32160] ppid=32145 vsize=14084804 memory=6943526294502006880 CPUtime=0.05 cores=1,3,5,7
/proc/32148/task/32160/stat : 32160 (java) S 32145 32148 30888 0 -1 1077944384 357 0 0 0 5 0 0 0 20 0 15 0 272670395 14422839296 22762 33554432000 4194304 4196468 140722824061056 140569654294768 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32161] ppid=32145 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/32148/task/32161/stat : 32161 (java) S 32145 32148 30888 0 -1 1077944384 371 0 0 0 15 0 0 0 20 0 15 0 272670395 14422839296 22762 33554432000 4194304 4196468 140722824061056 140569653241968 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32162] ppid=32145 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32162/stat : 32162 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14422839296 22762 33554432000 4194304 4196468 140722824061056 140569652189408 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32163] ppid=32145 vsize=14084804 memory=1860 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32163/stat : 32163 (java) S 32145 32148 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670396 14422839296 22762 33554432000 4194304 4196468 140722824061056 140569651137712 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 91048 KiB

[startup+1.50165 s]
/proc/loadavg: 1.36 1.41 1.40 4/215 32163
/proc/meminfo: memFree=22866612/32770624 swapFree=67059156/67108860
[pid=32148] ppid=32145 vsize=14086852 memory=495524 CPUtime=3.08 cores=1,3,5,7
/proc/32148/stat : 32148 (java) S 32145 32148 30888 0 -1 1077944320 20497 0 0 0 262 46 0 0 20 0 15 0 272670390 14424936448 123881 33554432000 4194304 4196468 140722824061056 140722824043600 140570117598967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
/proc/32148/statm: 3521713 123881 3567 1 0 3483785 0
[pid=32148/tid=32150] ppid=32145 vsize=14086852 memory=12902 CPUtime=1.25 cores=1,3,5,7
/proc/32148/task/32150/stat : 32150 (java) R 32145 32148 30888 0 -1 4202560 14853 0 0 0 115 10 0 0 20 0 15 0 272670390 14424936448 123881 33554432000 4194304 4196468 140722824061056 140570121834976 140569736785644 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32151] ppid=32145 vsize=14086852 memory=6791534058613427641 CPUtime=0.2 cores=1,3,5,7
/proc/32148/task/32151/stat : 32151 (java) S 32145 32148 30888 0 -1 1077944384 665 0 0 0 12 8 0 0 20 0 15 0 272670391 14424936448 123881 33554432000 4194304 4196468 140722824061056 140570055199376 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32152] ppid=32145 vsize=14086852 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/32148/task/32152/stat : 32152 (java) S 32145 32148 30888 0 -1 1077944384 276 0 0 0 12 8 0 0 20 0 15 0 272670391 14424936448 123881 33554432000 4194304 4196468 140722824061056 140570054146576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32153] ppid=32145 vsize=14086852 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/32148/task/32153/stat : 32153 (java) S 32145 32148 30888 0 -1 1077944384 364 0 0 0 12 8 0 0 20 0 15 0 272670391 14424936448 123881 33554432000 4194304 4196468 140722824061056 140570053093776 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32154] ppid=32145 vsize=14086852 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/32148/task/32154/stat : 32154 (java) S 32145 32148 30888 0 -1 1077944384 321 0 0 0 12 8 0 0 20 0 15 0 272670391 14424936448 123881 33554432000 4194304 4196468 140722824061056 140569710434576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32155] ppid=32145 vsize=14086852 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32148/task/32155/stat : 32155 (java) S 32145 32148 30888 0 -1 1077944384 292 0 0 0 1 0 0 0 20 0 15 0 272670392 14424936448 123881 33554432000 4194304 4196468 140722824061056 140569659558768 140570117610114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0

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

/proc/32148/task/32150/stat : 32150 (java) R 32145 32148 30888 0 -1 4202560 180328 0 0 0 237362 79 0 0 20 0 15 0 272670390 14429130752 755617 33554432000 4194304 4196468 140722824061056 140570121836960 140569738692048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32151] ppid=32145 vsize=14090948 memory=3022468 CPUtime=7.52 cores=1,3,5,7
/proc/32148/task/32151/stat : 32151 (java) S 32145 32148 30888 0 -1 1077944384 48290 0 0 0 666 86 0 0 20 0 15 0 272670391 14429130752 755617 33554432000 4194304 4196468 140722824061056 140570055199376 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32152] ppid=32145 vsize=14090948 memory=3022468 CPUtime=7.52 cores=1,3,5,7
/proc/32148/task/32152/stat : 32152 (java) S 32145 32148 30888 0 -1 1077944384 50873 0 0 0 663 89 0 0 20 0 15 0 272670391 14429130752 755617 33554432000 4194304 4196468 140722824061056 140570054146576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32153] ppid=32145 vsize=14090948 memory=3022468 CPUtime=7.48 cores=1,3,5,7
/proc/32148/task/32153/stat : 32153 (java) S 32145 32148 30888 0 -1 1077944384 49242 0 0 0 659 89 0 0 20 0 15 0 272670391 14429130752 755617 33554432000 4194304 4196468 140722824061056 140570053093776 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32154] ppid=32145 vsize=14090948 memory=3071204 CPUtime=7.51 cores=1,3,5,7
/proc/32148/task/32154/stat : 32154 (java) S 32145 32148 30888 0 -1 1077944384 52532 0 0 0 660 91 0 0 20 0 15 0 272670391 14429130752 755617 33554432000 4194304 4196468 140722824061056 140569710434576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32155] ppid=32145 vsize=14090948 memory=3022468 CPUtime=0.37 cores=1,3,5,7
/proc/32148/task/32155/stat : 32155 (java) S 32145 32148 30888 0 -1 1077944384 18792 0 0 0 31 6 0 0 20 0 15 0 272670392 14429130752 755617 33554432000 4194304 4196468 140722824061056 140569659558768 140570117610114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32156] ppid=32145 vsize=14090948 memory=3022468 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32156/stat : 32156 (java) S 32145 32148 30888 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 272670393 14429130752 755617 33554432000 4194304 4196468 140722824061056 140569658504800 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32157] ppid=32145 vsize=14090948 memory=3022468 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32157/stat : 32157 (java) S 32145 32148 30888 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 272670393 14429130752 755617 33554432000 4194304 4196468 140722824061056 140569657451904 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32158] ppid=32145 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32158/stat : 32158 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14429130752 755617 33554432000 4194304 4196468 140722824061056 140569656400208 140570117617563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32159] ppid=32145 vsize=14090948 memory=3472328296227679313 CPUtime=3.84 cores=1,3,5,7
/proc/32148/task/32159/stat : 32159 (java) S 32145 32148 30888 0 -1 1077944384 11504 0 0 0 382 2 0 0 20 0 15 0 272670395 14429130752 755617 33554432000 4194304 4196468 140722824061056 140569655347568 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32160] ppid=32145 vsize=14090948 memory=3544 CPUtime=3.89 cores=1,3,5,7
/proc/32148/task/32160/stat : 32160 (java) S 32145 32148 30888 0 -1 1077944384 11989 0 0 0 386 3 0 0 20 0 15 0 272670395 14429130752 755617 33554432000 4194304 4196468 140722824061056 140569654294768 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32161] ppid=32145 vsize=14090948 memory=6468 CPUtime=1.3 cores=1,3,5,7
/proc/32148/task/32161/stat : 32161 (java) S 32145 32148 30888 0 -1 1077944384 15666 0 0 0 128 2 0 0 20 0 15 0 272670395 14429130752 755617 33554432000 4194304 4196468 140722824061056 140569653241968 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32162] ppid=32145 vsize=14090948 memory=3071204 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32162/stat : 32162 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14429130752 755617 33554432000 4194304 4196468 140722824061056 140569652189408 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32163] ppid=32145 vsize=14090948 memory=3071204 CPUtime=1.29 cores=1,3,5,7
/proc/32148/task/32163/stat : 32163 (java) S 32145 32148 30888 0 -1 1077944384 2642 0 0 0 55 74 0 0 20 0 15 0 272670396 14429130752 755617 33554432000 4194304 4196468 140722824061056 140569651137712 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
Current children cumulated CPU time: 2415.24 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3022468 KiB

[startup+2442.3 s]
/proc/loadavg: 1.94 1.77 1.67 3/215 32234
/proc/meminfo: memFree=20177012/32770624 swapFree=67059156/67108860
[pid=32148] ppid=32145 vsize=14090948 memory=2890628 CPUtime=2475.39 cores=1,3,5,7
/proc/32148/stat : 32148 (java) S 32145 32148 30888 0 -1 1077944320 450961 0 0 0 247029 510 0 0 20 0 15 0 272670390 14429130752 722657 33554432000 4194304 4196468 140722824061056 140722824043600 140570117598967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
/proc/32148/statm: 3522737 722657 3609 1 0 3484809 0
[pid=32148/tid=32150] ppid=32145 vsize=14090948 memory=3071204 CPUtime=2434.37 cores=1,3,5,7
/proc/32148/task/32150/stat : 32150 (java) R 32145 32148 30888 0 -1 4202560 182153 0 0 0 243358 79 0 0 20 0 15 0 272670390 14429130752 722657 33554432000 4194304 4196468 140722824061056 140570121836928 140569741523827 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32151] ppid=32145 vsize=14090948 memory=2932180 CPUtime=7.56 cores=1,3,5,7
/proc/32148/task/32151/stat : 32151 (java) S 32145 32148 30888 0 -1 1077944384 49420 0 0 0 670 86 0 0 20 0 15 0 272670391 14429130752 722657 33554432000 4194304 4196468 140722824061056 140570055199376 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32152] ppid=32145 vsize=14090948 memory=1708 CPUtime=7.56 cores=1,3,5,7
/proc/32148/task/32152/stat : 32152 (java) S 32145 32148 30888 0 -1 1077944384 52061 0 0 0 667 89 0 0 20 0 15 0 272670391 14429130752 722657 33554432000 4194304 4196468 140722824061056 140570054146576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32153] ppid=32145 vsize=14090948 memory=2932180 CPUtime=7.52 cores=1,3,5,7
/proc/32148/task/32153/stat : 32153 (java) S 32145 32148 30888 0 -1 1077944384 51206 0 0 0 663 89 0 0 20 0 15 0 272670391 14429130752 722657 33554432000 4194304 4196468 140722824061056 140570053093776 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32154] ppid=32145 vsize=14090948 memory=2890628 CPUtime=7.54 cores=1,3,5,7
/proc/32148/task/32154/stat : 32154 (java) S 32145 32148 30888 0 -1 1077944384 53780 0 0 0 663 91 0 0 20 0 15 0 272670391 14429130752 722657 33554432000 4194304 4196468 140722824061056 140569710434576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32155] ppid=32145 vsize=14090948 memory=2932180 CPUtime=0.38 cores=1,3,5,7
/proc/32148/task/32155/stat : 32155 (java) S 32145 32148 30888 0 -1 1077944384 19052 0 0 0 32 6 0 0 20 0 15 0 272670392 14429130752 722657 33554432000 4194304 4196468 140722824061056 140569659558768 140570117610114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32156] ppid=32145 vsize=14090948 memory=2932180 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32156/stat : 32156 (java) S 32145 32148 30888 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 272670393 14429130752 722657 33554432000 4194304 4196468 140722824061056 140569658504800 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32157] ppid=32145 vsize=14090948 memory=768 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32157/stat : 32157 (java) S 32145 32148 30888 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 272670393 14429130752 722657 33554432000 4194304 4196468 140722824061056 140569657451904 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32158] ppid=32145 vsize=14090948 memory=736 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32158/stat : 32158 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14429130752 722657 33554432000 4194304 4196468 140722824061056 140569656400208 140570117617563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32159] ppid=32145 vsize=14090948 memory=2890628 CPUtime=3.84 cores=1,3,5,7
/proc/32148/task/32159/stat : 32159 (java) S 32145 32148 30888 0 -1 1077944384 11512 0 0 0 382 2 0 0 20 0 15 0 272670395 14429130752 722657 33554432000 4194304 4196468 140722824061056 140569655347568 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32160] ppid=32145 vsize=14090948 memory=2932180 CPUtime=3.89 cores=1,3,5,7
/proc/32148/task/32160/stat : 32160 (java) S 32145 32148 30888 0 -1 1077944384 11992 0 0 0 386 3 0 0 20 0 15 0 272670395 14429130752 722657 33554432000 4194304 4196468 140722824061056 140569654294768 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32161] ppid=32145 vsize=14090948 memory=2932180 CPUtime=1.3 cores=1,3,5,7
/proc/32148/task/32161/stat : 32161 (java) S 32145 32148 30888 0 -1 1077944384 15670 0 0 0 128 2 0 0 20 0 15 0 272670395 14429130752 722657 33554432000 4194304 4196468 140722824061056 140569653241968 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32162] ppid=32145 vsize=14090948 memory=2932180 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32162/stat : 32162 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14429130752 722657 33554432000 4194304 4196468 140722824061056 140569652189408 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32163] ppid=32145 vsize=14090948 memory=2890628 CPUtime=1.32 cores=1,3,5,7
/proc/32148/task/32163/stat : 32163 (java) S 32145 32148 30888 0 -1 1077944384 2671 0 0 0 56 76 0 0 20 0 15 0 272670396 14429130752 722657 33554432000 4194304 4196468 140722824061056 140569651137712 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
Current children cumulated CPU time: 2475.39 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2890628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.9 s]
/proc/loadavg: 1.73 1.74 1.66 3/215 32315
/proc/meminfo: memFree=20304828/32770624 swapFree=67059156/67108860
[pid=32148] ppid=32145 vsize=14090948 memory=2850248 CPUtime=2520.06 cores=1,3,5,7
/proc/32148/stat : 32148 (java) S 32145 32148 30888 0 -1 1077944320 457000 0 0 0 251494 512 0 0 20 0 15 0 272670390 14429130752 712562 33554432000 4194304 4196468 140722824061056 140722824043600 140570117598967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
/proc/32148/statm: 3522737 712562 3609 1 0 3484809 0
[pid=32148/tid=32150] ppid=32145 vsize=14090948 memory=2850248 CPUtime=2478.95 cores=1,3,5,7
/proc/32148/task/32150/stat : 32150 (java) R 32145 32148 30888 0 -1 4202560 183548 0 0 0 247815 80 0 0 20 0 15 0 272670390 14429130752 712562 33554432000 4194304 4196468 140722824061056 140570121836928 140569736088815 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32151] ppid=32145 vsize=14090948 memory=2850248 CPUtime=7.57 cores=1,3,5,7
/proc/32148/task/32151/stat : 32151 (java) S 32145 32148 30888 0 -1 1077944384 50494 0 0 0 671 86 0 0 20 0 15 0 272670391 14429130752 712562 33554432000 4194304 4196468 140722824061056 140570055199376 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32152] ppid=32145 vsize=14090948 memory=2850248 CPUtime=7.58 cores=1,3,5,7
/proc/32148/task/32152/stat : 32152 (java) S 32145 32148 30888 0 -1 1077944384 53242 0 0 0 669 89 0 0 20 0 15 0 272670391 14429130752 712562 33554432000 4194304 4196468 140722824061056 140570054146576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32153] ppid=32145 vsize=14090948 memory=2850248 CPUtime=7.54 cores=1,3,5,7
/proc/32148/task/32153/stat : 32153 (java) S 32145 32148 30888 0 -1 1077944384 52333 0 0 0 665 89 0 0 20 0 15 0 272670391 14429130752 712562 33554432000 4194304 4196468 140722824061056 140570053093776 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32154] ppid=32145 vsize=14090948 memory=2890776 CPUtime=7.56 cores=1,3,5,7
/proc/32148/task/32154/stat : 32154 (java) S 32145 32148 30888 0 -1 1077944384 54749 0 0 0 665 91 0 0 20 0 15 0 272670391 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569710434576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32155] ppid=32145 vsize=14090948 memory=2850248 CPUtime=0.38 cores=1,3,5,7
/proc/32148/task/32155/stat : 32155 (java) S 32145 32148 30888 0 -1 1077944384 19290 0 0 0 32 6 0 0 20 0 15 0 272670392 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569659558768 140570117610114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32156] ppid=32145 vsize=14090948 memory=2850248 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32156/stat : 32156 (java) S 32145 32148 30888 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 272670393 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569658504800 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32157] ppid=32145 vsize=14090948 memory=2850248 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32157/stat : 32157 (java) S 32145 32148 30888 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 272670393 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569657451904 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32158] ppid=32145 vsize=14090948 memory=2850248 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32158/stat : 32158 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569656400208 140570117617563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32159] ppid=32145 vsize=14090948 memory=288230596050944315 CPUtime=3.84 cores=1,3,5,7
/proc/32148/task/32159/stat : 32159 (java) S 32145 32148 30888 0 -1 1077944384 11516 0 0 0 382 2 0 0 20 0 15 0 272670395 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569655347568 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32160] ppid=32145 vsize=14090948 memory=2850248 CPUtime=3.89 cores=1,3,5,7
/proc/32148/task/32160/stat : 32160 (java) S 32145 32148 30888 0 -1 1077944384 11995 0 0 0 386 3 0 0 20 0 15 0 272670395 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569654294768 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32161] ppid=32145 vsize=14090948 memory=2850248 CPUtime=1.3 cores=1,3,5,7
/proc/32148/task/32161/stat : 32161 (java) S 32145 32148 30888 0 -1 1077944384 15678 0 0 0 128 2 0 0 20 0 15 0 272670395 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569653241968 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32162] ppid=32145 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32162/stat : 32162 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569652189408 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32163] ppid=32145 vsize=14090948 memory=2850248 CPUtime=1.34 cores=1,3,5,7
/proc/32148/task/32163/stat : 32163 (java) S 32145 32148 30888 0 -1 1077944384 2711 0 0 0 57 77 0 0 20 0 15 0 272670396 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569651137712 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2850248 KiB

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

[startup+2486.92 s]
# the end of solver process 32148 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.96 s, system=5.1411 s

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

[startup+2486.9 s]
/proc/loadavg: 1.73 1.74 1.66 3/215 32315
/proc/meminfo: memFree=20304828/32770624 swapFree=67059156/67108860
[pid=32148] ppid=32145 vsize=14090948 memory=2850248 CPUtime=2520.06 cores=1,3,5,7
/proc/32148/stat : 32148 (java) S 32145 32148 30888 0 -1 1077944320 457000 0 0 0 251494 512 0 0 20 0 15 0 272670390 14429130752 712562 33554432000 4194304 4196468 140722824061056 140722824043600 140570117598967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
/proc/32148/statm: 3522737 712562 3609 1 0 3484809 0
[pid=32148/tid=32150] ppid=32145 vsize=14090948 memory=2850248 CPUtime=2478.95 cores=1,3,5,7
/proc/32148/task/32150/stat : 32150 (java) R 32145 32148 30888 0 -1 4202560 183548 0 0 0 247815 80 0 0 20 0 15 0 272670390 14429130752 712562 33554432000 4194304 4196468 140722824061056 140570121836928 140569736088815 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32151] ppid=32145 vsize=14090948 memory=2850248 CPUtime=7.57 cores=1,3,5,7
/proc/32148/task/32151/stat : 32151 (java) S 32145 32148 30888 0 -1 1077944384 50494 0 0 0 671 86 0 0 20 0 15 0 272670391 14429130752 712562 33554432000 4194304 4196468 140722824061056 140570055199376 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32152] ppid=32145 vsize=14090948 memory=2850248 CPUtime=7.58 cores=1,3,5,7
/proc/32148/task/32152/stat : 32152 (java) S 32145 32148 30888 0 -1 1077944384 53242 0 0 0 669 89 0 0 20 0 15 0 272670391 14429130752 712562 33554432000 4194304 4196468 140722824061056 140570054146576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32153] ppid=32145 vsize=14090948 memory=2850248 CPUtime=7.54 cores=1,3,5,7
/proc/32148/task/32153/stat : 32153 (java) S 32145 32148 30888 0 -1 1077944384 52333 0 0 0 665 89 0 0 20 0 15 0 272670391 14429130752 712562 33554432000 4194304 4196468 140722824061056 140570053093776 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32154] ppid=32145 vsize=14090948 memory=2890776 CPUtime=7.56 cores=1,3,5,7
/proc/32148/task/32154/stat : 32154 (java) S 32145 32148 30888 0 -1 1077944384 54749 0 0 0 665 91 0 0 20 0 15 0 272670391 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569710434576 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32155] ppid=32145 vsize=14090948 memory=2850248 CPUtime=0.38 cores=1,3,5,7
/proc/32148/task/32155/stat : 32155 (java) S 32145 32148 30888 0 -1 1077944384 19290 0 0 0 32 6 0 0 20 0 15 0 272670392 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569659558768 140570117610114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32156] ppid=32145 vsize=14090948 memory=2850248 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32156/stat : 32156 (java) S 32145 32148 30888 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 272670393 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569658504800 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32157] ppid=32145 vsize=14090948 memory=2850248 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32157/stat : 32157 (java) S 32145 32148 30888 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 272670393 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569657451904 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32158] ppid=32145 vsize=14090948 memory=2850248 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32158/stat : 32158 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569656400208 140570117617563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32159] ppid=32145 vsize=14090948 memory=288230596050944315 CPUtime=3.84 cores=1,3,5,7
/proc/32148/task/32159/stat : 32159 (java) S 32145 32148 30888 0 -1 1077944384 11516 0 0 0 382 2 0 0 20 0 15 0 272670395 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569655347568 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32160] ppid=32145 vsize=14090948 memory=2850248 CPUtime=3.89 cores=1,3,5,7
/proc/32148/task/32160/stat : 32160 (java) S 32145 32148 30888 0 -1 1077944384 11995 0 0 0 386 3 0 0 20 0 15 0 272670395 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569654294768 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32161] ppid=32145 vsize=14090948 memory=2850248 CPUtime=1.3 cores=1,3,5,7
/proc/32148/task/32161/stat : 32161 (java) S 32145 32148 30888 0 -1 1077944384 15678 0 0 0 128 2 0 0 20 0 15 0 272670395 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569653241968 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32162] ppid=32145 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/32148/task/32162/stat : 32162 (java) S 32145 32148 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670395 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569652189408 140570117609173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
[pid=32148/tid=32163] ppid=32145 vsize=14090948 memory=2850248 CPUtime=1.34 cores=1,3,5,7
/proc/32148/task/32163/stat : 32163 (java) S 32145 32148 30888 0 -1 1077944384 2711 0 0 0 57 77 0 0 20 0 15 0 272670396 14429130752 712562 33554432000 4194304 4196468 140722824061056 140569651137712 140570117610114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17887232 140722824070216 140722824070409 140722824070409 140722824073167 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2850248 KiB

Child status: 143
Real time (s): 2486.92
CPU time (s): 2520.1
CPU user time (s): 2514.96
CPU system time (s): 5.1411
CPU usage (%): 101.334
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 5589836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.96
system time used= 5.14109
maximum resident set size= 5590628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 457476
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59757
involuntary context switches= 1058


# summary of solver processes directly reported to runsolver:
#   pid: 32148
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2514.96
#   total CPU system time (s): 5.1411

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3436 second user time and 23.9927 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-18 02:11:12
IDJOB=4312085
IDBENCH=141270
IDSOLVER=2799
FILE ID=node103/4312085-1534551071
RUNJOBID= node103-1534541043-30920
PBS_JOBID= 21038644
Free space on /tmp= 44152 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-05-0350_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-4312085-1534551071/watcher-4312085-1534551071 -o /tmp/evaluation-result-4312085-1534551071/solver-4312085-1534551071 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534541043-30920 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1169432436 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312085-1534551071.xml

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

MD5SUM BENCH= 51c3d091a7e4b0716a15e9a29832b849
RANDOM SEED=1169432436

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23211968 kB
MemAvailable:   31783488 kB
Buffers:          227708 kB
Cached:          8572416 kB
SwapCached:         5152 kB
Active:          5175204 kB
Inactive:        3782440 kB
Active(anon):     160700 kB
Inactive(anon):    64692 kB
Active(file):    5014504 kB
Inactive(file):  3717748 kB
Unevictable:        7768 kB
Mlocked:            7768 kB
SwapTotal:      67108860 kB
SwapFree:       67059156 kB
Dirty:            184124 kB
Writeback:             0 kB
AnonPages:        160708 kB
Mapped:            31464 kB
Shmem:             65136 kB
Slab:             296920 kB
SReclaimable:     267728 kB
SUnreclaim:        29192 kB
KernelStack:        3504 kB
PageTables:         5656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1238716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 44116 MiB
End job on node103 at 2018-08-18 02:52:39