Trace number 4387966

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
Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)? (TO) 2528.11 1191.95

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-si6-m4D/
Subisomorphism-si6-m4Dr2-m1296-05.xml
MD5SUM3130b580259b5cb9fe6f555a4358f6cc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.886751
Satisfiable
(Un)Satisfiability was proved
Number of variables777
Number of constraints2559
Number of domains1
Minimum domain size1296
Maximum domain size1296
Distribution of domain sizes[{"size":1296,"count":777}]
Minimum variable degree2
Maximum variable degree12
Distribution of variable degrees[{"degree":2,"count":29},{"degree":3,"count":78},{"degree":4,"count":92},{"degree":6,"count":92},{"degree":7,"count":115},{"degree":8,"count":149},{"degree":9,"count":139},{"degree":10,"count":60},{"degree":11,"count":21},{"degree":12,"count":2}]
Minimum constraint arity1
Maximum constraint arity777
Distribution of constraint arities[{"arity":1,"count":578},{"arity":2,"count":1980},{"arity":777,"count":1}]
Number of extensional constraints2558
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2558},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/cryptominisat5 -solverOption default -tmp HOME -serialFile HOME/scop-3404-serial-file.bin HOME/instance-4387966-1568292619.xml
0.66/0.52	
0.66/0.52	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
0.66/0.52	
0.66/0.54	c BEGIN-Prog: Thu Sep 12 14:49:39 CEST 2019
0.66/0.54	c PID: 3407
0.66/0.54	c IP: 172.20.3.146
0.66/0.54	c HOST: node146.alineos.net
0.66/0.55	c (0,0) Parsing Begin
3.18/1.44	c (0,0) Parsing End
3.18/1.45	c (0,0) CSP: 777 int (0 aux), 0 bool (0 aux), 2559 ctr, max domain size 1296
3.18/1.45	c (0,0) Heap : 337 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.18/1.45	c (0,0) Constraint Name Generate Begin
3.18/1.47	c (0,0) Ctr:HOME/instance-4387966-1568292619.xml,AllDifferent:ExtensionConflict:ExtensionSupport:Var
3.18/1.47	c (0,0) Constraint Name Generate End
3.18/1.47	c (0,0) Heap : 337 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.18/1.47	c (0,0) CSP to CSPinCNF Begin
308.74/271.56	c (271,262) translated 256 (10%) constraints
593.47/535.46	c (534,519) translated 512 (20%) constraints
2520.32/1189.91	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.32/1189.91	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 (15065 MiB free)
  memory of node 1: 16384 MiB (15676 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387966-1568292619/watcher-4387966-1568292619 -o /tmp/evaluation-result-4387966-1568292619/solver-4387966-1568292619 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568286001-1043 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387966-1568292619.xml 

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

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

solver pid=3404, runsolver pid=3401

[startup+0.100876 s]*
/proc/loadavg: 2.27 2.20 2.11 4/234 3421
/proc/meminfo: memFree=31418884/32770624 swapFree=66999584/67108860
[pid=3404] ppid=3401 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/3404/stat : 3404 (scop.sh) S 3401 3404 31842 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 405175894 115843072 348 33554432000 4194304 5098028 140721394626240 140721394623496 139964125147772 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25849856 140721394627427 140721394627696 140721394627696 140721394630605 0
/proc/3404/statm: 28282 348 296 221 0 87 0
[pid=3407] ppid=3404 vsize=15012696 memory=74248 CPUtime=0.11 cores=1,3,5,7
/proc/3407/stat : 3407 (java) S 3404 3404 31842 0 -1 1077944320 6824 0 0 0 9 2 0 0 20 0 15 0 405175894 15373000704 18562 33554432000 4194304 4196468 140723160617632 140723160600176 140135478443767 0 0 2 16800973 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
/proc/3407/statm: 3753174 18562 2939 1 0 3715579 0
[pid=3407/tid=3408] ppid=3404 vsize=15012696 memory=-7812800577974661515 CPUtime=0.09 cores=1,3,5,7
/proc/3407/task/3408/stat : 3408 (java) R 3404 3404 31842 0 -1 4202560 4639 0 0 0 7 2 0 0 20 0 15 0 405175894 15373000704 18628 33554432000 4194304 4196468 140723160617632 140135450237672 140135478455702 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3409] ppid=3404 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3409/stat : 3409 (java) S 3404 3404 31842 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405175896 15373000704 18628 33554432000 4194304 4196468 140723160617632 140135482685712 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3410] ppid=3404 vsize=15012696 memory=140250044982912 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3410/stat : 3410 (java) S 3404 3404 31842 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405175896 15373000704 18628 33554432000 4194304 4196468 140723160617632 140135258388880 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3411] ppid=3404 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3411/stat : 3411 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175896 15373000704 18628 33554432000 4194304 4196468 140723160617632 140135257336336 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3412] ppid=3404 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3412/stat : 3412 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175896 15373000704 18628 33554432000 4194304 4196468 140723160617632 140135256283792 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3413] ppid=3404 vsize=15012696 memory=140250044982912 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3413/stat : 3413 (java) S 3404 3404 31842 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405175897 15373000704 18628 33554432000 4194304 4196468 140723160617632 140134448097776 140135478454914 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3414] ppid=3404 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3414/stat : 3414 (java) S 3404 3404 31842 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405175898 15373000704 18628 33554432000 4194304 4196468 140723160617632 140134045443488 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3415] ppid=3404 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3415/stat : 3415 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175898 15373000704 18628 33554432000 4194304 4196468 140723160617632 140133777008112 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3416] ppid=3404 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3416/stat : 3416 (java) S 3404 3404 31842 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405175900 15373000704 18628 33554432000 4194304 4196468 140723160617632 140133402499792 140135478462363 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3417] ppid=3404 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3417/stat : 3417 (java) S 3404 3404 31842 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 405175900 15373000704 18628 33554432000 4194304 4196468 140723160617632 140134447044592 140135478454914 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3418] ppid=3404 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3418/stat : 3418 (java) S 3404 3404 31842 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 405175900 15373000704 18628 33554432000 4194304 4196468 140723160617632 140134445992048 140135478454914 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3419] ppid=3404 vsize=15012696 memory=140250044982912 CPUtime=0.01 cores=1,3,5,7
/proc/3407/task/3419/stat : 3419 (java) R 3404 3404 31842 0 -1 4202560 439 0 0 0 1 0 0 0 20 0 15 0 405175900 15373000704 18628 33554432000 4194304 4196468 140723160617632 140134444936184 140135464370273 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3420] ppid=3404 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3420/stat : 3420 (java) S 3404 3404 31842 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405175900 15373000704 18628 33554432000 4194304 4196468 140723160617632 140132904594016 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3421] ppid=3404 vsize=15012696 memory=140250044982912 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3421/stat : 3421 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175901 15373000704 18628 33554432000 4194304 4196468 140723160617632 140134443887408 140135478454914 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 75640 KiB

[startup+0.210881 s]*
/proc/loadavg: 2.27 2.20 2.11 3/234 3421
/proc/meminfo: memFree=31400172/32770624 swapFree=66999584/67108860
[pid=3404] ppid=3401 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/3404/stat : 3404 (scop.sh) S 3401 3404 31842 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 405175894 115843072 348 33554432000 4194304 5098028 140721394626240 140721394623496 139964125147772 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25849856 140721394627427 140721394627696 140721394627696 140721394630605 0
/proc/3404/statm: 28282 348 296 221 0 87 0
[pid=3407] ppid=3404 vsize=15012696 memory=89352 CPUtime=0.26 cores=1,3,5,7
/proc/3407/stat : 3407 (java) S 3404 3404 31842 0 -1 1077944320 11866 0 0 0 22 4 0 0 20 0 15 0 405175894 15373000704 22338 33554432000 4194304 4196468 140723160617632 140723160600176 140135478443767 0 0 2 16800973 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
/proc/3407/statm: 3753174 22338 2974 1 0 3715579 0
[pid=3407/tid=3408] ppid=3404 vsize=15012696 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/3407/task/3408/stat : 3408 (java) R 3404 3404 31842 0 -1 4202560 9612 0 0 0 16 3 0 0 20 0 15 0 405175894 15373000704 22338 33554432000 4194304 4196468 140723160617632 140135450266304 140135478455702 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3409] ppid=3404 vsize=15012696 memory=539 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3409/stat : 3409 (java) S 3404 3404 31842 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405175896 15373000704 22338 33554432000 4194304 4196468 140723160617632 140135482685712 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3410] ppid=3404 vsize=15012696 memory=140250045007238 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3410/stat : 3410 (java) S 3404 3404 31842 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405175896 15373000704 22338 33554432000 4194304 4196468 140723160617632 140135258388880 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3411] ppid=3404 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3411/stat : 3411 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175896 15373000704 22338 33554432000 4194304 4196468 140723160617632 140135257336336 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3412] ppid=3404 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3412/stat : 3412 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175896 15373000704 22338 33554432000 4194304 4196468 140723160617632 140135256283792 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3413] ppid=3404 vsize=15012696 memory=140250044982912 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3413/stat : 3413 (java) S 3404 3404 31842 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405175897 15373000704 22338 33554432000 4194304 4196468 140723160617632 140134448097776 140135478454914 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3414] ppid=3404 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3414/stat : 3414 (java) S 3404 3404 31842 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405175898 15373000704 22338 33554432000 4194304 4196468 140723160617632 140134045443488 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3415] ppid=3404 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3415/stat : 3415 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175898 15373000704 22338 33554432000 4194304 4196468 140723160617632 140133777008112 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3416] ppid=3404 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3416/stat : 3416 (java) S 3404 3404 31842 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405175900 15373000704 22338 33554432000 4194304 4196468 140723160617632 140133402499792 140135478462363 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3417] ppid=3404 vsize=15012696 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3407/task/3417/stat : 3417 (java) S 3404 3404 31842 0 -1 1077944384 331 0 0 0 1 0 0 0 20 0 15 0 405175900 15373000704 22338 33554432000 4194304 4196468 140723160617632 140134447044592 140135478454914 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3418] ppid=3404 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3418/stat : 3418 (java) S 3404 3404 31842 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 405175900 15373000704 22338 33554432000 4194304 4196468 140723160617632 140134445992048 140135478454914 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3419] ppid=3404 vsize=15012696 memory=140250044982912 CPUtime=0.03 cores=1,3,5,7
/proc/3407/task/3419/stat : 3419 (java) S 3404 3404 31842 0 -1 1077944384 447 0 0 0 3 0 0 0 20 0 15 0 405175900 15373000704 22338 33554432000 4194304 4196468 140723160617632 140134444939504 140135478454914 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3420] ppid=3404 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3420/stat : 3420 (java) S 3404 3404 31842 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405175900 15373000704 22338 33554432000 4194304 4196468 140723160617632 140132904594016 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3421] ppid=3404 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3421/stat : 3421 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175901 15373000704 22338 33554432000 4194304 4196468 140723160617632 140134443887408 140135478454914 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 90744 KiB

[startup+0.310673 s]*
/proc/loadavg: 2.27 2.20 2.11 3/234 3421
/proc/meminfo: memFree=31397628/32770624 swapFree=66999584/67108860
[pid=3404] ppid=3401 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/3404/stat : 3404 (scop.sh) S 3401 3404 31842 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 405175894 115843072 348 33554432000 4194304 5098028 140721394626240 140721394623496 139964125147772 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25849856 140721394627427 140721394627696 140721394627696 140721394630605 0
/proc/3404/statm: 28282 348 296 221 0 87 0
[pid=3407] ppid=3404 vsize=15012696 memory=92700 CPUtime=0.43 cores=1,3,5,7
/proc/3407/stat : 3407 (java) S 3404 3404 31842 0 -1 1077944320 12719 0 0 0 39 4 0 0 20 0 15 0 405175894 15373000704 23175 33554432000 4194304 4196468 140723160617632 140723160600176 140135478443767 0 0 2 16800973 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
/proc/3407/statm: 3753174 23175 3026 1 0 3715579 0
[pid=3407/tid=3408] ppid=3404 vsize=15012696 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/3407/task/3408/stat : 3408 (java) R 3404 3404 31842 0 -1 4202560 10285 0 0 0 26 4 0 0 20 0 15 0 405175894 15373000704 23175 33554432000 4194304 4196468 140723160617632 140135450226784 140135458718959 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3409] ppid=3404 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3409/stat : 3409 (java) S 3404 3404 31842 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405175896 15373000704 23175 33554432000 4194304 4196468 140723160617632 140135482685712 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3410] ppid=3404 vsize=15012696 memory=-2893623298589923098 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3410/stat : 3410 (java) S 3404 3404 31842 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405175896 15373000704 23175 33554432000 4194304 4196468 140723160617632 140135258388880 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3411] ppid=3404 vsize=15012696 memory=4206186544037388384 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3411/stat : 3411 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175896 15373000704 23175 33554432000 4194304 4196468 140723160617632 140135257336336 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3412] ppid=3404 vsize=15012696 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3412/stat : 3412 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175896 15373000704 23175 33554432000 4194304 4196468 140723160617632 140135256283792 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3413] ppid=3404 vsize=15012696 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3413/stat : 3413 (java) S 3404 3404 31842 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405175897 15373000704 23175 33554432000 4194304 4196468 140723160617632 140134448097776 140135478454914 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3414] ppid=3404 vsize=15012696 memory=-6948055166404804227 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3414/stat : 3414 (java) S 3404 3404 31842 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405175898 15373000704 23175 33554432000 4194304 4196468 140723160617632 140134045443488 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3415] ppid=3404 vsize=15012696 memory=7305771399815852694 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3415/stat : 3415 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175898 15373000704 23175 33554432000 4194304 4196468 140723160617632 140133777008112 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3416] ppid=3404 vsize=15012696 memory=-8990763340995141536 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3416/stat : 3416 (java) S 3404 3404 31842 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405175900 15373000704 23175 33554432000 4194304 4196468 140723160617632 140133402499792 140135478462363 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3417] ppid=3404 vsize=15012696 memory=7893295687695688722 CPUtime=0.03 cores=1,3,5,7
/proc/3407/task/3417/stat : 3417 (java) S 3404 3404 31842 0 -1 1077944384 394 0 0 0 3 0 0 0 20 0 15 0 405175900 15373000704 23175 33554432000 4194304 4196468 140723160617632 140134447044592 140135478454914 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3418] ppid=3404 vsize=15012696 memory=3054156605368930971 CPUtime=0.02 cores=1,3,5,7
/proc/3407/task/3418/stat : 3418 (java) S 3404 3404 31842 0 -1 1077944384 243 0 0 0 2 0 0 0 20 0 15 0 405175900 15373000704 23175 33554432000 4194304 4196468 140723160617632 140134445992048 140135478454914 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3419] ppid=3404 vsize=15012696 memory=8189418370900398939 CPUtime=0.07 cores=1,3,5,7
/proc/3407/task/3419/stat : 3419 (java) S 3404 3404 31842 0 -1 1077944384 466 0 0 0 7 0 0 0 20 0 15 0 405175900 15373000704 23175 33554432000 4194304 4196468 140723160617632 140134444939504 140135478454914 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3420] ppid=3404 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3420/stat : 3420 (java) S 3404 3404 31842 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405175900 15373000704 23175 33554432000 4194304 4196468 140723160617632 140132904594016 140135478453973 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3421] ppid=3404 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3421/stat : 3421 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175901 15373000704 23175 33554432000 4194304 4196468 140723160617632 140134443887408 140135478454914 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 94092 KiB

[startup+0.701267 s]
/proc/loadavg: 2.27 2.20 2.11 4/234 3421
/proc/meminfo: memFree=31376284/32770624 swapFree=66999584/67108860
[pid=3404] ppid=3401 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/3404/stat : 3404 (scop.sh) S 3401 3404 31842 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 405175894 115843072 348 33554432000 4194304 5098028 140721394626240 140721394623496 139964125147772 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25849856 140721394627427 140721394627696 140721394627696 140721394630605 0
/proc/3404/statm: 28282 348 296 221 0 87 0
[pid=3407] ppid=3404 vsize=15018968 memory=131956 CPUtime=1.04 cores=1,3,5,7
/proc/3407/stat : 3407 (java) S 3404 3404 31842 0 -1 1077944320 19682 0 0 0 98 6 0 0 20 0 15 0 405175894 15379423232 32989 33554432000 4194304 4196468 140723160617632 140723160600176 140135478443767 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
/proc/3407/statm: 3754742 32989 3185 1 0 3716091 0
[pid=3407/tid=3408] ppid=3404 vsize=15018968 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/3407/task/3408/stat : 3408 (java) R 3404 3404 31842 0 -1 4202560 16677 0 0 0 62 5 0 0 20 0 15 0 405175894 15379423232 32989 33554432000 4194304 4196468 140723160617632 140135450282208 140134934742112 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3409] ppid=3404 vsize=15018968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3409/stat : 3409 (java) S 3404 3404 31842 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405175896 15379423232 32989 33554432000 4194304 4196468 140723160617632 140135482685712 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3410] ppid=3404 vsize=15018968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3410/stat : 3410 (java) S 3404 3404 31842 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405175896 15379423232 32989 33554432000 4194304 4196468 140723160617632 140135258388880 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3411] ppid=3404 vsize=15018968 memory=1294 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3411/stat : 3411 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175896 15379423232 32989 33554432000 4194304 4196468 140723160617632 140135257336336 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3412] ppid=3404 vsize=15018968 memory=293044755 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3412/stat : 3412 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175896 15379423232 32989 33554432000 4194304 4196468 140723160617632 140135256283792 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3413] ppid=3404 vsize=15018968 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3413/stat : 3413 (java) S 3404 3404 31842 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 405175897 15379423232 32989 33554432000 4194304 4196468 140723160617632 140134448097776 140135478454914 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3414] ppid=3404 vsize=15018968 memory=180 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3414/stat : 3414 (java) S 3404 3404 31842 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405175898 15379423232 32989 33554432000 4194304 4196468 140723160617632 140134045443488 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3415] ppid=3404 vsize=15018968 memory=13918 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3415/stat : 3415 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175898 15379423232 32989 33554432000 4194304 4196468 140723160617632 140133777008112 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3416] ppid=3404 vsize=15018968 memory=2925500 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3416/stat : 3416 (java) S 3404 3404 31842 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405175900 15379423232 32989 33554432000 4194304 4196468 140723160617632 140133402499792 140135478462363 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3417] ppid=3404 vsize=15018968 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3407/task/3417/stat : 3417 (java) R 3404 3404 31842 0 -1 4202560 606 0 0 0 8 0 0 0 20 0 15 0 405175900 15379423232 32989 33554432000 4194304 4196468 140723160617632 140134447036544 140135464458155 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3418] ppid=3404 vsize=15018968 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3407/task/3418/stat : 3418 (java) R 3404 3404 31842 0 -1 4202560 435 0 0 0 9 0 0 0 20 0 15 0 405175900 15379423232 32989 33554432000 4194304 4196468 140723160617632 140134445983888 140135461967098 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3419] ppid=3404 vsize=15018968 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/3407/task/3419/stat : 3419 (java) R 3404 3404 31842 0 -1 4202560 630 0 0 0 17 0 0 0 20 0 15 0 405175900 15379423232 32989 33554432000 4194304 4196468 140723160617632 140134444935872 140135457048460 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3420] ppid=3404 vsize=15018968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3420/stat : 3420 (java) S 3404 3404 31842 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405175900 15379423232 32989 33554432000 4194304 4196468 140723160617632 140132904594016 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3421] ppid=3404 vsize=15018968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3421/stat : 3421 (java) S 3404 3404 31842 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405175901 15379423232 32989 33554432000 4194304 4196468 140723160617632 140134443887408 140135478454914 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 15132096 KiB
Current children cumulated memory: 133348 KiB

[startup+1.50127 s]
/proc/loadavg: 2.27 2.20 2.11 6/234 3421
/proc/meminfo: memFree=31325312/32770624 swapFree=66999584/67108860
[pid=3404] ppid=3401 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/3404/stat : 3404 (scop.sh) S 3401 3404 31842 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 405175894 115843072 348 33554432000 4194304 5098028 140721394626240 140721394623496 139964125147772 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25849856 140721394627427 140721394627696 140721394627696 140721394630605 0
/proc/3404/statm: 28282 348 296 221 0 87 0

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

Current children cumulated CPU time: 2522.24 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12080564 KiB

[startup+1191.2 s]
/proc/loadavg: 4.21 3.81 3.00 6/233 3656
/proc/meminfo: memFree=18452476/32770624 swapFree=66999608/67108860
[pid=3407] ppid=3401 vsize=15025188 memory=12080564 CPUtime=2525.33 cores=1,3,5,7
/proc/3407/stat : 3407 (java) S 3401 3404 31842 0 -1 1077944320 312307 0 0 0 251555 978 0 0 20 0 15 0 405175894 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140723160600176 140135478443767 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
/proc/3407/statm: 3756297 3020141 3302 1 0 3717627 0
[pid=3407/tid=3408] ppid=3401 vsize=15025188 memory=8112282956445269571 CPUtime=734.17 cores=1,3,5,7
/proc/3407/task/3408/stat : 3408 (java) S 3401 3404 31842 0 -1 1077944384 73203 0 0 0 73360 57 0 0 20 0 15 0 405175894 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135450277920 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3409] ppid=3401 vsize=15025188 memory=928 CPUtime=444.19 cores=1,3,5,7
/proc/3407/task/3409/stat : 3409 (java) R 3401 3404 31842 0 -1 4202560 31398 0 0 0 44185 234 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135482685520 140135471071975 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3410] ppid=3401 vsize=15025188 memory=1392 CPUtime=442.24 cores=1,3,5,7
/proc/3407/task/3410/stat : 3410 (java) R 3401 3404 31842 0 -1 4202560 25517 0 0 0 43990 234 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135258389000 140135471071975 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3411] ppid=3401 vsize=15025188 memory=12080564 CPUtime=448.36 cores=1,3,5,7
/proc/3407/task/3411/stat : 3411 (java) R 3401 3404 31842 0 -1 4202560 33371 0 0 0 44643 193 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135257336536 140135463143584 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3412] ppid=3401 vsize=15025188 memory=32772 CPUtime=442.1 cores=1,3,5,7
/proc/3407/task/3412/stat : 3412 (java) R 3401 3404 31842 0 -1 4202560 28409 0 0 0 43987 223 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135256283600 140135471071975 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3413] ppid=3401 vsize=15025188 memory=988 CPUtime=2.48 cores=1,3,5,7
/proc/3407/task/3413/stat : 3413 (java) S 3401 3404 31842 0 -1 1077944384 74603 0 0 0 244 4 0 0 20 0 15 0 405175897 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134448096320 140135478453973 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3414] ppid=3401 vsize=15025188 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3414/stat : 3414 (java) S 3401 3404 31842 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 405175898 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134045443552 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3415] ppid=3401 vsize=15025188 memory=12080564 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3415/stat : 3415 (java) S 3401 3404 31842 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405175898 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140133777008128 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3416] ppid=3401 vsize=15025188 memory=5904 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3416/stat : 3416 (java) S 3401 3404 31842 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140133402499440 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3417] ppid=3401 vsize=15025188 memory=6791534058613427641 CPUtime=5.1 cores=1,3,5,7
/proc/3407/task/3417/stat : 3417 (java) S 3401 3404 31842 0 -1 1077944384 13674 0 0 0 507 3 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134447044352 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3418] ppid=3401 vsize=15025188 memory=12080556 CPUtime=4.67 cores=1,3,5,7
/proc/3407/task/3418/stat : 3418 (java) S 3401 3404 31842 0 -1 1077944384 12119 0 0 0 465 2 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134445992096 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3419] ppid=3401 vsize=15025188 memory=1564 CPUtime=1.28 cores=1,3,5,7
/proc/3407/task/3419/stat : 3419 (java) S 3401 3404 31842 0 -1 1077944384 17858 0 0 0 125 3 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134444939552 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3420] ppid=3401 vsize=15025188 memory=928 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3420/stat : 3420 (java) S 3401 3404 31842 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140132904594016 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3421] ppid=3401 vsize=15025188 memory=6791534058613427641 CPUtime=0.64 cores=1,3,5,7
/proc/3407/task/3421/stat : 3421 (java) S 3401 3404 31842 0 -1 1077944384 823 0 0 0 31 33 0 0 20 0 15 0 405175901 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134443887408 140135478454914 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
Current cumulated CPU time of completed processes: 0.003463 s
Current children cumulated CPU time: 2525.33 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12080564 KiB

[startup+1191.6 s]
/proc/loadavg: 4.21 3.81 3.00 6/233 3656
/proc/meminfo: memFree=18452476/32770624 swapFree=66999608/67108860
[pid=3407] ppid=3401 vsize=15025188 memory=12080564 CPUtime=2526.88 cores=1,3,5,7
/proc/3407/stat : 3407 (java) S 3401 3404 31842 0 -1 1077944320 312307 0 0 0 251710 978 0 0 20 0 15 0 405175894 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140723160600176 140135478443767 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
/proc/3407/statm: 3756297 3020141 3302 1 0 3717627 0
[pid=3407/tid=3408] ppid=3401 vsize=15025188 memory=32772 CPUtime=734.17 cores=1,3,5,7
/proc/3407/task/3408/stat : 3408 (java) S 3401 3404 31842 0 -1 1077944384 73203 0 0 0 73360 57 0 0 20 0 15 0 405175894 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135450277920 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3409] ppid=3401 vsize=15025188 memory=988 CPUtime=444.57 cores=1,3,5,7
/proc/3407/task/3409/stat : 3409 (java) R 3401 3404 31842 0 -1 4202560 31398 0 0 0 44223 234 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135482685520 140135471071975 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3410] ppid=3401 vsize=15025188 memory=993320 CPUtime=442.62 cores=1,3,5,7
/proc/3407/task/3410/stat : 3410 (java) R 3401 3404 31842 0 -1 4202560 25517 0 0 0 44028 234 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135258389000 140135471071975 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3411] ppid=3401 vsize=15025188 memory=1720 CPUtime=448.76 cores=1,3,5,7
/proc/3407/task/3411/stat : 3411 (java) R 3401 3404 31842 0 -1 4202560 33371 0 0 0 44683 193 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135257336536 140135463144463 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3412] ppid=3401 vsize=15025188 memory=1808 CPUtime=442.49 cores=1,3,5,7
/proc/3407/task/3412/stat : 3412 (java) R 3401 3404 31842 0 -1 4202560 28409 0 0 0 44026 223 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135256283600 140135471071975 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3413] ppid=3401 vsize=15025188 memory=924 CPUtime=2.48 cores=1,3,5,7
/proc/3407/task/3413/stat : 3413 (java) S 3401 3404 31842 0 -1 1077944384 74603 0 0 0 244 4 0 0 20 0 15 0 405175897 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134448096320 140135478453973 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3414] ppid=3401 vsize=15025188 memory=3844 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3414/stat : 3414 (java) S 3401 3404 31842 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 405175898 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134045443552 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3415] ppid=3401 vsize=15025188 memory=6935054825532540783 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3415/stat : 3415 (java) S 3401 3404 31842 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405175898 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140133777008128 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3416] ppid=3401 vsize=15025188 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3416/stat : 3416 (java) S 3401 3404 31842 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140133402499440 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3417] ppid=3401 vsize=15025188 memory=1224 CPUtime=5.1 cores=1,3,5,7
/proc/3407/task/3417/stat : 3417 (java) S 3401 3404 31842 0 -1 1077944384 13674 0 0 0 507 3 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134447044352 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3418] ppid=3401 vsize=15025188 memory=5904 CPUtime=4.67 cores=1,3,5,7
/proc/3407/task/3418/stat : 3418 (java) S 3401 3404 31842 0 -1 1077944384 12119 0 0 0 465 2 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134445992096 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3419] ppid=3401 vsize=15025188 memory=772 CPUtime=1.28 cores=1,3,5,7
/proc/3407/task/3419/stat : 3419 (java) S 3401 3404 31842 0 -1 1077944384 17858 0 0 0 125 3 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134444939552 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3420] ppid=3401 vsize=15025188 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3420/stat : 3420 (java) S 3401 3404 31842 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140132904594016 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3421] ppid=3401 vsize=15025188 memory=1056 CPUtime=0.64 cores=1,3,5,7
/proc/3407/task/3421/stat : 3421 (java) S 3401 3404 31842 0 -1 1077944384 823 0 0 0 31 33 0 0 20 0 15 0 405175901 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134443887408 140135478454914 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
Current cumulated CPU time of completed processes: 0.003463 s
Current children cumulated CPU time: 2526.88 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12080564 KiB

[startup+1191.8 s]
/proc/loadavg: 4.21 3.81 3.00 6/233 3656
/proc/meminfo: memFree=18452476/32770624 swapFree=66999608/67108860
[pid=3407] ppid=3401 vsize=15025188 memory=12080564 CPUtime=2527.66 cores=1,3,5,7
/proc/3407/stat : 3407 (java) S 3401 3404 31842 0 -1 1077944320 312307 0 0 0 251787 979 0 0 20 0 15 0 405175894 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140723160600176 140135478443767 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
/proc/3407/statm: 3756297 3020141 3302 1 0 3717627 0
[pid=3407/tid=3408] ppid=3401 vsize=15025188 memory=1240 CPUtime=734.17 cores=1,3,5,7
/proc/3407/task/3408/stat : 3408 (java) S 3401 3404 31842 0 -1 1077944384 73203 0 0 0 73360 57 0 0 20 0 15 0 405175894 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135450277920 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3409] ppid=3401 vsize=15025188 memory=580 CPUtime=444.76 cores=1,3,5,7
/proc/3407/task/3409/stat : 3409 (java) R 3401 3404 31842 0 -1 4202560 31398 0 0 0 44242 234 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135482685520 140135471071975 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3410] ppid=3401 vsize=15025188 memory=1696 CPUtime=442.81 cores=1,3,5,7
/proc/3407/task/3410/stat : 3410 (java) R 3401 3404 31842 0 -1 4202560 25517 0 0 0 44047 234 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135258389000 140135471071975 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3411] ppid=3401 vsize=15025188 memory=3436 CPUtime=448.96 cores=1,3,5,7
/proc/3407/task/3411/stat : 3411 (java) R 3401 3404 31842 0 -1 4202560 33371 0 0 0 44703 193 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135257336536 140135459997018 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3412] ppid=3401 vsize=15025188 memory=7548 CPUtime=442.68 cores=1,3,5,7
/proc/3407/task/3412/stat : 3412 (java) R 3401 3404 31842 0 -1 4202560 28409 0 0 0 44045 223 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135256283600 140135471071975 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3413] ppid=3401 vsize=15025188 memory=964 CPUtime=2.48 cores=1,3,5,7
/proc/3407/task/3413/stat : 3413 (java) S 3401 3404 31842 0 -1 1077944384 74603 0 0 0 244 4 0 0 20 0 15 0 405175897 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134448096320 140135478453973 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3414] ppid=3401 vsize=15025188 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3414/stat : 3414 (java) S 3401 3404 31842 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 405175898 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134045443552 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3415] ppid=3401 vsize=15025188 memory=2116 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3415/stat : 3415 (java) S 3401 3404 31842 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405175898 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140133777008128 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3416] ppid=3401 vsize=15025188 memory=18664 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3416/stat : 3416 (java) S 3401 3404 31842 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140133402499440 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3417] ppid=3401 vsize=15025188 memory=11852 CPUtime=5.1 cores=1,3,5,7
/proc/3407/task/3417/stat : 3417 (java) S 3401 3404 31842 0 -1 1077944384 13674 0 0 0 507 3 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134447044352 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3418] ppid=3401 vsize=15025188 memory=532 CPUtime=4.67 cores=1,3,5,7
/proc/3407/task/3418/stat : 3418 (java) S 3401 3404 31842 0 -1 1077944384 12119 0 0 0 465 2 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134445992096 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3419] ppid=3401 vsize=15025188 memory=1564 CPUtime=1.28 cores=1,3,5,7
/proc/3407/task/3419/stat : 3419 (java) S 3401 3404 31842 0 -1 1077944384 17858 0 0 0 125 3 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134444939552 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3420] ppid=3401 vsize=15025188 memory=928 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3420/stat : 3420 (java) S 3401 3404 31842 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140132904594016 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3421] ppid=3401 vsize=15025188 memory=2852 CPUtime=0.64 cores=1,3,5,7
/proc/3407/task/3421/stat : 3421 (java) S 3401 3404 31842 0 -1 1077944384 823 0 0 0 31 33 0 0 20 0 15 0 405175901 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134443887408 140135478454914 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
Current cumulated CPU time of completed processes: 0.003463 s
Current children cumulated CPU time: 2527.66 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12080564 KiB

[startup+1191.9 s]
/proc/loadavg: 4.21 3.81 3.00 6/233 3656
/proc/meminfo: memFree=18452476/32770624 swapFree=66999608/67108860
[pid=3407] ppid=3401 vsize=15025188 memory=12080564 CPUtime=2528.05 cores=1,3,5,7
/proc/3407/stat : 3407 (java) S 3401 3404 31842 0 -1 1077944320 312307 0 0 0 251826 979 0 0 20 0 15 0 405175894 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140723160600176 140135478443767 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
/proc/3407/statm: 3756297 3020141 3302 1 0 3717627 0
[pid=3407/tid=3408] ppid=3401 vsize=15025188 memory=12080564 CPUtime=734.17 cores=1,3,5,7
/proc/3407/task/3408/stat : 3408 (java) S 3401 3404 31842 0 -1 1077944384 73203 0 0 0 73360 57 0 0 20 0 15 0 405175894 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135450277920 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3409] ppid=3401 vsize=15025188 memory=12080564 CPUtime=444.86 cores=1,3,5,7
/proc/3407/task/3409/stat : 3409 (java) R 3401 3404 31842 0 -1 4202560 31398 0 0 0 44252 234 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135482685520 140135471071975 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3410] ppid=3401 vsize=15025188 memory=12080564 CPUtime=442.91 cores=1,3,5,7
/proc/3407/task/3410/stat : 3410 (java) R 3401 3404 31842 0 -1 4202560 25517 0 0 0 44056 235 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135258389000 140135471071975 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3411] ppid=3401 vsize=15025188 memory=1392 CPUtime=449.06 cores=1,3,5,7
/proc/3407/task/3411/stat : 3411 (java) R 3401 3404 31842 0 -1 4202560 33371 0 0 0 44713 193 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135257336536 140135471548470 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3412] ppid=3401 vsize=15025188 memory=12080564 CPUtime=442.77 cores=1,3,5,7
/proc/3407/task/3412/stat : 3412 (java) R 3401 3404 31842 0 -1 4202560 28409 0 0 0 44054 223 0 0 20 0 15 0 405175896 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140135256283600 140135471071975 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3413] ppid=3401 vsize=15025188 memory=12080564 CPUtime=2.48 cores=1,3,5,7
/proc/3407/task/3413/stat : 3413 (java) S 3401 3404 31842 0 -1 1077944384 74603 0 0 0 244 4 0 0 20 0 15 0 405175897 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134448096320 140135478453973 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3414] ppid=3401 vsize=15025188 memory=12080564 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3414/stat : 3414 (java) S 3401 3404 31842 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 405175898 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134045443552 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3415] ppid=3401 vsize=15025188 memory=12080564 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3415/stat : 3415 (java) S 3401 3404 31842 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405175898 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140133777008128 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3416] ppid=3401 vsize=15025188 memory=12080564 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3416/stat : 3416 (java) S 3401 3404 31842 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140133402499440 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3417] ppid=3401 vsize=15025188 memory=68 CPUtime=5.1 cores=1,3,5,7
/proc/3407/task/3417/stat : 3417 (java) S 3401 3404 31842 0 -1 1077944384 13674 0 0 0 507 3 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134447044352 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3418] ppid=3401 vsize=15025188 memory=5904 CPUtime=4.67 cores=1,3,5,7
/proc/3407/task/3418/stat : 3418 (java) S 3401 3404 31842 0 -1 1077944384 12119 0 0 0 465 2 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134445992096 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3419] ppid=3401 vsize=15025188 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/3407/task/3419/stat : 3419 (java) S 3401 3404 31842 0 -1 1077944384 17858 0 0 0 125 3 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134444939552 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3420] ppid=3401 vsize=15025188 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3420/stat : 3420 (java) S 3401 3404 31842 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405175900 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140132904594016 140135478453973 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
[pid=3407/tid=3421] ppid=3401 vsize=15025188 memory=12080564 CPUtime=0.64 cores=1,3,5,7
/proc/3407/task/3421/stat : 3421 (java) S 3401 3404 31842 0 -1 1077944384 823 0 0 0 31 33 0 0 20 0 15 0 405175901 15385792512 3020141 33554432000 4194304 4196468 140723160617632 140134443887408 140135478454914 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 38 0 0 6293624 6294260 20512768 140723160625962 140723160626330 140723160626330 140723160629199 0
Current cumulated CPU time of completed processes: 0.003463 s
Current children cumulated CPU time: 2528.05 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12080564 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1191.95
CPU time (s): 2528.11
CPU user time (s): 2518.27
CPU system time (s): 9.84158
CPU usage (%): 212.098
Max. virtual memory (cumulated for all children) (KiB): 15138316
Max. memory (cumulated for all children) (KiB): 12081956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.27
system time used= 9.84158
maximum resident set size= 12080740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313414
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59985
involuntary context switches= 23571


# summary of solver processes directly reported to runsolver:
#   pid: 3404,3407
#   total CPU time (s): 2528.11
#   total CPU user time (s): 2518.27
#   total CPU system time (s): 9.84158

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.82903 second user time and 12.0218 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-12 14:49:38
IDJOB=4387966
IDBENCH=130846
IDSOLVER=2826
FILE ID=node146/4387966-1568292619
RUNJOBID= node146-1568286001-1043
PBS_JOBID= 21701065
Free space on /tmp= 54332 MiB

SOLVER NAME= Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-si6-m4D/Subisomorphism-si6-m4Dr2-m1296-05.xml
COMMAND LINE= DIR/scop.sh 11g DIR/scop.jar -hybrid DIR/cryptominisat5 default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387966-1568292619/watcher-4387966-1568292619 -o /tmp/evaluation-result-4387966-1568292619/solver-4387966-1568292619 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568286001-1043 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387966-1568292619.xml

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

MD5SUM BENCH= 3130b580259b5cb9fe6f555a4358f6cc
RANDOM SEED=1603037058

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        31480436 kB
MemAvailable:   31650360 kB
Buffers:           96184 kB
Cached:           352844 kB
SwapCached:         5412 kB
Active:           486864 kB
Inactive:         216232 kB
Active(anon):     270900 kB
Inactive(anon):    20872 kB
Active(file):     215964 kB
Inactive(file):   195360 kB
Unevictable:      110908 kB
Mlocked:          110908 kB
SwapTotal:      67108860 kB
SwapFree:       66999584 kB
Dirty:             20380 kB
Writeback:             0 kB
AnonPages:        265352 kB
Mapped:            53052 kB
Shmem:             28952 kB
Slab:             178240 kB
SReclaimable:     148868 kB
SUnreclaim:        29372 kB
KernelStack:        3840 kB
PageTables:         6256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6111144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 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= 54260 MiB
End job on node146 at 2019-09-12 15:09:30