Trace number 4298178

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
slowpoke 2018-04-29? (NS) 28.7266 8.46419

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-01-opt_c18.xml
MD5SUM4d0af1578eca9c90466c64483cb0ac5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5548
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":6},{"size":22,"count":36},{"size":24,"count":8},{"size":36,"count":360},{"size":42,"count":22},{"size":44,"count":484}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":12},{"degree":3,"count":2},{"degree":4,"count":38},{"degree":5,"count":25},{"degree":6,"count":95},{"degree":7,"count":25},{"degree":8,"count":106},{"degree":9,"count":20},{"degree":10,"count":111},{"degree":11,"count":39},{"degree":12,"count":56},{"degree":13,"count":41},{"degree":14,"count":47},{"degree":15,"count":30},{"degree":16,"count":41},{"degree":17,"count":19},{"degree":18,"count":32},{"degree":19,"count":15},{"degree":20,"count":27},{"degree":21,"count":21},{"degree":22,"count":8},{"degree":23,"count":11},{"degree":24,"count":18},{"degree":25,"count":13},{"degree":26,"count":7},{"degree":27,"count":7},{"degree":28,"count":7},{"degree":29,"count":7},{"degree":30,"count":7},{"degree":31,"count":6},{"degree":32,"count":4},{"degree":33,"count":2},{"degree":35,"count":1},{"degree":36,"count":1},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":3},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":2},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5548}]
Number of extensional constraints5548
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":5548}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
28.61/8.43	c Caught NotImplementedException
28.61/8.43	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:629)
28.61/8.43	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
28.61/8.43	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
28.61/8.43	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
28.61/8.43	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
28.61/8.43	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
28.61/8.43	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
28.61/8.43	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
28.61/8.43	c 	xcsp3.XCSP3.<init>(XCSP3.java:84)
28.61/8.43	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
28.61/8.43	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
28.61/8.43	s UNSUPPORTED

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298178-1532750168/watcher-4298178-1532750168 -o /tmp/evaluation-result-4298178-1532750168/solver-4298178-1532750168 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532740162-2004 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298178-1532750168.xml --timelimit 2520 

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

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


[startup+0.100058 s]*
/proc/loadavg: 1.94 1.96 2.00 4/215 3154
/proc/meminfo: memFree=27112908/32770624 swapFree=67108792/67108860
[pid=3139] ppid=3136 vsize=10661056 memory=27560 CPUtime=0.12 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3136 3139 1972 0 -1 1077944320 5278 0 0 0 11 1 0 0 20 0 15 0 92580052 10916921344 6890 33554432000 4194304 4196468 140735240693104 140735240675648 140572271419127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
/proc/3139/statm: 2665264 6890 2847 1 0 2627263 0
[pid=3139/tid=3141] ppid=3136 vsize=10661056 memory=-8968739930421163200 CPUtime=0.09 cores=0,2,4,6
/proc/3139/task/3141/stat : 3141 (java) R 3136 3139 1972 0 -1 4202560 3165 0 0 0 9 0 0 0 20 0 15 0 92580052 10916921344 6890 33554432000 4194304 4196468 140735240693104 140572275650144 140572271431062 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3142] ppid=3136 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3142/stat : 3142 (java) S 3136 3139 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92580053 10916921344 6890 33554432000 4194304 4196468 140735240693104 140572208110352 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3143] ppid=3136 vsize=10661056 memory=139899293886080 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3143/stat : 3143 (java) S 3136 3139 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92580053 10916921344 6890 33554432000 4194304 4196468 140735240693104 140572207057808 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3144] ppid=3136 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3144/stat : 3144 (java) S 3136 3139 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92580053 10916921344 6890 33554432000 4194304 4196468 140735240693104 140572206005264 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3145] ppid=3136 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3145/stat : 3145 (java) S 3136 3139 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92580053 10916921344 6890 33554432000 4194304 4196468 140735240693104 140572204952720 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3146] ppid=3136 vsize=10661056 memory=139899293886080 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3146/stat : 3146 (java) S 3136 3139 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92580054 10916921344 6890 33554432000 4194304 4196468 140735240693104 140571762776048 140572271430274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3147] ppid=3136 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3147/stat : 3147 (java) S 3136 3139 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92580055 10916921344 6890 33554432000 4194304 4196468 140735240693104 140571761722272 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3148] ppid=3136 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3148/stat : 3148 (java) S 3136 3139 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92580055 10916921344 6890 33554432000 4194304 4196468 140735240693104 140571760669680 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3149] ppid=3136 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3149/stat : 3149 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580057 10916921344 6890 33554432000 4194304 4196468 140735240693104 140571759618256 140572271437723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3150] ppid=3136 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3150/stat : 3150 (java) R 3136 3139 1972 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 92580057 10916921344 6890 33554432000 4194304 4196468 140735240693104 140571758565968 140572271429333 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3151] ppid=3136 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3151/stat : 3151 (java) S 3136 3139 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92580057 10916921344 6890 33554432000 4194304 4196468 140735240693104 140571757513328 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3152] ppid=3136 vsize=10661056 memory=139899293886080 CPUtime=0.01 cores=0,2,4,6
/proc/3139/task/3152/stat : 3152 (java) R 3136 3139 1972 0 -1 4202560 325 0 0 0 1 0 0 0 20 0 15 0 92580057 10916921344 6890 33554432000 4194304 4196468 140735240693104 140571756460784 140572271431062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3153] ppid=3136 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3153/stat : 3153 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580058 10916921344 6890 33554432000 4194304 4196468 140735240693104 140571755408480 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3154] ppid=3136 vsize=10661056 memory=139899293886080 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3154/stat : 3154 (java) S 3136 3139 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92580058 10916921344 6890 33554432000 4194304 4196468 140735240693104 140571754354992 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27560 KiB

[startup+0.211427 s]*
/proc/loadavg: 1.94 1.96 2.00 5/215 3154
/proc/meminfo: memFree=27101652/32770624 swapFree=67108792/67108860
[pid=3139] ppid=3136 vsize=10661056 memory=40300 CPUtime=0.34 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3136 3139 1972 0 -1 1077944320 8147 0 0 0 32 2 0 0 20 0 15 0 92580052 10916921344 10075 33554432000 4194304 4196468 140735240693104 140735240675648 140572271419127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
/proc/3139/statm: 2665264 10075 3002 1 0 2627263 0
[pid=3139/tid=3141] ppid=3136 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/3139/task/3141/stat : 3141 (java) R 3136 3139 1972 0 -1 4202560 5136 0 0 0 19 1 0 0 20 0 15 0 92580052 10916921344 10075 33554432000 4194304 4196468 140735240693104 140572275655104 140571882138538 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3142] ppid=3136 vsize=10661056 memory=343 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3142/stat : 3142 (java) S 3136 3139 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92580053 10916921344 10075 33554432000 4194304 4196468 140735240693104 140572208110352 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3143] ppid=3136 vsize=10661056 memory=139899294374276 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3143/stat : 3143 (java) S 3136 3139 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92580053 10916921344 10075 33554432000 4194304 4196468 140735240693104 140572207057808 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3144] ppid=3136 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3144/stat : 3144 (java) S 3136 3139 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92580053 10916921344 10075 33554432000 4194304 4196468 140735240693104 140572206005264 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3145] ppid=3136 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3145/stat : 3145 (java) S 3136 3139 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92580053 10916921344 10075 33554432000 4194304 4196468 140735240693104 140572204952720 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3146] ppid=3136 vsize=10661056 memory=139899293886080 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3146/stat : 3146 (java) S 3136 3139 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92580054 10916921344 10075 33554432000 4194304 4196468 140735240693104 140571762776048 140572271430274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3147] ppid=3136 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3147/stat : 3147 (java) S 3136 3139 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92580055 10916921344 10075 33554432000 4194304 4196468 140735240693104 140571761722272 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3148] ppid=3136 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3148/stat : 3148 (java) S 3136 3139 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92580055 10916921344 10075 33554432000 4194304 4196468 140735240693104 140571760669680 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3149] ppid=3136 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3149/stat : 3149 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580057 10916921344 10075 33554432000 4194304 4196468 140735240693104 140571759618256 140572271437723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3150] ppid=3136 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3139/task/3150/stat : 3150 (java) R 3136 3139 1972 0 -1 1077944384 471 0 0 0 2 0 0 0 20 0 15 0 92580057 10916921344 10075 33554432000 4194304 4196468 140735240693104 140571758565872 140572271430274 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3151] ppid=3136 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/3139/task/3151/stat : 3151 (java) R 3136 3139 1972 0 -1 4202560 302 0 0 0 2 0 0 0 20 0 15 0 92580057 10916921344 10075 33554432000 4194304 4196468 140735240693104 140571757513328 140572252008954 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3152] ppid=3136 vsize=10661056 memory=139899293886080 CPUtime=0.08 cores=0,2,4,6
/proc/3139/task/3152/stat : 3152 (java) R 3136 3139 1972 0 -1 4202560 879 0 0 0 8 0 0 0 20 0 15 0 92580057 10916921344 10075 33554432000 4194304 4196468 140735240693104 140571756457152 140572250374627 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3153] ppid=3136 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3153/stat : 3153 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580058 10916921344 10075 33554432000 4194304 4196468 140735240693104 140571755408480 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3154] ppid=3136 vsize=10661056 memory=139899293886080 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3154/stat : 3154 (java) S 3136 3139 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92580058 10916921344 10075 33554432000 4194304 4196468 140735240693104 140571754354992 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40300 KiB

[startup+0.311074 s]*
/proc/loadavg: 1.94 1.96 2.00 6/215 3154
/proc/meminfo: memFree=27089992/32770624 swapFree=67108792/67108860
[pid=3139] ppid=3136 vsize=10661132 memory=52692 CPUtime=0.68 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3136 3139 1972 0 -1 1077944320 10229 0 0 0 66 2 0 0 20 0 15 0 92580052 10916999168 13173 33554432000 4194304 4196468 140735240693104 140735240675648 140572271419127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
/proc/3139/statm: 2665283 13173 3071 1 0 2627263 0
[pid=3139/tid=3141] ppid=3136 vsize=10661132 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/3139/task/3141/stat : 3141 (java) R 3136 3139 1972 0 -1 4202560 5454 0 0 0 28 1 0 0 20 0 15 0 92580052 10916999168 13173 33554432000 4194304 4196468 140735240693104 140572275650832 140571880586816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3142] ppid=3136 vsize=10661132 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3142/stat : 3142 (java) S 3136 3139 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92580053 10916999168 13173 33554432000 4194304 4196468 140735240693104 140572208110352 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3143] ppid=3136 vsize=10661132 memory=139899294364798 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3143/stat : 3143 (java) S 3136 3139 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92580053 10916999168 13173 33554432000 4194304 4196468 140735240693104 140572207057808 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3144] ppid=3136 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3144/stat : 3144 (java) S 3136 3139 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92580053 10916999168 13173 33554432000 4194304 4196468 140735240693104 140572206005264 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3145] ppid=3136 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3145/stat : 3145 (java) S 3136 3139 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92580053 10916999168 13173 33554432000 4194304 4196468 140735240693104 140572204952720 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3146] ppid=3136 vsize=10661132 memory=139899293886080 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3146/stat : 3146 (java) S 3136 3139 1972 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 92580054 10916999168 13173 33554432000 4194304 4196468 140735240693104 140571762776048 140572271430274 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3147] ppid=3136 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3147/stat : 3147 (java) S 3136 3139 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92580055 10916999168 13173 33554432000 4194304 4196468 140735240693104 140571761722272 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3148] ppid=3136 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3148/stat : 3148 (java) S 3136 3139 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92580055 10916999168 13173 33554432000 4194304 4196468 140735240693104 140571760669680 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3149] ppid=3136 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3149/stat : 3149 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580057 10916999168 13173 33554432000 4194304 4196468 140735240693104 140571759618256 140572271437723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3150] ppid=3136 vsize=10661132 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/3139/task/3150/stat : 3150 (java) R 3136 3139 1972 0 -1 4202560 1192 0 0 0 10 0 0 0 20 0 15 0 92580057 10916999168 13173 33554432000 4194304 4196468 140735240693104 140571758551896 140572249831842 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3151] ppid=3136 vsize=10661132 memory=-1 CPUtime=0.11 cores=0,2,4,6
/proc/3139/task/3151/stat : 3151 (java) S 3136 3139 1972 0 -1 1077944384 787 0 0 0 11 0 0 0 20 0 15 0 92580057 10916999168 13173 33554432000 4194304 4196468 140735240693104 140571757513328 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3152] ppid=3136 vsize=10661132 memory=139899293886080 CPUtime=0.14 cores=0,2,4,6
/proc/3139/task/3152/stat : 3152 (java) R 3136 3139 1972 0 -1 1077944384 1423 0 0 0 14 0 0 0 20 0 15 0 92580057 10916999168 13173 33554432000 4194304 4196468 140735240693104 140571756460784 140572271430274 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3153] ppid=3136 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3153/stat : 3153 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580058 10916999168 13173 33554432000 4194304 4196468 140735240693104 140571755408480 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3154] ppid=3136 vsize=10661132 memory=139899293886080 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3154/stat : 3154 (java) S 3136 3139 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92580058 10916999168 13173 33554432000 4194304 4196468 140735240693104 140571754354992 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 52692 KiB

[startup+0.700707 s]
/proc/loadavg: 1.94 1.96 2.00 5/215 3154
/proc/meminfo: memFree=27062440/32770624 swapFree=67108792/67108860
[pid=3139] ppid=3136 vsize=10661132 memory=124180 CPUtime=1.91 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3136 3139 1972 0 -1 1077944320 11689 0 0 0 187 4 0 0 20 0 15 0 92580052 10916999168 31045 33554432000 4194304 4196468 140735240693104 140735240675648 140572271419127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
/proc/3139/statm: 2665283 31045 3111 1 0 2627263 0
[pid=3139/tid=3141] ppid=3136 vsize=10661132 memory=153411131547561 CPUtime=0.67 cores=0,2,4,6
/proc/3139/task/3141/stat : 3141 (java) R 3136 3139 1972 0 -1 4202560 5641 0 0 0 65 2 0 0 20 0 15 0 92580052 10916999168 31045 33554432000 4194304 4196468 140735240693104 140572275655040 140571884510455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3142] ppid=3136 vsize=10661132 memory=551415 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3142/stat : 3142 (java) S 3136 3139 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92580053 10916999168 31045 33554432000 4194304 4196468 140735240693104 140572208110352 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3143] ppid=3136 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3143/stat : 3143 (java) S 3136 3139 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92580053 10916999168 31045 33554432000 4194304 4196468 140735240693104 140572207057808 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3144] ppid=3136 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3144/stat : 3144 (java) S 3136 3139 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92580053 10916999168 31045 33554432000 4194304 4196468 140735240693104 140572206005264 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3145] ppid=3136 vsize=10661132 memory=7809523229951467576 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3145/stat : 3145 (java) S 3136 3139 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92580053 10916999168 31045 33554432000 4194304 4196468 140735240693104 140572204952720 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3146] ppid=3136 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3146/stat : 3146 (java) S 3136 3139 1972 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 92580054 10916999168 31045 33554432000 4194304 4196468 140735240693104 140571762776048 140572271430274 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3147] ppid=3136 vsize=10661132 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3147/stat : 3147 (java) S 3136 3139 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92580055 10916999168 31045 33554432000 4194304 4196468 140735240693104 140571761722272 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3148] ppid=3136 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3148/stat : 3148 (java) S 3136 3139 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92580055 10916999168 31045 33554432000 4194304 4196468 140735240693104 140571760669680 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3149] ppid=3136 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3149/stat : 3149 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580057 10916999168 31045 33554432000 4194304 4196468 140735240693104 140571759618256 140572271437723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3150] ppid=3136 vsize=10661132 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/3139/task/3150/stat : 3150 (java) R 3136 3139 1972 0 -1 4202560 1317 0 0 0 44 0 0 0 20 0 15 0 92580057 10916999168 31045 33554432000 4194304 4196468 140735240693104 140571758555664 140572252940518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3151] ppid=3136 vsize=10661132 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/3139/task/3151/stat : 3151 (java) R 3136 3139 1972 0 -1 4202560 1420 0 0 0 44 0 0 0 20 0 15 0 92580057 10916999168 31045 33554432000 4194304 4196468 140735240693104 140571757504784 140572250675953 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3152] ppid=3136 vsize=10661132 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/3139/task/3152/stat : 3152 (java) S 3136 3139 1972 0 -1 1077944384 1938 0 0 0 33 0 0 0 20 0 15 0 92580057 10916999168 31045 33554432000 4194304 4196468 140735240693104 140571756460784 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3153] ppid=3136 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3153/stat : 3153 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580058 10916999168 31045 33554432000 4194304 4196468 140735240693104 140571755408480 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3154] ppid=3136 vsize=10661132 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3154/stat : 3154 (java) S 3136 3139 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92580058 10916999168 31045 33554432000 4194304 4196468 140735240693104 140571754354992 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 124180 KiB

[startup+1.50111 s]
/proc/loadavg: 1.94 1.96 2.00 5/215 3154
/proc/meminfo: memFree=26896060/32770624 swapFree=67108792/67108860
[pid=3139] ppid=3136 vsize=10661132 memory=401216 CPUtime=4.16 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3136 3139 1972 0 -1 1077944320 12953 0 0 0 389 27 0 0 20 0 15 0 92580052 10916999168 100304 33554432000 4194304 4196468 140735240693104 140735240675648 140572271419127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
/proc/3139/statm: 2665283 100304 3153 1 0 2627263 0
[pid=3139/tid=3141] ppid=3136 vsize=10661132 memory=10799 CPUtime=1.23 cores=0,2,4,6
/proc/3139/task/3141/stat : 3141 (java) R 3136 3139 1972 0 -1 4202560 5722 0 0 0 120 3 0 0 20 0 15 0 92580052 10916999168 100304 33554432000 4194304 4196468 140735240693104 140572275655552 140571885298676 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3142] ppid=3136 vsize=10661132 memory=8112282956445269571 CPUtime=0.21 cores=0,2,4,6
/proc/3139/task/3142/stat : 3142 (java) S 3136 3139 1972 0 -1 1077944384 169 0 0 0 16 5 0 0 20 0 15 0 92580053 10916999168 100304 33554432000 4194304 4196468 140735240693104 140572208110352 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3143] ppid=3136 vsize=10661132 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/3139/task/3143/stat : 3143 (java) S 3136 3139 1972 0 -1 1077944384 174 0 0 0 16 5 0 0 20 0 15 0 92580053 10916999168 100304 33554432000 4194304 4196468 140735240693104 140572207057808 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3144] ppid=3136 vsize=10661132 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/3139/task/3144/stat : 3144 (java) S 3136 3139 1972 0 -1 1077944384 169 0 0 0 15 5 0 0 20 0 15 0 92580053 10916999168 100304 33554432000 4194304 4196468 140735240693104 140572206005264 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3145] ppid=3136 vsize=10661132 memory=6943526294502006880 CPUtime=0.2 cores=0,2,4,6
/proc/3139/task/3145/stat : 3145 (java) S 3136 3139 1972 0 -1 1077944384 171 0 0 0 15 5 0 0 20 0 15 0 92580053 10916999168 100304 33554432000 4194304 4196468 140735240693104 140572204952720 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3146] ppid=3136 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3146/stat : 3146 (java) S 3136 3139 1972 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 92580054 10916999168 100304 33554432000 4194304 4196468 140735240693104 140571762776048 140572271430274 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0

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

[startup+8.46414 s]
# the end of solver process 3139 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=27.1464 s, system=1.58018 s

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

[startup+6.40088 s]
/proc/loadavg: 2.11 2.00 2.01 6/215 3154
/proc/meminfo: memFree=25517424/32770624 swapFree=67108792/67108860
[pid=3139] ppid=3136 vsize=10661132 memory=1621924 CPUtime=20.94 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3136 3139 1972 0 -1 1077944320 72394 0 0 0 1941 153 0 0 20 0 15 0 92580052 10916999168 405481 33554432000 4194304 4196468 140735240693104 140735240675648 140572271419127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
/proc/3139/statm: 2665283 405481 3178 1 0 2627263 0
[pid=3139/tid=3141] ppid=3136 vsize=10661132 memory=8112282956445269571 CPUtime=2.26 cores=0,2,4,6
/proc/3139/task/3141/stat : 3141 (java) S 3136 3139 1972 0 -1 1077944384 6601 0 0 0 220 6 0 0 20 0 15 0 92580052 10916999168 405481 33554432000 4194304 4196468 140735240693104 140572275657104 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3142] ppid=3136 vsize=10661132 memory=-4051592751533505334 CPUtime=3.98 cores=0,2,4,6
/proc/3139/task/3142/stat : 3142 (java) R 3136 3139 1972 0 -1 4202560 7005 0 0 0 362 36 0 0 20 0 15 0 92580053 10916999168 405481 33554432000 4194304 4196468 140735240693104 140572208110248 140572264047335 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3143] ppid=3136 vsize=10661132 memory=26952 CPUtime=3.99 cores=0,2,4,6
/proc/3139/task/3143/stat : 3143 (java) R 3136 3139 1972 0 -1 4202560 7194 0 0 0 363 36 0 0 20 0 15 0 92580053 10916999168 405481 33554432000 4194304 4196468 140735240693104 140572207057392 140572264047335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3144] ppid=3136 vsize=10661132 memory=1292 CPUtime=3.95 cores=0,2,4,6
/proc/3139/task/3144/stat : 3144 (java) R 3136 3139 1972 0 -1 4202560 7557 0 0 0 360 35 0 0 20 0 15 0 92580053 10916999168 405481 33554432000 4194304 4196468 140735240693104 140572206005160 140572264047335 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3145] ppid=3136 vsize=10661132 memory=2436 CPUtime=4.02 cores=0,2,4,6
/proc/3139/task/3145/stat : 3145 (java) R 3136 3139 1972 0 -1 4202560 30244 0 0 0 366 36 0 0 20 0 15 0 92580053 10916999168 405481 33554432000 4194304 4196468 140735240693104 140572204951768 140572256116752 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3146] ppid=3136 vsize=10661132 memory=1728 CPUtime=0.02 cores=0,2,4,6
/proc/3139/task/3146/stat : 3146 (java) S 3136 3139 1972 0 -1 1077944384 5323 0 0 0 2 0 0 0 20 0 15 0 92580054 10916999168 405481 33554432000 4194304 4196468 140735240693104 140571762774368 140572271429333 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3147] ppid=3136 vsize=10661132 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3147/stat : 3147 (java) S 3136 3139 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92580055 10916999168 405481 33554432000 4194304 4196468 140735240693104 140571761722272 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3148] ppid=3136 vsize=10661132 memory=5760 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3148/stat : 3148 (java) S 3136 3139 1972 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92580055 10916999168 405481 33554432000 4194304 4196468 140735240693104 140571760669680 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3149] ppid=3136 vsize=10661132 memory=1621844 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3149/stat : 3149 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580057 10916999168 405481 33554432000 4194304 4196468 140735240693104 140571759618256 140572271437723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3150] ppid=3136 vsize=10661132 memory=7373639892806751845 CPUtime=1.08 cores=0,2,4,6
/proc/3139/task/3150/stat : 3150 (java) S 3136 3139 1972 0 -1 1077944384 2203 0 0 0 108 0 0 0 20 0 15 0 92580057 10916999168 405481 33554432000 4194304 4196468 140735240693104 140571758565872 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3151] ppid=3136 vsize=10661132 memory=7305218370954684249 CPUtime=1.15 cores=0,2,4,6
/proc/3139/task/3151/stat : 3151 (java) S 3136 3139 1972 0 -1 1077944384 2630 0 0 0 115 0 0 0 20 0 15 0 92580057 10916999168 405481 33554432000 4194304 4196468 140735240693104 140571757513328 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3152] ppid=3136 vsize=10661132 memory=-7674914008656224160 CPUtime=0.4 cores=0,2,4,6
/proc/3139/task/3152/stat : 3152 (java) S 3136 3139 1972 0 -1 1077944384 2131 0 0 0 40 0 0 0 20 0 15 0 92580057 10916999168 405481 33554432000 4194304 4196468 140735240693104 140571756460784 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3153] ppid=3136 vsize=10661132 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3153/stat : 3153 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580058 10916999168 405481 33554432000 4194304 4196468 140735240693104 140571755408480 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3154] ppid=3136 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3154/stat : 3154 (java) S 3136 3139 1972 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 15 0 92580058 10916999168 405481 33554432000 4194304 4196468 140735240693104 140571754354992 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
Current children cumulated CPU time: 20.94 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1621924 KiB

[startup+7.20062 s]
/proc/loadavg: 2.11 2.00 2.01 6/215 3154
/proc/meminfo: memFree=25503080/32770624 swapFree=67108792/67108860
[pid=3139] ppid=3136 vsize=10661132 memory=1636260 CPUtime=24.02 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3136 3139 1972 0 -1 1077944320 72967 0 0 0 2248 154 0 0 20 0 15 0 92580052 10916999168 409065 33554432000 4194304 4196468 140735240693104 140735240675648 140572271419127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
/proc/3139/statm: 2665283 409065 3178 1 0 2627263 0
[pid=3139/tid=3141] ppid=3136 vsize=10661132 memory=8112282956445269571 CPUtime=2.26 cores=0,2,4,6
/proc/3139/task/3141/stat : 3141 (java) S 3136 3139 1972 0 -1 1077944384 6601 0 0 0 220 6 0 0 20 0 15 0 92580052 10916999168 409065 33554432000 4194304 4196468 140735240693104 140572275657104 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3142] ppid=3136 vsize=10661132 memory=6944656425116252768 CPUtime=4.73 cores=0,2,4,6
/proc/3139/task/3142/stat : 3142 (java) R 3136 3139 1972 0 -1 4202560 7008 0 0 0 437 36 0 0 20 0 15 0 92580053 10916999168 409065 33554432000 4194304 4196468 140735240693104 140572208110472 140572264047335 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3143] ppid=3136 vsize=10661132 memory=6655300316396806240 CPUtime=4.75 cores=0,2,4,6
/proc/3139/task/3143/stat : 3143 (java) R 3136 3139 1972 0 -1 4202560 7197 0 0 0 439 36 0 0 20 0 15 0 92580053 10916999168 409065 33554432000 4194304 4196468 140735240693104 140572207057616 140572264047335 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3144] ppid=3136 vsize=10661132 memory=7157735280196933986 CPUtime=4.73 cores=0,2,4,6
/proc/3139/task/3144/stat : 3144 (java) R 3136 3139 1972 0 -1 4202560 7557 0 0 0 438 35 0 0 20 0 15 0 92580053 10916999168 409065 33554432000 4194304 4196468 140735240693104 140572206005264 140572256119726 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3145] ppid=3136 vsize=10661132 memory=0 CPUtime=4.79 cores=0,2,4,6
/proc/3139/task/3145/stat : 3145 (java) R 3136 3139 1972 0 -1 4202560 30811 0 0 0 443 36 0 0 20 0 15 0 92580053 10916999168 409065 33554432000 4194304 4196468 140735240693104 140572204952528 140572264047335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3146] ppid=3136 vsize=10661132 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/3139/task/3146/stat : 3146 (java) S 3136 3139 1972 0 -1 1077944384 5323 0 0 0 3 0 0 0 20 0 15 0 92580054 10916999168 409065 33554432000 4194304 4196468 140735240693104 140571762774592 140572271429333 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3147] ppid=3136 vsize=10661132 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3147/stat : 3147 (java) S 3136 3139 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92580055 10916999168 409065 33554432000 4194304 4196468 140735240693104 140571761722272 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3148] ppid=3136 vsize=10661132 memory=-5921431000321636112 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3148/stat : 3148 (java) S 3136 3139 1972 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92580055 10916999168 409065 33554432000 4194304 4196468 140735240693104 140571760669680 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3149] ppid=3136 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3149/stat : 3149 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580057 10916999168 409065 33554432000 4194304 4196468 140735240693104 140571759618256 140572271437723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3150] ppid=3136 vsize=10661132 memory=0 CPUtime=1.08 cores=0,2,4,6
/proc/3139/task/3150/stat : 3150 (java) S 3136 3139 1972 0 -1 1077944384 2203 0 0 0 108 0 0 0 20 0 15 0 92580057 10916999168 409065 33554432000 4194304 4196468 140735240693104 140571758565872 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3151] ppid=3136 vsize=10661132 memory=4567366080549573972 CPUtime=1.15 cores=0,2,4,6
/proc/3139/task/3151/stat : 3151 (java) S 3136 3139 1972 0 -1 1077944384 2630 0 0 0 115 0 0 0 20 0 15 0 92580057 10916999168 409065 33554432000 4194304 4196468 140735240693104 140571757513328 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3152] ppid=3136 vsize=10661132 memory=-6586668835053300886 CPUtime=0.4 cores=0,2,4,6
/proc/3139/task/3152/stat : 3152 (java) S 3136 3139 1972 0 -1 1077944384 2131 0 0 0 40 0 0 0 20 0 15 0 92580057 10916999168 409065 33554432000 4194304 4196468 140735240693104 140571756460784 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3153] ppid=3136 vsize=10661132 memory=-7384994778349280928 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3153/stat : 3153 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580058 10916999168 409065 33554432000 4194304 4196468 140735240693104 140571755408480 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3154] ppid=3136 vsize=10661132 memory=-7737605721172012177 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3154/stat : 3154 (java) S 3136 3139 1972 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 15 0 92580058 10916999168 409065 33554432000 4194304 4196468 140735240693104 140571754354992 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
Current children cumulated CPU time: 24.02 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1636260 KiB

[startup+8.00069 s]*
/proc/loadavg: 2.11 2.00 2.01 6/215 3154
/proc/meminfo: memFree=25503204/32770624 swapFree=67108792/67108860
[pid=3139] ppid=3136 vsize=10661132 memory=1636268 CPUtime=27.16 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3136 3139 1972 0 -1 1077944320 73098 0 0 0 2561 155 0 0 20 0 15 0 92580052 10916999168 409067 33554432000 4194304 4196468 140735240693104 140735240675648 140572271419127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
/proc/3139/statm: 2665283 409067 3178 1 0 2627263 0
[pid=3139/tid=3141] ppid=3136 vsize=10661132 memory=8112282956445269571 CPUtime=2.26 cores=0,2,4,6
/proc/3139/task/3141/stat : 3141 (java) S 3136 3139 1972 0 -1 1077944384 6601 0 0 0 220 6 0 0 20 0 15 0 92580052 10916999168 409067 33554432000 4194304 4196468 140735240693104 140572275657104 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3142] ppid=3136 vsize=10661132 memory=4872558044660077418 CPUtime=5.5 cores=0,2,4,6
/proc/3139/task/3142/stat : 3142 (java) R 3136 3139 1972 0 -1 4202560 7008 0 0 0 514 36 0 0 20 0 15 0 92580053 10916999168 409067 33554432000 4194304 4196468 140735240693104 140572208110472 140572264047335 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3143] ppid=3136 vsize=10661132 memory=0 CPUtime=5.54 cores=0,2,4,6
/proc/3139/task/3143/stat : 3143 (java) R 3136 3139 1972 0 -1 4202560 7197 0 0 0 517 37 0 0 20 0 15 0 92580053 10916999168 409067 33554432000 4194304 4196468 140735240693104 140572207057616 140572256415207 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3144] ppid=3136 vsize=10661132 memory=15620 CPUtime=5.54 cores=0,2,4,6
/proc/3139/task/3144/stat : 3144 (java) R 3136 3139 1972 0 -1 4202560 7688 0 0 0 519 35 0 0 20 0 15 0 92580053 10916999168 409067 33554432000 4194304 4196468 140735240693104 140572206005464 140572264047335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3145] ppid=3136 vsize=10661132 memory=-8412656567318647667 CPUtime=5.58 cores=0,2,4,6
/proc/3139/task/3145/stat : 3145 (java) R 3136 3139 1972 0 -1 4202560 30811 0 0 0 521 37 0 0 20 0 15 0 92580053 10916999168 409067 33554432000 4194304 4196468 140735240693104 140572204952840 140572256119789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3146] ppid=3136 vsize=10661132 memory=4427205132082312746 CPUtime=0.03 cores=0,2,4,6
/proc/3139/task/3146/stat : 3146 (java) S 3136 3139 1972 0 -1 1077944384 5323 0 0 0 3 0 0 0 20 0 15 0 92580054 10916999168 409067 33554432000 4194304 4196468 140735240693104 140571762774592 140572271429333 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3147] ppid=3136 vsize=10661132 memory=-8486080722631693414 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3147/stat : 3147 (java) S 3136 3139 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92580055 10916999168 409067 33554432000 4194304 4196468 140735240693104 140571761722272 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3148] ppid=3136 vsize=10661132 memory=-8412652152092201843 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3148/stat : 3148 (java) S 3136 3139 1972 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92580055 10916999168 409067 33554432000 4194304 4196468 140735240693104 140571760669680 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3149] ppid=3136 vsize=10661132 memory=-7023579799431922829 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3149/stat : 3149 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580057 10916999168 409067 33554432000 4194304 4196468 140735240693104 140571759618256 140572271437723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3150] ppid=3136 vsize=10661132 memory=4426639978525455914 CPUtime=1.08 cores=0,2,4,6
/proc/3139/task/3150/stat : 3150 (java) S 3136 3139 1972 0 -1 1077944384 2203 0 0 0 108 0 0 0 20 0 15 0 92580057 10916999168 409067 33554432000 4194304 4196468 140735240693104 140571758565872 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3151] ppid=3136 vsize=10661132 memory=6944652027076318631 CPUtime=1.15 cores=0,2,4,6
/proc/3139/task/3151/stat : 3151 (java) S 3136 3139 1972 0 -1 1077944384 2630 0 0 0 115 0 0 0 20 0 15 0 92580057 10916999168 409067 33554432000 4194304 4196468 140735240693104 140571757513328 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3152] ppid=3136 vsize=10661132 memory=13850759284391974 CPUtime=0.4 cores=0,2,4,6
/proc/3139/task/3152/stat : 3152 (java) S 3136 3139 1972 0 -1 1077944384 2131 0 0 0 40 0 0 0 20 0 15 0 92580057 10916999168 409067 33554432000 4194304 4196468 140735240693104 140571756460784 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3153] ppid=3136 vsize=10661132 memory=288230583199596876 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3153/stat : 3153 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580058 10916999168 409067 33554432000 4194304 4196468 140735240693104 140571755408480 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3154] ppid=3136 vsize=10661132 memory=14976667764394579 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3154/stat : 3154 (java) S 3136 3139 1972 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 15 0 92580058 10916999168 409067 33554432000 4194304 4196468 140735240693104 140571754354992 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
Current children cumulated CPU time: 27.16 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1636268 KiB

[startup+8.40082 s]
/proc/loadavg: 2.11 2.00 2.01 6/215 3154
/proc/meminfo: memFree=25503204/32770624 swapFree=67108792/67108860
[pid=3139] ppid=3136 vsize=10661132 memory=1638772 CPUtime=28.61 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3136 3139 1972 0 -1 1077944320 74768 0 0 0 2705 156 0 0 20 0 15 0 92580052 10916999168 409693 33554432000 4194304 4196468 140735240693104 140735240675648 140572271419127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
/proc/3139/statm: 2665283 409693 3178 1 0 2627263 0
[pid=3139/tid=3141] ppid=3136 vsize=10661132 memory=-6497333316599394029 CPUtime=2.29 cores=0,2,4,6
/proc/3139/task/3141/stat : 3141 (java) R 3136 3139 1972 0 -1 4202560 6672 0 0 0 223 6 0 0 20 0 15 0 92580052 10916999168 409693 33554432000 4194304 4196468 140735240693104 140572275657104 140572271431062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3142] ppid=3136 vsize=10661132 memory=4716233785051935113 CPUtime=5.84 cores=0,2,4,6
/proc/3139/task/3142/stat : 3142 (java) S 3136 3139 1972 0 -1 1077944384 7026 0 0 0 548 36 0 0 20 0 15 0 92580053 10916999168 409693 33554432000 4194304 4196468 140735240693104 140572208110352 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3143] ppid=3136 vsize=10661132 memory=7308889644725920084 CPUtime=5.88 cores=0,2,4,6
/proc/3139/task/3143/stat : 3143 (java) S 3136 3139 1972 0 -1 1077944384 7229 0 0 0 551 37 0 0 20 0 15 0 92580053 10916999168 409693 33554432000 4194304 4196468 140735240693104 140572207057808 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3144] ppid=3136 vsize=10661132 memory=-8412652177879177843 CPUtime=5.88 cores=0,2,4,6
/proc/3139/task/3144/stat : 3144 (java) S 3136 3139 1972 0 -1 1077944384 7715 0 0 0 553 35 0 0 20 0 15 0 92580053 10916999168 409693 33554432000 4194304 4196468 140735240693104 140572206005264 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3145] ppid=3136 vsize=10661132 memory=-6520471753822164382 CPUtime=5.92 cores=0,2,4,6
/proc/3139/task/3145/stat : 3145 (java) S 3136 3139 1972 0 -1 1077944384 30834 0 0 0 555 37 0 0 20 0 15 0 92580053 10916999168 409693 33554432000 4194304 4196468 140735240693104 140572204952720 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3146] ppid=3136 vsize=10661132 memory=-8253362762722141311 CPUtime=0.04 cores=0,2,4,6
/proc/3139/task/3146/stat : 3146 (java) S 3136 3139 1972 0 -1 1077944384 6137 0 0 0 4 0 0 0 20 0 15 0 92580054 10916999168 409693 33554432000 4194304 4196468 140735240693104 140571762776048 140572271430274 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3147] ppid=3136 vsize=10661132 memory=9047017150487036575 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3147/stat : 3147 (java) S 3136 3139 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92580055 10916999168 409693 33554432000 4194304 4196468 140735240693104 140571761722272 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3148] ppid=3136 vsize=10661132 memory=8514726395714825349 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3148/stat : 3148 (java) S 3136 3139 1972 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92580055 10916999168 409693 33554432000 4194304 4196468 140735240693104 140571760669680 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3149] ppid=3136 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3149/stat : 3149 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580057 10916999168 409693 33554432000 4194304 4196468 140735240693104 140571759618256 140572271437723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3150] ppid=3136 vsize=10661132 memory=0 CPUtime=1.09 cores=0,2,4,6
/proc/3139/task/3150/stat : 3150 (java) R 3136 3139 1972 0 -1 4202560 2346 0 0 0 109 0 0 0 20 0 15 0 92580057 10916999168 409693 33554432000 4194304 4196468 140735240693104 140571758565872 140572250851200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3151] ppid=3136 vsize=10661132 memory=6944652177228980320 CPUtime=1.17 cores=0,2,4,6
/proc/3139/task/3151/stat : 3151 (java) S 3136 3139 1972 0 -1 1077944384 3173 0 0 0 117 0 0 0 20 0 15 0 92580057 10916999168 409693 33554432000 4194304 4196468 140735240693104 140571757513328 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3152] ppid=3136 vsize=10661132 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/3139/task/3152/stat : 3152 (java) S 3136 3139 1972 0 -1 1077944384 2131 0 0 0 40 0 0 0 20 0 15 0 92580057 10916999168 409693 33554432000 4194304 4196468 140735240693104 140571756460784 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3153] ppid=3136 vsize=10661132 memory=2753 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3153/stat : 3153 (java) S 3136 3139 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92580058 10916999168 409693 33554432000 4194304 4196468 140735240693104 140571755408480 140572271429333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
[pid=3139/tid=3154] ppid=3136 vsize=10661132 memory=6154282490091891024 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3154/stat : 3154 (java) S 3136 3139 1972 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 15 0 92580058 10916999168 409693 33554432000 4194304 4196468 140735240693104 140571754354992 140572271430274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22401024 140735240701084 140735240701193 140735240701193 140735240703951 0
Current children cumulated CPU time: 28.61 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1638772 KiB

Child status: 0
Real time (s): 8.46419
CPU time (s): 28.7266
CPU user time (s): 27.1464
CPU system time (s): 1.58018
CPU usage (%): 339.39
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 1638772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.1464
system time used= 1.58018
maximum resident set size= 1640832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77258
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2578
involuntary context switches= 354


# summary of solver processes directly reported to runsolver:
#   pid: 3139
#   total CPU time (s): 28.7266
#   total CPU user time (s): 27.1464
#   total CPU system time (s): 1.58018

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.080737 second user time and 0.119036 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 05:56:08
IDJOB=4298178
IDBENCH=141080
IDSOLVER=2765
FILE ID=node150/4298178-1532750168
RUNJOBID= node150-1532740162-2004
PBS_JOBID= 21022443
Free space on /tmp= 53100 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-scen-01-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298178-1532750168/watcher-4298178-1532750168 -o /tmp/evaluation-result-4298178-1532750168/solver-4298178-1532750168 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532740162-2004 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298178-1532750168.xml --timelimit 2520

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

MD5SUM BENCH= 4d0af1578eca9c90466c64483cb0ac5f
RANDOM SEED=1260581001

node150.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.76
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.76
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.76
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.76
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:        27128380 kB
MemAvailable:   30917788 kB
Buffers:          195384 kB
Cached:          3832948 kB
SwapCached:           32 kB
Active:          2474420 kB
Inactive:        2625336 kB
Active(anon):    1022724 kB
Inactive(anon):    76192 kB
Active(file):    1451696 kB
Inactive(file):  2549144 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              1492 kB
Writeback:             0 kB
AnonPages:       1007172 kB
Mapped:            54532 kB
Shmem:             25156 kB
Slab:             237124 kB
SReclaimable:     208808 kB
SUnreclaim:        28316 kB
KernelStack:        3808 kB
PageTables:         7464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2052396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    915456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-28 05:56:16