Trace number 4305725

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop both+MapleCOMSPS (2018-07-31)? (TO) 2528.26 948.865

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-14-15_c18.xml
MD5SUMac0b4f561f7e67952eb47b21f0f500f8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints29
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":210}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":210}]
Minimum constraint arity14
Maximum constraint arity15
Distribution of constraint arities[{"arity":14,"count":15},{"arity":15,"count":14}]
Number of extensional constraints29
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":29}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -both -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-28201-serial-file.bin HOME/instance-4305725-1534075953.xml
0.54/0.51	
0.54/0.52	scop both+minisat_release (2018-07-31)
0.66/0.52	(Encoding Process)
0.66/0.52	
0.66/0.54	c BEGIN-Prog: Sun Aug 12 14:12:34 CEST 2018
0.66/0.54	c PID: 28204
0.66/0.54	c IP: 172.20.3.106
0.66/0.54	c HOST: node106.alineos.net
0.66/0.55	c (0,0) Parsing Begin
2.64/1.34	c (0,0) Parsing End
2.64/1.35	c (0,0) CSP: 210 int (0 aux), 0 bool (0 aux), 29 ctr, max domain size 26
2.64/1.35	c (0,0) Heap : 337 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.64/1.35	c (0,0) Constraint Name Generate Begin
2.64/1.36	c (0,0) Ctr:HOME/instance-4305725-1534075953.xml,ExtensionSupport:IntVar
2.64/1.36	c (0,0) Constraint Name Generate End
2.64/1.36	c (0,0) Heap : 337 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.64/1.36	c (0,0) CSP to CSPinCNF Begin
87.61/59.15	c (58,52) translated 3 (10%) constraints
163.46/113.64	c (113,99) translated 6 (20%) constraints
235.19/167.97	c (167,148) translated 9 (30%) constraints
360.25/235.77	c (235,196) translated 12 (40%) constraints
472.81/300.34	c (299,244) translated 15 (50%) constraints
626.67/397.59	c (397,323) translated 18 (60%) constraints
1143.66/569.76	c (569,378) translated 21 (70%) constraints
2520.21/946.83	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.21/946.83	c (scop.sh) Killing background jobs.

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305725-1534075953/watcher-4305725-1534075953 -o /tmp/evaluation-result-4305725-1534075953/solver-4305725-1534075953 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534060601-23198 --watchdog 2580 scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305725-1534075953.xml 

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

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

solver pid=28201, runsolver pid=28198

[startup+0.100141 s]*
/proc/loadavg: 2.27 2.08 2.06 3/222 28218
/proc/meminfo: memFree=20557340/32770624 swapFree=67108688/67108860
[pid=28201] ppid=28198 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/28201/stat : 28201 (scop.sh) S 28198 28201 23167 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225158195 115843072 349 33554432000 4194304 5098028 140733609600512 140733609597768 140203808141948 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 20516864 140733609608257 140733609608455 140733609608455 140733609611213 0
/proc/28201/statm: 28282 349 296 221 0 87 0
[pid=28204] ppid=28201 vsize=15012476 memory=74156 CPUtime=0.11 cores=0,2,4,6
/proc/28204/stat : 28204 (java) S 28201 28201 23167 0 -1 1077944320 6134 0 0 0 9 2 0 0 20 0 15 0 225158195 15372775424 18539 33554432000 4194304 4196468 140723454865424 140723454847968 140353504911095 0 0 2 16800973 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
/proc/28204/statm: 3753119 18539 2767 1 0 3715579 0
[pid=28204/tid=28205] ppid=28201 vsize=15012476 memory=-6222985969016291263 CPUtime=0.09 cores=0,2,4,6
/proc/28204/task/28205/stat : 28205 (java) R 28201 28201 23167 0 -1 4202560 4225 0 0 0 7 2 0 0 20 0 15 0 225158196 15372775424 18539 33554432000 4194304 4196468 140723454865424 140353476723080 140353504924982 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28206] ppid=28201 vsize=15012476 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28206/stat : 28206 (java) S 28201 28201 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225158197 15372775424 18539 33554432000 4194304 4196468 140723454865424 140353509153424 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28207] ppid=28201 vsize=15012476 memory=140179361924736 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28207/stat : 28207 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158197 15372775424 18539 33554432000 4194304 4196468 140723454865424 140353300236816 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28208] ppid=28201 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28208/stat : 28208 (java) S 28201 28201 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225158197 15372775424 18539 33554432000 4194304 4196468 140723454865424 140353299184016 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28209] ppid=28201 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28209/stat : 28209 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158197 15372775424 18539 33554432000 4194304 4196468 140723454865424 140353298131216 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28210] ppid=28201 vsize=15012476 memory=140179361924736 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28210/stat : 28210 (java) S 28201 28201 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225158199 15372775424 18539 33554432000 4194304 4196468 140723454865424 140352475323248 140353504922242 0 0 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28211] ppid=28201 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28211/stat : 28211 (java) S 28201 28201 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225158199 15372775424 18539 33554432000 4194304 4196468 140723454865424 140352082142752 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28212] ppid=28201 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28212/stat : 28212 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158199 15372775424 18539 33554432000 4194304 4196468 140723454865424 140351813707120 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28213] ppid=28201 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28213/stat : 28213 (java) S 28201 28201 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225158202 15372775424 18539 33554432000 4194304 4196468 140723454865424 140351439198544 140353504929691 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28214] ppid=28201 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28214/stat : 28214 (java) S 28201 28201 23167 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 225158202 15372775424 18539 33554432000 4194304 4196468 140723454865424 140352474270064 140353504922242 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28215] ppid=28201 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28215/stat : 28215 (java) S 28201 28201 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225158202 15372775424 18539 33554432000 4194304 4196468 140723454865424 140352473217264 140353504922242 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28216] ppid=28201 vsize=15012476 memory=140179361924736 CPUtime=0.01 cores=0,2,4,6
/proc/28204/task/28216/stat : 28216 (java) S 28201 28201 23167 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 225158202 15372775424 18539 33554432000 4194304 4196468 140723454865424 140352472164464 140353504922242 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28217] ppid=28201 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28217/stat : 28217 (java) S 28201 28201 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225158202 15372775424 18605 33554432000 4194304 4196468 140723454865424 140350941292768 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28218] ppid=28201 vsize=15012476 memory=140179361924736 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28218/stat : 28218 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158202 15372775424 18605 33554432000 4194304 4196468 140723454865424 140352471112880 140353504922242 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 75552 KiB

[startup+0.210644 s]*
/proc/loadavg: 2.27 2.08 2.06 3/222 28218
/proc/meminfo: memFree=20543324/32770624 swapFree=67108688/67108860
[pid=28201] ppid=28198 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/28201/stat : 28201 (scop.sh) S 28198 28201 23167 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225158195 115843072 349 33554432000 4194304 5098028 140733609600512 140733609597768 140203808141948 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 20516864 140733609608257 140733609608455 140733609608455 140733609611213 0
/proc/28201/statm: 28282 349 296 221 0 87 0
[pid=28204] ppid=28201 vsize=15012476 memory=87456 CPUtime=0.26 cores=0,2,4,6
/proc/28204/stat : 28204 (java) S 28201 28201 23167 0 -1 1077944320 9728 0 0 0 22 4 0 0 20 0 15 0 225158195 15372775424 21864 33554432000 4194304 4196468 140723454865424 140723454847968 140353504911095 0 0 2 16800973 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
/proc/28204/statm: 3753119 21864 2883 1 0 3715579 0
[pid=28204/tid=28205] ppid=28201 vsize=15012476 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/28204/task/28205/stat : 28205 (java) R 28201 28201 23167 0 -1 4202560 7633 0 0 0 17 3 0 0 20 0 15 0 225158196 15372775424 21864 33554432000 4194304 4196468 140723454865424 140353476736752 140352972402236 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28206] ppid=28201 vsize=15012476 memory=546 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28206/stat : 28206 (java) S 28201 28201 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225158197 15372775424 21864 33554432000 4194304 4196468 140723454865424 140353509153424 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28207] ppid=28201 vsize=15012476 memory=140179363124406 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28207/stat : 28207 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158197 15372775424 21864 33554432000 4194304 4196468 140723454865424 140353300236816 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28208] ppid=28201 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28208/stat : 28208 (java) S 28201 28201 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225158197 15372775424 21864 33554432000 4194304 4196468 140723454865424 140353299184016 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28209] ppid=28201 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28209/stat : 28209 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158197 15372775424 21864 33554432000 4194304 4196468 140723454865424 140353298131216 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28210] ppid=28201 vsize=15012476 memory=140179361924736 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28210/stat : 28210 (java) S 28201 28201 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225158199 15372775424 21864 33554432000 4194304 4196468 140723454865424 140352475323248 140353504922242 0 0 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28211] ppid=28201 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28211/stat : 28211 (java) S 28201 28201 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225158199 15372775424 21864 33554432000 4194304 4196468 140723454865424 140352082142752 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28212] ppid=28201 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28212/stat : 28212 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158199 15372775424 21864 33554432000 4194304 4196468 140723454865424 140351813707120 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28213] ppid=28201 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28213/stat : 28213 (java) S 28201 28201 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225158202 15372775424 21864 33554432000 4194304 4196468 140723454865424 140351439198544 140353504929691 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28214] ppid=28201 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28214/stat : 28214 (java) S 28201 28201 23167 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 225158202 15372775424 21864 33554432000 4194304 4196468 140723454865424 140352474270064 140353504922242 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28215] ppid=28201 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28215/stat : 28215 (java) S 28201 28201 23167 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 225158202 15372775424 21864 33554432000 4194304 4196468 140723454865424 140352473217264 140353504922242 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28216] ppid=28201 vsize=15012476 memory=140179361924736 CPUtime=0.03 cores=0,2,4,6
/proc/28204/task/28216/stat : 28216 (java) R 28201 28201 23167 0 -1 4202560 301 0 0 0 3 0 0 0 20 0 15 0 225158202 15372775424 21864 33554432000 4194304 4196468 140723454865424 140352472164464 140353484882280 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28217] ppid=28201 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28217/stat : 28217 (java) S 28201 28201 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225158202 15372775424 21864 33554432000 4194304 4196468 140723454865424 140350941292768 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28218] ppid=28201 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28218/stat : 28218 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158202 15372775424 21864 33554432000 4194304 4196468 140723454865424 140352471112880 140353504922242 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 88852 KiB

[startup+0.310618 s]*
/proc/loadavg: 2.27 2.08 2.06 3/222 28218
/proc/meminfo: memFree=20539540/32770624 swapFree=67108688/67108860
[pid=28201] ppid=28198 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/28201/stat : 28201 (scop.sh) S 28198 28201 23167 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225158195 115843072 349 33554432000 4194304 5098028 140733609600512 140733609597768 140203808141948 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 20516864 140733609608257 140733609608455 140733609608455 140733609611213 0
/proc/28201/statm: 28282 349 296 221 0 87 0
[pid=28204] ppid=28201 vsize=15012476 memory=91580 CPUtime=0.43 cores=0,2,4,6
/proc/28204/stat : 28204 (java) S 28201 28201 23167 0 -1 1077944320 10345 0 0 0 39 4 0 0 20 0 15 0 225158195 15372775424 22895 33554432000 4194304 4196468 140723454865424 140723454847968 140353504911095 0 0 2 16800973 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
/proc/28204/statm: 3753119 22895 2985 1 0 3715579 0
[pid=28204/tid=28205] ppid=28201 vsize=15012476 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/28204/task/28205/stat : 28205 (java) R 28201 28201 23167 0 -1 4202560 8066 0 0 0 26 3 0 0 20 0 15 0 225158196 15372775424 22895 33554432000 4194304 4196468 140723454865424 140353476706096 140353486317370 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28206] ppid=28201 vsize=15012476 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28206/stat : 28206 (java) S 28201 28201 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225158197 15372775424 22895 33554432000 4194304 4196468 140723454865424 140353509153424 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28207] ppid=28201 vsize=15012476 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28207/stat : 28207 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158197 15372775424 22895 33554432000 4194304 4196468 140723454865424 140353300236816 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28208] ppid=28201 vsize=15012476 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28208/stat : 28208 (java) S 28201 28201 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225158197 15372775424 22895 33554432000 4194304 4196468 140723454865424 140353299184016 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28209] ppid=28201 vsize=15012476 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28209/stat : 28209 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158197 15372775424 22895 33554432000 4194304 4196468 140723454865424 140353298131216 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28210] ppid=28201 vsize=15012476 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28210/stat : 28210 (java) S 28201 28201 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225158199 15372775424 22895 33554432000 4194304 4196468 140723454865424 140352475323248 140353504922242 0 0 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28211] ppid=28201 vsize=15012476 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28211/stat : 28211 (java) S 28201 28201 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225158199 15372775424 22895 33554432000 4194304 4196468 140723454865424 140352082142752 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28212] ppid=28201 vsize=15012476 memory=-6664436420846797971 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28212/stat : 28212 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158199 15372775424 22895 33554432000 4194304 4196468 140723454865424 140351813707120 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28213] ppid=28201 vsize=15012476 memory=4426078206164241782 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28213/stat : 28213 (java) S 28201 28201 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225158202 15372775424 22895 33554432000 4194304 4196468 140723454865424 140351439198544 140353504929691 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28214] ppid=28201 vsize=15012476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28204/task/28214/stat : 28214 (java) R 28201 28201 23167 0 -1 4202560 476 0 0 0 2 0 0 0 20 0 15 0 225158202 15372775424 22895 33554432000 4194304 4196468 140723454865424 140352474270064 140353484145688 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28215] ppid=28201 vsize=15012476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28204/task/28215/stat : 28215 (java) R 28201 28201 23167 0 -1 1077944384 125 0 0 0 2 0 0 0 20 0 15 0 225158202 15372775424 22895 33554432000 4194304 4196468 140723454865424 140352473217264 140353504922242 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28216] ppid=28201 vsize=15012476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28204/task/28216/stat : 28216 (java) R 28201 28201 23167 0 -1 4202560 346 0 0 0 7 0 0 0 20 0 15 0 225158202 15372775424 22895 33554432000 4194304 4196468 140723454865424 140352472164464 140353484221456 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28217] ppid=28201 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28217/stat : 28217 (java) S 28201 28201 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225158202 15372775424 22895 33554432000 4194304 4196468 140723454865424 140350941292768 140353504921301 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28218] ppid=28201 vsize=15012476 memory=3545238011844304945 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28218/stat : 28218 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158202 15372775424 22895 33554432000 4194304 4196468 140723454865424 140352471112880 140353504922242 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 92976 KiB

[startup+0.700765 s]
/proc/loadavg: 2.27 2.08 2.06 3/222 28218
/proc/meminfo: memFree=20515356/32770624 swapFree=67108688/67108860
[pid=28201] ppid=28198 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/28201/stat : 28201 (scop.sh) S 28198 28201 23167 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225158195 115843072 349 33554432000 4194304 5098028 140733609600512 140733609597768 140203808141948 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 20516864 140733609608257 140733609608455 140733609608455 140733609611213 0
/proc/28201/statm: 28282 349 296 221 0 87 0
[pid=28204] ppid=28201 vsize=15018748 memory=134944 CPUtime=1.01 cores=0,2,4,6
/proc/28204/stat : 28204 (java) S 28201 28201 23167 0 -1 1077944320 17323 0 0 0 95 6 0 0 20 0 15 0 225158195 15379197952 33736 33554432000 4194304 4196468 140723454865424 140723454847968 140353504911095 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
/proc/28204/statm: 3754687 33736 3142 1 0 3716091 0
[pid=28204/tid=28205] ppid=28201 vsize=15018748 memory=2372 CPUtime=0.67 cores=0,2,4,6
/proc/28204/task/28205/stat : 28205 (java) R 28201 28201 23167 0 -1 4202560 14522 0 0 0 62 5 0 0 20 0 15 0 225158196 15379197952 33736 33554432000 4194304 4196468 140723454865424 140353476745136 140353504933021 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28206] ppid=28201 vsize=15018748 memory=116 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28206/stat : 28206 (java) S 28201 28201 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225158197 15379197952 33736 33554432000 4194304 4196468 140723454865424 140353509153424 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28207] ppid=28201 vsize=15018748 memory=12868 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28207/stat : 28207 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158197 15379197952 33736 33554432000 4194304 4196468 140723454865424 140353300236816 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28208] ppid=28201 vsize=15018748 memory=26497 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28208/stat : 28208 (java) S 28201 28201 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225158197 15379197952 33736 33554432000 4194304 4196468 140723454865424 140353299184016 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28209] ppid=28201 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28209/stat : 28209 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158197 15379197952 33736 33554432000 4194304 4196468 140723454865424 140353298131216 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28210] ppid=28201 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28210/stat : 28210 (java) S 28201 28201 23167 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225158199 15379197952 33736 33554432000 4194304 4196468 140723454865424 140352475323248 140353504922242 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28211] ppid=28201 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28211/stat : 28211 (java) S 28201 28201 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225158199 15379197952 33736 33554432000 4194304 4196468 140723454865424 140352082142752 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28212] ppid=28201 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28212/stat : 28212 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158199 15379197952 33736 33554432000 4194304 4196468 140723454865424 140351813707120 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28213] ppid=28201 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28213/stat : 28213 (java) S 28201 28201 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225158202 15379197952 33736 33554432000 4194304 4196468 140723454865424 140351439198544 140353504929691 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28214] ppid=28201 vsize=15018748 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/28204/task/28214/stat : 28214 (java) S 28201 28201 23167 0 -1 1077944384 736 0 0 0 10 0 0 0 20 0 15 0 225158202 15379197952 33736 33554432000 4194304 4196468 140723454865424 140352474270064 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28215] ppid=28201 vsize=15018748 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28204/task/28215/stat : 28215 (java) S 28201 28201 23167 0 -1 1077944384 270 0 0 0 8 0 0 0 20 0 15 0 225158202 15379197952 33736 33554432000 4194304 4196468 140723454865424 140352473217264 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28216] ppid=28201 vsize=15018748 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/28204/task/28216/stat : 28216 (java) S 28201 28201 23167 0 -1 1077944384 460 0 0 0 15 0 0 0 20 0 15 0 225158202 15379197952 33736 33554432000 4194304 4196468 140723454865424 140352472164464 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28217] ppid=28201 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28217/stat : 28217 (java) S 28201 28201 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225158202 15379197952 33736 33554432000 4194304 4196468 140723454865424 140350941292768 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28218] ppid=28201 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28218/stat : 28218 (java) S 28201 28201 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225158202 15379197952 33736 33554432000 4194304 4196468 140723454865424 140352471112880 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15131876 KiB
Current children cumulated memory: 136340 KiB

[startup+1.50141 s]
/proc/loadavg: 2.27 2.08 2.06 5/222 28218
/proc/meminfo: memFree=20388564/32770624 swapFree=67108688/67108860
[pid=28201] ppid=28198 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/28201/stat : 28201 (scop.sh) S 28198 28201 23167 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225158195 115843072 349 33554432000 4194304 5098028 140733609600512 140733609597768 140203808141948 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 20516864 140733609608257 140733609608455 140733609608455 140733609611213 0
/proc/28201/statm: 28282 349 296 221 0 87 0

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


Solver just ended.
Dumping a history of the last processes samples

[startup+947.201 s]
/proc/loadavg: 4.46 4.18 3.21 6/221 28245
/proc/meminfo: memFree=8522716/32770624 swapFree=67108688/67108860
[pid=28204] ppid=28198 vsize=15024968 memory=12076512 CPUtime=2521.78 cores=0,2,4,6
/proc/28204/stat : 28204 (java) S 28198 28201 23167 0 -1 1077944320 310061 0 2 0 251147 1031 0 0 20 0 15 0 225158195 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140723454847968 140353504911095 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
/proc/28204/statm: 3756242 3019128 3247 1 0 3717627 0
[pid=28204/tid=28205] ppid=28198 vsize=15024968 memory=140179210783295 CPUtime=416.46 cores=0,2,4,6
/proc/28204/task/28205/stat : 28205 (java) S 28198 28201 23167 0 -1 1077944384 48773 0 0 0 41593 53 0 0 20 0 15 0 225158196 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353476745136 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28206] ppid=28198 vsize=15024968 memory=1396 CPUtime=521.93 cores=0,2,4,6
/proc/28204/task/28206/stat : 28206 (java) R 28198 28201 23167 0 -1 4202560 31957 0 0 0 51959 234 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353509153624 140353489365852 0 4 2 25189581 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28207] ppid=28198 vsize=15024968 memory=12076512 CPUtime=522.49 cores=0,2,4,6
/proc/28204/task/28207/stat : 28207 (java) R 28198 28201 23167 0 -1 4202560 29796 0 0 0 52010 239 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353300236704 140353486508106 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28208] ppid=28198 vsize=15024968 memory=868 CPUtime=523.05 cores=0,2,4,6
/proc/28204/task/28208/stat : 28208 (java) R 28198 28201 23167 0 -1 4202560 35660 0 1 0 52058 247 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353299184216 140353489608847 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28209] ppid=28198 vsize=15024968 memory=1808 CPUtime=523.11 cores=0,2,4,6
/proc/28204/task/28209/stat : 28209 (java) R 28198 28201 23167 0 -1 4202560 32307 0 1 0 52078 233 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353298131416 140353486507643 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28210] ppid=28198 vsize=15024968 memory=1620 CPUtime=3.99 cores=0,2,4,6
/proc/28204/task/28210/stat : 28210 (java) S 28198 28201 23167 0 -1 1077944384 84878 0 0 0 394 5 0 0 20 0 15 0 225158199 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352475321568 140353504921301 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28211] ppid=28198 vsize=15024968 memory=3316 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28211/stat : 28211 (java) S 28198 28201 23167 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 225158199 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352082142816 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28212] ppid=28198 vsize=15024968 memory=15768 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28212/stat : 28212 (java) S 28198 28201 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225158199 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140351813707136 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28213] ppid=28198 vsize=15024968 memory=34620 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28213/stat : 28213 (java) S 28198 28201 23167 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140351439198192 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28214] ppid=28198 vsize=15024968 memory=12076492 CPUtime=4.13 cores=0,2,4,6
/proc/28204/task/28214/stat : 28214 (java) S 28198 28201 23167 0 -1 1077944384 13822 0 0 0 411 2 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352474270064 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28215] ppid=28198 vsize=15024968 memory=2336 CPUtime=4.74 cores=0,2,4,6
/proc/28204/task/28215/stat : 28215 (java) S 28198 28201 23167 0 -1 1077944384 13617 0 0 0 472 2 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352473217264 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28216] ppid=28198 vsize=15024968 memory=1752 CPUtime=1.07 cores=0,2,4,6
/proc/28204/task/28216/stat : 28216 (java) S 28198 28201 23167 0 -1 1077944384 17145 0 0 0 105 2 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352472164464 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28217] ppid=28198 vsize=15024968 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28217/stat : 28217 (java) S 28198 28201 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140350941292768 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28218] ppid=28198 vsize=15024968 memory=924 CPUtime=0.7 cores=0,2,4,6
/proc/28204/task/28218/stat : 28218 (java) S 28198 28201 23167 0 -1 1077944384 766 0 0 0 36 34 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352471112880 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
Current cumulated CPU time of completed processes: 0.003672 s
Current children cumulated CPU time: 2521.78 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12076512 KiB

[startup+948.001 s]*
/proc/loadavg: 4.46 4.18 3.21 6/221 28245
/proc/meminfo: memFree=8522484/32770624 swapFree=67108688/67108860
[pid=28204] ppid=28198 vsize=15024968 memory=12076512 CPUtime=2525.01 cores=0,2,4,6
/proc/28204/stat : 28204 (java) S 28198 28201 23167 0 -1 1077944320 310061 0 2 0 251470 1031 0 0 20 0 15 0 225158195 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140723454847968 140353504911095 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
/proc/28204/statm: 3756242 3019128 3247 1 0 3717627 0
[pid=28204/tid=28205] ppid=28198 vsize=15024968 memory=1398720917958146503 CPUtime=416.46 cores=0,2,4,6
/proc/28204/task/28205/stat : 28205 (java) S 28198 28201 23167 0 -1 1077944384 48773 0 0 0 41593 53 0 0 20 0 15 0 225158196 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353476745136 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28206] ppid=28198 vsize=15024968 memory=4108 CPUtime=522.74 cores=0,2,4,6
/proc/28204/task/28206/stat : 28206 (java) R 28198 28201 23167 0 -1 4202560 31957 0 0 0 52040 234 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353509153624 140353489608870 0 4 2 25189581 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28207] ppid=28198 vsize=15024968 memory=1168 CPUtime=523.29 cores=0,2,4,6
/proc/28204/task/28207/stat : 28207 (java) R 28198 28201 23167 0 -1 4202560 29796 0 0 0 52090 239 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353300236704 140353486508106 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28208] ppid=28198 vsize=15024968 memory=12076496 CPUtime=523.86 cores=0,2,4,6
/proc/28204/task/28208/stat : 28208 (java) R 28198 28201 23167 0 -1 4202560 35660 0 1 0 52139 247 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353299184216 140353489608734 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28209] ppid=28198 vsize=15024968 memory=4872558044660077418 CPUtime=523.92 cores=0,2,4,6
/proc/28204/task/28209/stat : 28209 (java) R 28198 28201 23167 0 -1 4202560 32307 0 1 0 52159 233 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353298131416 140353486507518 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28210] ppid=28198 vsize=15024968 memory=868 CPUtime=3.99 cores=0,2,4,6
/proc/28204/task/28210/stat : 28210 (java) S 28198 28201 23167 0 -1 1077944384 84878 0 0 0 394 5 0 0 20 0 15 0 225158199 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352475321568 140353504921301 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28211] ppid=28198 vsize=15024968 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28211/stat : 28211 (java) S 28198 28201 23167 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 225158199 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352082142816 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28212] ppid=28198 vsize=15024968 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28212/stat : 28212 (java) S 28198 28201 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225158199 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140351813707136 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28213] ppid=28198 vsize=15024968 memory=748 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28213/stat : 28213 (java) S 28198 28201 23167 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140351439198192 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28214] ppid=28198 vsize=15024968 memory=1220 CPUtime=4.13 cores=0,2,4,6
/proc/28204/task/28214/stat : 28214 (java) S 28198 28201 23167 0 -1 1077944384 13822 0 0 0 411 2 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352474270064 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28215] ppid=28198 vsize=15024968 memory=6580 CPUtime=4.74 cores=0,2,4,6
/proc/28204/task/28215/stat : 28215 (java) S 28198 28201 23167 0 -1 1077944384 13617 0 0 0 472 2 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352473217264 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28216] ppid=28198 vsize=15024968 memory=6791534058613427641 CPUtime=1.07 cores=0,2,4,6
/proc/28204/task/28216/stat : 28216 (java) S 28198 28201 23167 0 -1 1077944384 17145 0 0 0 105 2 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352472164464 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28217] ppid=28198 vsize=15024968 memory=1924 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28217/stat : 28217 (java) S 28198 28201 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140350941292768 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28218] ppid=28198 vsize=15024968 memory=7284 CPUtime=0.7 cores=0,2,4,6
/proc/28204/task/28218/stat : 28218 (java) S 28198 28201 23167 0 -1 1077944384 766 0 0 0 36 34 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352471112880 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
Current cumulated CPU time of completed processes: 0.003672 s
Current children cumulated CPU time: 2525.01 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12076512 KiB

[startup+948.401 s]
/proc/loadavg: 4.46 4.18 3.21 6/221 28245
/proc/meminfo: memFree=8522484/32770624 swapFree=67108688/67108860
[pid=28204] ppid=28198 vsize=15024968 memory=12076512 CPUtime=2526.56 cores=0,2,4,6
/proc/28204/stat : 28204 (java) S 28198 28201 23167 0 -1 1077944320 310069 0 2 0 251625 1031 0 0 20 0 15 0 225158195 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140723454847968 140353504911095 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
/proc/28204/statm: 3756242 3019128 3247 1 0 3717627 0
[pid=28204/tid=28205] ppid=28198 vsize=15024968 memory=4872558044660077418 CPUtime=416.46 cores=0,2,4,6
/proc/28204/task/28205/stat : 28205 (java) S 28198 28201 23167 0 -1 1077944384 48773 0 0 0 41593 53 0 0 20 0 15 0 225158196 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353476745136 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28206] ppid=28198 vsize=15024968 memory=924 CPUtime=523.13 cores=0,2,4,6
/proc/28204/task/28206/stat : 28206 (java) R 28198 28201 23167 0 -1 4202560 31957 0 0 0 52079 234 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353509153624 140353486507610 0 4 2 25189581 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28207] ppid=28198 vsize=15024968 memory=1168 CPUtime=523.68 cores=0,2,4,6
/proc/28204/task/28207/stat : 28207 (java) R 28198 28201 23167 0 -1 4202560 29796 0 0 0 52129 239 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353300236704 140353486507536 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28208] ppid=28198 vsize=15024968 memory=2336 CPUtime=524.25 cores=0,2,4,6
/proc/28204/task/28208/stat : 28208 (java) R 28198 28201 23167 0 -1 4202560 35660 0 1 0 52178 247 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353299184216 140353486507614 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28209] ppid=28198 vsize=15024968 memory=1572 CPUtime=524.31 cores=0,2,4,6
/proc/28204/task/28209/stat : 28209 (java) R 28198 28201 23167 0 -1 4202560 32307 0 1 0 52198 233 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353298131416 140353486507052 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28210] ppid=28198 vsize=15024968 memory=924 CPUtime=3.99 cores=0,2,4,6
/proc/28204/task/28210/stat : 28210 (java) S 28198 28201 23167 0 -1 1077944384 84878 0 0 0 394 5 0 0 20 0 15 0 225158199 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352475321568 140353504921301 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28211] ppid=28198 vsize=15024968 memory=2192 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28211/stat : 28211 (java) S 28198 28201 23167 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 225158199 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352082142816 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28212] ppid=28198 vsize=15024968 memory=3980 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28212/stat : 28212 (java) S 28198 28201 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225158199 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140351813707136 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28213] ppid=28198 vsize=15024968 memory=1924 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28213/stat : 28213 (java) S 28198 28201 23167 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140351439198192 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28214] ppid=28198 vsize=15024968 memory=496 CPUtime=4.13 cores=0,2,4,6
/proc/28204/task/28214/stat : 28214 (java) S 28198 28201 23167 0 -1 1077944384 13822 0 0 0 411 2 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352474270064 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28215] ppid=28198 vsize=15024968 memory=924 CPUtime=4.74 cores=0,2,4,6
/proc/28204/task/28215/stat : 28215 (java) S 28198 28201 23167 0 -1 1077944384 13617 0 0 0 472 2 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352473217264 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28216] ppid=28198 vsize=15024968 memory=1168 CPUtime=1.07 cores=0,2,4,6
/proc/28204/task/28216/stat : 28216 (java) S 28198 28201 23167 0 -1 1077944384 17145 0 0 0 105 2 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352472164464 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28217] ppid=28198 vsize=15024968 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28217/stat : 28217 (java) S 28198 28201 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140350941292768 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28218] ppid=28198 vsize=15024968 memory=1572 CPUtime=0.7 cores=0,2,4,6
/proc/28204/task/28218/stat : 28218 (java) S 28198 28201 23167 0 -1 1077944384 774 0 0 0 36 34 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352471112880 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
Current cumulated CPU time of completed processes: 0.003672 s
Current children cumulated CPU time: 2526.56 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12076512 KiB

[startup+948.801 s]
/proc/loadavg: 4.46 4.18 3.21 6/221 28245
/proc/meminfo: memFree=8522484/32770624 swapFree=67108688/67108860
[pid=28204] ppid=28198 vsize=15024968 memory=12076512 CPUtime=2528.16 cores=0,2,4,6
/proc/28204/stat : 28204 (java) S 28198 28201 23167 0 -1 1077944320 310069 0 2 0 251785 1031 0 0 20 0 15 0 225158195 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140723454847968 140353504911095 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
/proc/28204/statm: 3756242 3019128 3247 1 0 3717627 0
[pid=28204/tid=28205] ppid=28198 vsize=15024968 memory=1620 CPUtime=416.46 cores=0,2,4,6
/proc/28204/task/28205/stat : 28205 (java) S 28198 28201 23167 0 -1 1077944384 48773 0 0 0 41593 53 0 0 20 0 15 0 225158196 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353476745136 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28206] ppid=28198 vsize=15024968 memory=1396 CPUtime=523.53 cores=0,2,4,6
/proc/28204/task/28206/stat : 28206 (java) R 28198 28201 23167 0 -1 4202560 31957 0 0 0 52119 234 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353509153624 140353489896391 0 4 2 25189581 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28207] ppid=28198 vsize=15024968 memory=12076512 CPUtime=524.08 cores=0,2,4,6
/proc/28204/task/28207/stat : 28207 (java) R 28198 28201 23167 0 -1 4202560 29796 0 0 0 52169 239 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353300236704 140353486507587 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28208] ppid=28198 vsize=15024968 memory=2336 CPUtime=524.65 cores=0,2,4,6
/proc/28204/task/28208/stat : 28208 (java) R 28198 28201 23167 0 -1 4202560 35660 0 1 0 52218 247 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353299184216 140353486507622 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28209] ppid=28198 vsize=15024968 memory=4872558044660077418 CPUtime=524.71 cores=0,2,4,6
/proc/28204/task/28209/stat : 28209 (java) R 28198 28201 23167 0 -1 4202560 32307 0 1 0 52238 233 0 0 20 0 15 0 225158197 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140353298131416 140353489896391 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28210] ppid=28198 vsize=15024968 memory=6580 CPUtime=3.99 cores=0,2,4,6
/proc/28204/task/28210/stat : 28210 (java) S 28198 28201 23167 0 -1 1077944384 84878 0 0 0 394 5 0 0 20 0 15 0 225158199 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352475321568 140353504921301 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28211] ppid=28198 vsize=15024968 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28211/stat : 28211 (java) S 28198 28201 23167 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 225158199 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352082142816 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28212] ppid=28198 vsize=15024968 memory=4452 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28212/stat : 28212 (java) S 28198 28201 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225158199 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140351813707136 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28213] ppid=28198 vsize=15024968 memory=12076512 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28213/stat : 28213 (java) S 28198 28201 23167 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140351439198192 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28214] ppid=28198 vsize=15024968 memory=12076492 CPUtime=4.13 cores=0,2,4,6
/proc/28204/task/28214/stat : 28214 (java) S 28198 28201 23167 0 -1 1077944384 13822 0 0 0 411 2 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352474270064 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28215] ppid=28198 vsize=15024968 memory=12076492 CPUtime=4.74 cores=0,2,4,6
/proc/28204/task/28215/stat : 28215 (java) S 28198 28201 23167 0 -1 1077944384 13617 0 0 0 472 2 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352473217264 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28216] ppid=28198 vsize=15024968 memory=4452 CPUtime=1.07 cores=0,2,4,6
/proc/28204/task/28216/stat : 28216 (java) S 28198 28201 23167 0 -1 1077944384 17145 0 0 0 105 2 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352472164464 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28217] ppid=28198 vsize=15024968 memory=12668 CPUtime=0 cores=0,2,4,6
/proc/28204/task/28217/stat : 28217 (java) S 28198 28201 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140350941292768 140353504921301 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
[pid=28204/tid=28218] ppid=28198 vsize=15024968 memory=1072 CPUtime=0.7 cores=0,2,4,6
/proc/28204/task/28218/stat : 28218 (java) S 28198 28201 23167 0 -1 1077944384 774 0 0 0 36 34 0 0 20 0 15 0 225158202 15385567232 3019128 33554432000 4194304 4196468 140723454865424 140352471112880 140353504922242 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 24616960 140723454874631 140723454874929 140723454874929 140723454877647 0
Current cumulated CPU time of completed processes: 0.003672 s
Current children cumulated CPU time: 2528.16 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12076512 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 948.865
CPU time (s): 2528.26
CPU user time (s): 2517.89
CPU system time (s): 10.3701
CPU usage (%): 266.451
Max. virtual memory (cumulated for all children) (KiB): 15138096
Max. memory (cumulated for all children) (KiB): 12077908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.89
system time used= 10.3701
maximum resident set size= 12076684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311183
page faults= 2
swaps= 0
block input operations= 464
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36079
involuntary context switches= 22725


# summary of solver processes directly reported to runsolver:
#   pid: 28201,28204
#   total CPU time (s): 2528.26
#   total CPU user time (s): 2517.89
#   total CPU system time (s): 10.3701

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.36227 second user time and 9.11695 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-12 14:12:33
IDJOB=4305725
IDBENCH=141438
IDSOLVER=2783
FILE ID=node106/4305725-1534075953
RUNJOBID= node106-1534060601-23198
PBS_JOBID= 21036975
Free space on /tmp= 39896 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-14-15_c18.xml
COMMAND LINE= scop.sh 11g scop.jar -both minisat_release default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305725-1534075953/watcher-4305725-1534075953 -o /tmp/evaluation-result-4305725-1534075953/solver-4305725-1534075953 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534060601-23198 --watchdog 2580  scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305725-1534075953.xml

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

MD5SUM BENCH= ac0b4f561f7e67952eb47b21f0f500f8
RANDOM SEED=1671962916

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        20619088 kB
MemAvailable:   31733208 kB
Buffers:          130792 kB
Cached:         11134148 kB
SwapCached:            0 kB
Active:          5696216 kB
Inactive:        5794988 kB
Active(anon):     173568 kB
Inactive(anon):   105368 kB
Active(file):    5522648 kB
Inactive(file):  5689620 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              9512 kB
Writeback:             0 kB
AnonPages:        233364 kB
Mapped:            63640 kB
Shmem:             49632 kB
Slab:             358912 kB
SReclaimable:     330312 kB
SUnreclaim:        28600 kB
KernelStack:        3632 kB
PageTables:         6092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5882128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39888 MiB
End job on node106 at 2018-08-12 14:28:22