Trace number 4305216

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
Concrete 3.9.2-SuperNGSAT 42.4454 31.8902

General information on the benchmark

NameFrb/
frb-40-19-1-mgd_c18.xml
MD5SUM1b3b260246d4f65c593765dc4af9b313
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 benchmark5.22089
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints321
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":40}]
Minimum variable degree10
Maximum variable degree25
Distribution of variable degrees[{"degree":10,"count":2},{"degree":11,"count":3},{"degree":12,"count":3},{"degree":13,"count":4},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":1},{"degree":21,"count":1},{"degree":22,"count":4},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":321}]
Number of extensional constraints321
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":321}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.75	c Concrete v3.9.2.1532736233296 running
42.25/31.87	v <instantiation>
42.25/31.87	v       <list>
42.25/31.87	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
42.25/31.87	v       </list>
42.25/31.87	v       <values>
42.25/31.87	v         5 4 1 11 17 3 8 17 2 7 10 12 7 12 0 1 1 16 12 10 17 16 17 6 3 10 6 7 6 8 2 11 14 6 15 4 18 4 12 17
42.25/31.87	v       </values>
42.25/31.87	v     </instantiation>
42.25/31.87	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305216-1534142790/watcher-4305216-1534142790 -o /tmp/evaluation-result-4305216-1534142790/solver-4305216-1534142790 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534137835-2125 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=42963287 -superng HOME/instance-4305216-1534142790.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=2949, runsolver pid=2946

[startup+0.100164 s]*
/proc/loadavg: 1.53 1.33 1.33 3/209 3006
/proc/meminfo: memFree=15882232/32770624 swapFree=67108852/67108860
[pid=2949] ppid=2946 vsize=10005480 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/2949/stat : 2949 (java) S 2946 2949 1500 0 -1 1077944320 4331 13186 0 0 1 0 5 3 20 0 6 0 231842232 10245611520 4203 33554432000 4194304 4196468 140727197992432 140727197974976 139876227247863 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
/proc/2949/statm: 2501370 4203 1934 1 0 2489808 0
[pid=2949/tid=3002] ppid=2946 vsize=10005480 memory=-8960601696899481541 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3002/stat : 3002 (java) R 2946 2949 1500 0 -1 4202560 2177 13186 0 0 0 0 5 3 20 0 6 0 231842241 10245611520 4203 33554432000 4194304 4196468 140727197992432 139876199084624 139876227269789 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3003] ppid=2946 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3003/stat : 3003 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 6 0 231842242 10245611520 4203 33554432000 4194304 4196468 140727197992432 139876231490064 139876227258069 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3004] ppid=2946 vsize=10005480 memory=139636048721536 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3004/stat : 3004 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 6 0 231842242 10245611520 4203 33554432000 4194304 4196468 140727197992432 139876086209168 139876227258069 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3005] ppid=2946 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3005/stat : 3005 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 6 0 231842242 10245611520 4203 33554432000 4194304 4196468 140727197992432 139876085156112 139876227258069 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3006] ppid=2946 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3006/stat : 3006 (java) S 2946 2949 1500 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 6 0 231842242 10245611520 4203 33554432000 4194304 4196468 140727197992432 139876084103568 139876227258069 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210334 s]*
/proc/loadavg: 1.53 1.33 1.33 2/202 3017
/proc/meminfo: memFree=17008812/32770624 swapFree=67108852/67108860
[pid=2949] ppid=2946 vsize=10982744 memory=44196 CPUtime=0.26 cores=0,2,4,6
/proc/2949/stat : 2949 (java) S 2946 2949 1500 0 -1 1077944320 7704 13186 0 0 17 1 5 3 20 0 15 0 231842232 11246329856 11049 33554432000 4194304 4196468 140727197992432 140727197974976 139876227247863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
/proc/2949/statm: 2745686 11049 2975 1 0 2708109 0
[pid=2949/tid=3002] ppid=2946 vsize=10982744 memory=4426647749010431367 CPUtime=0.19 cores=0,2,4,6
/proc/2949/task/3002/stat : 3002 (java) R 2946 2949 1500 0 -1 4202560 4474 13186 0 0 11 0 5 3 20 0 15 0 231842241 11246329856 11247 33554432000 4194304 4196468 140727197992432 139876199052944 139876207523570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3003] ppid=2946 vsize=10982744 memory=-8458152057954561420 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3003/stat : 3003 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842242 11246329856 11247 33554432000 4194304 4196468 140727197992432 139876231490064 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3004] ppid=2946 vsize=10982744 memory=139636048721536 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3004/stat : 3004 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842242 11246329856 11247 33554432000 4194304 4196468 140727197992432 139876086209168 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3005] ppid=2946 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3005/stat : 3005 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842242 11246329856 11313 33554432000 4194304 4196468 140727197992432 139876085156112 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3006] ppid=2946 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3006/stat : 3006 (java) S 2946 2949 1500 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 231842242 11246329856 11313 33554432000 4194304 4196468 140727197992432 139876084103568 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3007] ppid=2946 vsize=10982744 memory=139636048721536 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3007/stat : 3007 (java) S 2946 2949 1500 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 231842243 11246329856 11313 33554432000 4194304 4196468 140727197992432 139875196009200 139876227259010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3008] ppid=2946 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3008/stat : 3008 (java) S 2946 2949 1500 0 -1 1077944384 13 13186 0 0 0 0 5 3 20 0 15 0 231842243 11246329856 11313 33554432000 4194304 4196468 140727197992432 139875072337568 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3009] ppid=2946 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3009/stat : 3009 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842244 11246329856 11313 33554432000 4194304 4196468 140727197992432 139874871010544 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3010] ppid=2946 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3010/stat : 3010 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842246 11246329856 11313 33554432000 4194304 4196468 140727197992432 139874563611088 139876227266459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3011] ppid=2946 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2949/task/3011/stat : 3011 (java) S 2946 2949 1500 0 -1 1077944384 352 13186 0 0 1 0 5 3 20 0 15 0 231842246 11246329856 11313 33554432000 4194304 4196468 140727197992432 139875194956016 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3012] ppid=2946 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3012/stat : 3012 (java) S 2946 2949 1500 0 -1 1077944384 270 13186 0 0 0 0 5 3 20 0 15 0 231842246 11246329856 11313 33554432000 4194304 4196468 140727197992432 139875193903472 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3013] ppid=2946 vsize=10982744 memory=139636048721536 CPUtime=0.11 cores=0,2,4,6
/proc/2949/task/3013/stat : 3013 (java) S 2946 2949 1500 0 -1 1077944384 608 13186 0 0 3 0 5 3 20 0 15 0 231842246 11246329856 11313 33554432000 4194304 4196468 140727197992432 139875192850416 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3014] ppid=2946 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3014/stat : 3014 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842247 11246329856 11313 33554432000 4194304 4196468 140727197992432 139874132814176 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3015] ppid=2946 vsize=10982744 memory=139636048721536 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3015/stat : 3015 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842247 11246329856 11313 33554432000 4194304 4196468 140727197992432 139875191798832 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44196 KiB

[startup+0.31041 s]*
/proc/loadavg: 1.53 1.33 1.33 4/201 3021
/proc/meminfo: memFree=16998576/32770624 swapFree=67108852/67108860
[pid=2949] ppid=2946 vsize=10983192 memory=56160 CPUtime=0.39 cores=0,2,4,6
/proc/2949/stat : 2949 (java) S 2946 2949 1500 0 -1 1077944320 10533 13186 0 0 29 2 5 3 20 0 15 0 231842232 11246788608 14040 33554432000 4194304 4196468 140727197992432 140727197974976 139876227247863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
/proc/2949/statm: 2745798 14040 3094 1 0 2708109 0
[pid=2949/tid=3002] ppid=2946 vsize=10983192 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/2949/task/3002/stat : 3002 (java) R 2946 2949 1500 0 -1 4202560 7077 13186 0 0 20 1 5 3 20 0 15 0 231842241 11246788608 14040 33554432000 4194304 4196468 140727197992432 139876199059872 139876211328350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3003] ppid=2946 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3003/stat : 3003 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842242 11246788608 14040 33554432000 4194304 4196468 140727197992432 139876231490064 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3004] ppid=2946 vsize=10983192 memory=7229808374738608493 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3004/stat : 3004 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842242 11246788608 14040 33554432000 4194304 4196468 140727197992432 139876086209168 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3005] ppid=2946 vsize=10983192 memory=6154538792250073449 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3005/stat : 3005 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842242 11246788608 14040 33554432000 4194304 4196468 140727197992432 139876085156112 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3006] ppid=2946 vsize=10983192 memory=7302693806541000784 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3006/stat : 3006 (java) S 2946 2949 1500 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 231842242 11246788608 14040 33554432000 4194304 4196468 140727197992432 139876084103568 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3007] ppid=2946 vsize=10983192 memory=2072 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3007/stat : 3007 (java) S 2946 2949 1500 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 231842243 11246788608 14040 33554432000 4194304 4196468 140727197992432 139875196009200 139876227259010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3008] ppid=2946 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3008/stat : 3008 (java) S 2946 2949 1500 0 -1 1077944384 13 13186 0 0 0 0 5 3 20 0 15 0 231842243 11246788608 14040 33554432000 4194304 4196468 140727197992432 139875072337568 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3009] ppid=2946 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3009/stat : 3009 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842244 11246788608 14040 33554432000 4194304 4196468 140727197992432 139874871010544 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3010] ppid=2946 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3010/stat : 3010 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842246 11246788608 14040 33554432000 4194304 4196468 140727197992432 139874563611088 139876227266459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3011] ppid=2946 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2949/task/3011/stat : 3011 (java) S 2946 2949 1500 0 -1 1077944384 353 13186 0 0 1 0 5 3 20 0 15 0 231842246 11246788608 14040 33554432000 4194304 4196468 140727197992432 139875194956016 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3012] ppid=2946 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2949/task/3012/stat : 3012 (java) S 2946 2949 1500 0 -1 1077944384 270 13186 0 0 1 0 5 3 20 0 15 0 231842246 11246788608 14040 33554432000 4194304 4196468 140727197992432 139875193903472 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3013] ppid=2946 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/2949/task/3013/stat : 3013 (java) S 2946 2949 1500 0 -1 1077944384 619 13186 0 0 5 0 5 3 20 0 15 0 231842246 11246788608 14040 33554432000 4194304 4196468 140727197992432 139875192850416 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3014] ppid=2946 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3014/stat : 3014 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842247 11246788608 14040 33554432000 4194304 4196468 140727197992432 139874132814176 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3015] ppid=2946 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3015/stat : 3015 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842247 11246788608 14040 33554432000 4194304 4196468 140727197992432 139875191798832 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56160 KiB

[startup+0.700828 s]
/proc/loadavg: 1.53 1.33 1.33 6/217 3046
/proc/meminfo: memFree=16962652/32770624 swapFree=67108852/67108860
[pid=2949] ppid=2946 vsize=10983192 memory=88312 CPUtime=0.99 cores=0,2,4,6
/proc/2949/stat : 2949 (java) S 2946 2949 1500 0 -1 1077944320 16773 13186 0 0 87 4 5 3 20 0 15 0 231842232 11246788608 22078 33554432000 4194304 4196468 140727197992432 140727197974976 139876227247863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
/proc/2949/statm: 2745798 22078 3239 1 0 2708109 0
[pid=2949/tid=3002] ppid=2946 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/2949/task/3002/stat : 3002 (java) R 2946 2949 1500 0 -1 4202560 12183 13186 0 0 56 3 5 3 20 0 15 0 231842241 11246788608 22078 33554432000 4194304 4196468 140727197992432 139876199070864 139876211328350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3003] ppid=2946 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3003/stat : 3003 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842242 11246788608 22078 33554432000 4194304 4196468 140727197992432 139876231490064 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3004] ppid=2946 vsize=10983192 memory=8174711894690576437 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3004/stat : 3004 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842242 11246788608 22078 33554432000 4194304 4196468 140727197992432 139876086209168 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3005] ppid=2946 vsize=10983192 memory=1944 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3005/stat : 3005 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842242 11246788608 22078 33554432000 4194304 4196468 140727197992432 139876085156112 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3006] ppid=2946 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3006/stat : 3006 (java) S 2946 2949 1500 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 231842242 11246788608 22078 33554432000 4194304 4196468 140727197992432 139876084103568 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3007] ppid=2946 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3007/stat : 3007 (java) S 2946 2949 1500 0 -1 1077944384 5 13186 0 0 0 0 5 3 20 0 15 0 231842243 11246788608 22078 33554432000 4194304 4196468 140727197992432 139875196009200 139876227259010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3008] ppid=2946 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3008/stat : 3008 (java) S 2946 2949 1500 0 -1 1077944384 13 13186 0 0 0 0 5 3 20 0 15 0 231842243 11246788608 22078 33554432000 4194304 4196468 140727197992432 139875072337568 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3009] ppid=2946 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3009/stat : 3009 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842244 11246788608 22078 33554432000 4194304 4196468 140727197992432 139874871010544 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3010] ppid=2946 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3010/stat : 3010 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842246 11246788608 22078 33554432000 4194304 4196468 140727197992432 139874563611088 139876227266459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3011] ppid=2946 vsize=10983192 memory=4576 CPUtime=0.16 cores=0,2,4,6
/proc/2949/task/3011/stat : 3011 (java) S 2946 2949 1500 0 -1 1077944384 780 13186 0 0 8 0 5 3 20 0 15 0 231842246 11246788608 22078 33554432000 4194304 4196468 140727197992432 139875194956016 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3012] ppid=2946 vsize=10983192 memory=15868 CPUtime=0.17 cores=0,2,4,6
/proc/2949/task/3012/stat : 3012 (java) S 2946 2949 1500 0 -1 1077944384 899 13186 0 0 9 0 5 3 20 0 15 0 231842246 11246788608 22078 33554432000 4194304 4196468 140727197992432 139875193903472 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3013] ppid=2946 vsize=10983192 memory=2241 CPUtime=0.21 cores=0,2,4,6
/proc/2949/task/3013/stat : 3013 (java) S 2946 2949 1500 0 -1 1077944384 689 13186 0 0 13 0 5 3 20 0 15 0 231842246 11246788608 22078 33554432000 4194304 4196468 140727197992432 139875192850416 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3014] ppid=2946 vsize=10983192 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3014/stat : 3014 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842247 11246788608 22078 33554432000 4194304 4196468 140727197992432 139874132814176 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3015] ppid=2946 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3015/stat : 3015 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842247 11246788608 22078 33554432000 4194304 4196468 140727197992432 139875191798832 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88312 KiB

[startup+1.50389 s]
/proc/loadavg: 1.53 1.33 1.33 3/210 3135
/proc/meminfo: memFree=16934548/32770624 swapFree=67108852/67108860
[pid=2949] ppid=2946 vsize=10996044 memory=218296 CPUtime=2.79 cores=0,2,4,6
/proc/2949/stat : 2949 (java) S 2946 2949 1500 0 -1 1077944320 23975 13186 0 0 260 11 5 3 20 0 15 0 231842232 11259949056 54574 33554432000 4194304 4196468 140727197992432 140727197974976 139876227247863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
/proc/2949/statm: 2749011 54574 3452 1 0 2710669 0
[pid=2949/tid=3002] ppid=2946 vsize=10996044 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/2949/task/3002/stat : 3002 (java) S 2946 2949 1500 0 -1 1077944384 16795 13186 0 0 129 6 5 3 20 0 15 0 231842241 11259949056 54574 33554432000 4194304 4196468 140727197992432 139876199063088 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3003] ppid=2946 vsize=10996044 memory=160780 CPUtime=0.09 cores=0,2,4,6
/proc/2949/task/3003/stat : 3003 (java) S 2946 2949 1500 0 -1 1077944384 57 13186 0 0 1 0 5 3 20 0 15 0 231842242 11259949056 54574 33554432000 4194304 4196468 140727197992432 139876231490064 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3004] ppid=2946 vsize=10996044 memory=-6733704525061579059 CPUtime=0.09 cores=0,2,4,6
/proc/2949/task/3004/stat : 3004 (java) S 2946 2949 1500 0 -1 1077944384 12 13186 0 0 1 0 5 3 20 0 15 0 231842242 11259949056 54574 33554432000 4194304 4196468 140727197992432 139876086209168 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3005] ppid=2946 vsize=10996044 memory=734122139224453169 CPUtime=0.09 cores=0,2,4,6
/proc/2949/task/3005/stat : 3005 (java) S 2946 2949 1500 0 -1 1077944384 168 13186 0 0 1 0 5 3 20 0 15 0 231842242 11259949056 54574 33554432000 4194304 4196468 140727197992432 139876085156112 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3006] ppid=2946 vsize=10996044 memory=1228 CPUtime=0.09 cores=0,2,4,6
/proc/2949/task/3006/stat : 3006 (java) S 2946 2949 1500 0 -1 1077944384 36 13186 0 0 1 0 5 3 20 0 15 0 231842242 11259949056 54574 33554432000 4194304 4196468 140727197992432 139876084103568 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3007] ppid=2946 vsize=10996044 memory=2432 CPUtime=0.09 cores=0,2,4,6
/proc/2949/task/3007/stat : 3007 (java) R 2946 2949 1500 0 -1 4202560 50 13186 0 0 1 0 5 3 20 0 15 0 231842243 11259949056 54574 33554432000 4194304 4196468 140727197992432 139875196007712 139876219537312 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3008] ppid=2946 vsize=10996044 memory=1828 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3008/stat : 3008 (java) S 2946 2949 1500 0 -1 1077944384 13 13186 0 0 0 0 5 3 20 0 15 0 231842243 11259949056 54574 33554432000 4194304 4196468 140727197992432 139875072337568 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3009] ppid=2946 vsize=10996044 memory=6788 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3009/stat : 3009 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842244 11259949056 54574 33554432000 4194304 4196468 140727197992432 139874871010544 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3010] ppid=2946 vsize=10996044 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3010/stat : 3010 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842246 11259949056 54574 33554432000 4194304 4196468 140727197992432 139874563611088 139876227266459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3011] ppid=2946 vsize=10996044 memory=301741394933055803 CPUtime=0.47 cores=0,2,4,6
/proc/2949/task/3011/stat : 3011 (java) S 2946 2949 1500 0 -1 1077944384 1560 13186 0 0 39 0 5 3 20 0 15 0 231842246 11259949056 54574 33554432000 4194304 4196468 140727197992432 139875194956016 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3012] ppid=2946 vsize=10996044 memory=13563803895858959 CPUtime=0.51 cores=0,2,4,6
/proc/2949/task/3012/stat : 3012 (java) S 2946 2949 1500 0 -1 1077944384 1587 13186 0 0 43 0 5 3 20 0 15 0 231842246 11259949056 54574 33554432000 4194304 4196468 140727197992432 139875193903472 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3013] ppid=2946 vsize=10996044 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/2949/task/3013/stat : 3013 (java) S 2946 2949 1500 0 -1 1077944384 1497 13186 0 0 40 0 5 3 20 0 15 0 231842246 11259949056 54554 33554432000 4194304 4196468 140727197992432 139875192850416 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3014] ppid=2946 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3014/stat : 3014 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842247 11259949056 54500 33554432000 4194304 4196468 140727197992432 139874132814176 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3015] ppid=2946 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3015/stat : 3015 (java) S 2946 2949 1500 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 231842247 11259949056 54500 33554432000 4194304 4196468 140727197992432 139875191798832 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 10996044 KiB

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

[pid=2949/tid=3014] ppid=2946 vsize=11077984 memory=8514726395714825349 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3014/stat : 3014 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842247 11343855616 223184 33554432000 4194304 4196468 140727197992432 139874132814176 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3015] ppid=2946 vsize=11077984 memory=4639948305230489710 CPUtime=0.09 cores=0,2,4,6
/proc/2949/task/3015/stat : 3015 (java) S 2946 2949 1500 0 -1 1077944384 419 13186 0 0 1 0 5 3 20 0 15 0 231842247 11343855616 223184 33554432000 4194304 4196468 140727197992432 139875191798832 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
Current children cumulated CPU time: 39.24 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 892736 KiB

[startup+30.4007 s]
/proc/loadavg: 1.75 1.41 1.36 3/218 3143
/proc/meminfo: memFree=14979188/32770624 swapFree=67108852/67108860
[pid=2949] ppid=2946 vsize=11077984 memory=915264 CPUtime=40.84 cores=0,2,4,6
/proc/2949/stat : 2949 (java) S 2946 2949 1500 0 -1 1077944320 89624 13186 0 0 4036 40 5 3 20 0 15 0 231842232 11343855616 228816 33554432000 4194304 4196468 140727197992432 140727197974976 139876227247863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
/proc/2949/statm: 2769496 228816 3524 1 0 2731149 0
[pid=2949/tid=3002] ppid=2946 vsize=11077984 memory=8112282956445269571 CPUtime=30.16 cores=0,2,4,6
/proc/2949/task/3002/stat : 3002 (java) R 2946 2949 1500 0 -1 4202560 49511 13186 0 0 2988 20 5 3 20 0 15 0 231842241 11343855616 228816 33554432000 4194304 4196468 140727197992432 139876199081248 139875773802973 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3003] ppid=2946 vsize=11077984 memory=4872558044660077418 CPUtime=0.16 cores=0,2,4,6
/proc/2949/task/3003/stat : 3003 (java) S 2946 2949 1500 0 -1 1077944384 233 13186 0 0 7 1 5 3 20 0 15 0 231842242 11343855616 228816 33554432000 4194304 4196468 140727197992432 139876231490064 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3004] ppid=2946 vsize=11077984 memory=7088773812221943410 CPUtime=0.16 cores=0,2,4,6
/proc/2949/task/3004/stat : 3004 (java) S 2946 2949 1500 0 -1 1077944384 1376 13186 0 0 7 1 5 3 20 0 15 0 231842242 11343855616 228816 33554432000 4194304 4196468 140727197992432 139876086209168 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3005] ppid=2946 vsize=11077984 memory=3560 CPUtime=0.15 cores=0,2,4,6
/proc/2949/task/3005/stat : 3005 (java) S 2946 2949 1500 0 -1 1077944384 1296 13186 0 0 5 2 5 3 20 0 15 0 231842242 11343855616 228816 33554432000 4194304 4196468 140727197992432 139876085156112 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3006] ppid=2946 vsize=11077984 memory=62992 CPUtime=0.16 cores=0,2,4,6
/proc/2949/task/3006/stat : 3006 (java) S 2946 2949 1500 0 -1 1077944384 704 13186 0 0 7 1 5 3 20 0 15 0 231842242 11343855616 228816 33554432000 4194304 4196468 140727197992432 139876084103568 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3007] ppid=2946 vsize=11077984 memory=1228 CPUtime=0.14 cores=0,2,4,6
/proc/2949/task/3007/stat : 3007 (java) S 2946 2949 1500 0 -1 1077944384 4012 13186 0 0 6 0 5 3 20 0 15 0 231842243 11343855616 228816 33554432000 4194304 4196468 140727197992432 139875196009200 139876227259010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3008] ppid=2946 vsize=11077984 memory=2432 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3008/stat : 3008 (java) S 2946 2949 1500 0 -1 1077944384 16 13186 0 0 0 0 5 3 20 0 15 0 231842243 11343855616 228816 33554432000 4194304 4196468 140727197992432 139875072337696 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3009] ppid=2946 vsize=11077984 memory=1828 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3009/stat : 3009 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842244 11343855616 228816 33554432000 4194304 4196468 140727197992432 139874871010560 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3010] ppid=2946 vsize=11077984 memory=915264 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3010/stat : 3010 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842246 11343855616 228816 33554432000 4194304 4196468 140727197992432 139874563611088 139876227266459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3011] ppid=2946 vsize=11077984 memory=2596 CPUtime=4.44 cores=0,2,4,6
/proc/2949/task/3011/stat : 3011 (java) S 2946 2949 1500 0 -1 1077944384 14166 13186 0 0 432 4 5 3 20 0 15 0 231842246 11343855616 228816 33554432000 4194304 4196468 140727197992432 139875194956016 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3012] ppid=2946 vsize=11077984 memory=2596 CPUtime=4.12 cores=0,2,4,6
/proc/2949/task/3012/stat : 3012 (java) S 2946 2949 1500 0 -1 1077944384 8623 13186 0 0 403 1 5 3 20 0 15 0 231842246 11343855616 228816 33554432000 4194304 4196468 140727197992432 139875193903472 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3013] ppid=2946 vsize=11077984 memory=2244 CPUtime=1.86 cores=0,2,4,6
/proc/2949/task/3013/stat : 3013 (java) S 2946 2949 1500 0 -1 1077944384 7050 13186 0 0 175 3 5 3 20 0 15 0 231842246 11343855616 228816 33554432000 4194304 4196468 140727197992432 139875192850416 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3014] ppid=2946 vsize=11077984 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3014/stat : 3014 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842247 11343855616 228816 33554432000 4194304 4196468 140727197992432 139874132814176 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3015] ppid=2946 vsize=11077984 memory=2192 CPUtime=0.09 cores=0,2,4,6
/proc/2949/task/3015/stat : 3015 (java) S 2946 2949 1500 0 -1 1077944384 436 13186 0 0 1 0 5 3 20 0 15 0 231842247 11343855616 228816 33554432000 4194304 4196468 140727197992432 139875191798832 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
Current children cumulated CPU time: 40.84 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 915264 KiB

[startup+31.2007 s]
/proc/loadavg: 1.75 1.41 1.36 3/218 3143
/proc/meminfo: memFree=14933268/32770624 swapFree=67108852/67108860
[pid=2949] ppid=2946 vsize=11077984 memory=917312 CPUtime=41.65 cores=0,2,4,6
/proc/2949/stat : 2949 (java) S 2946 2949 1500 0 -1 1077944320 90185 13186 0 0 4117 40 5 3 20 0 15 0 231842232 11343855616 229328 33554432000 4194304 4196468 140727197992432 140727197974976 139876227247863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
/proc/2949/statm: 2769496 229328 3524 1 0 2731149 0
[pid=2949/tid=3002] ppid=2946 vsize=11077984 memory=62992 CPUtime=30.96 cores=0,2,4,6
/proc/2949/task/3002/stat : 3002 (java) R 2946 2949 1500 0 -1 4202560 50020 13186 0 0 3068 20 5 3 20 0 15 0 231842241 11343855616 229328 33554432000 4194304 4196468 140727197992432 139876199082096 139875775800900 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3003] ppid=2946 vsize=11077984 memory=1228 CPUtime=0.16 cores=0,2,4,6
/proc/2949/task/3003/stat : 3003 (java) S 2946 2949 1500 0 -1 1077944384 238 13186 0 0 7 1 5 3 20 0 15 0 231842242 11343855616 229328 33554432000 4194304 4196468 140727197992432 139876231490064 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3004] ppid=2946 vsize=11077984 memory=2432 CPUtime=0.17 cores=0,2,4,6
/proc/2949/task/3004/stat : 3004 (java) S 2946 2949 1500 0 -1 1077944384 1378 13186 0 0 7 2 5 3 20 0 15 0 231842242 11343855616 229328 33554432000 4194304 4196468 140727197992432 139876086209168 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3005] ppid=2946 vsize=11077984 memory=1828 CPUtime=0.15 cores=0,2,4,6
/proc/2949/task/3005/stat : 3005 (java) S 2946 2949 1500 0 -1 1077944384 1299 13186 0 0 5 2 5 3 20 0 15 0 231842242 11343855616 229328 33554432000 4194304 4196468 140727197992432 139876085156112 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3006] ppid=2946 vsize=11077984 memory=890644 CPUtime=0.16 cores=0,2,4,6
/proc/2949/task/3006/stat : 3006 (java) S 2946 2949 1500 0 -1 1077944384 740 13186 0 0 7 1 5 3 20 0 15 0 231842242 11343855616 229328 33554432000 4194304 4196468 140727197992432 139876084103568 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3007] ppid=2946 vsize=11077984 memory=14863 CPUtime=0.14 cores=0,2,4,6
/proc/2949/task/3007/stat : 3007 (java) S 2946 2949 1500 0 -1 1077944384 4018 13186 0 0 6 0 5 3 20 0 15 0 231842243 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875196009200 139876227259010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3008] ppid=2946 vsize=11077984 memory=22646 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3008/stat : 3008 (java) S 2946 2949 1500 0 -1 1077944384 16 13186 0 0 0 0 5 3 20 0 15 0 231842243 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875072337696 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3009] ppid=2946 vsize=11077984 memory=279271793852672 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3009/stat : 3009 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842244 11343855616 229328 33554432000 4194304 4196468 140727197992432 139874871010560 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3010] ppid=2946 vsize=11077984 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3010/stat : 3010 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842246 11343855616 229328 33554432000 4194304 4196468 140727197992432 139874563611088 139876227266459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3011] ppid=2946 vsize=11077984 memory=6656426216303648864 CPUtime=4.44 cores=0,2,4,6
/proc/2949/task/3011/stat : 3011 (java) S 2946 2949 1500 0 -1 1077944384 14166 13186 0 0 432 4 5 3 20 0 15 0 231842246 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875194956016 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3012] ppid=2946 vsize=11077984 memory=6656426216303648864 CPUtime=4.12 cores=0,2,4,6
/proc/2949/task/3012/stat : 3012 (java) S 2946 2949 1500 0 -1 1077944384 8623 13186 0 0 403 1 5 3 20 0 15 0 231842246 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875193903472 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3013] ppid=2946 vsize=11077984 memory=915264 CPUtime=1.86 cores=0,2,4,6
/proc/2949/task/3013/stat : 3013 (java) S 2946 2949 1500 0 -1 1077944384 7050 13186 0 0 175 3 5 3 20 0 15 0 231842246 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875192850416 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3014] ppid=2946 vsize=11077984 memory=2432 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3014/stat : 3014 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842247 11343855616 229328 33554432000 4194304 4196468 140727197992432 139874132814176 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3015] ppid=2946 vsize=11077984 memory=1828 CPUtime=0.09 cores=0,2,4,6
/proc/2949/task/3015/stat : 3015 (java) S 2946 2949 1500 0 -1 1077944384 436 13186 0 0 1 0 5 3 20 0 15 0 231842247 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875191798832 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
Current children cumulated CPU time: 41.65 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 917312 KiB

[startup+31.6007 s]
/proc/loadavg: 1.75 1.41 1.36 3/218 3143
/proc/meminfo: memFree=14933268/32770624 swapFree=67108852/67108860
[pid=2949] ppid=2946 vsize=11077984 memory=917312 CPUtime=42.05 cores=0,2,4,6
/proc/2949/stat : 2949 (java) S 2946 2949 1500 0 -1 1077944320 90185 13186 0 0 4157 40 5 3 20 0 15 0 231842232 11343855616 229328 33554432000 4194304 4196468 140727197992432 140727197974976 139876227247863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
/proc/2949/statm: 2769496 229328 3524 1 0 2731149 0
[pid=2949/tid=3002] ppid=2946 vsize=11077984 memory=8112282956445269571 CPUtime=31.36 cores=0,2,4,6
/proc/2949/task/3002/stat : 3002 (java) R 2946 2949 1500 0 -1 4202560 50020 13186 0 0 3108 20 5 3 20 0 15 0 231842241 11343855616 229328 33554432000 4194304 4196468 140727197992432 139876199082096 139875769179886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3003] ppid=2946 vsize=11077984 memory=62992 CPUtime=0.16 cores=0,2,4,6
/proc/2949/task/3003/stat : 3003 (java) S 2946 2949 1500 0 -1 1077944384 238 13186 0 0 7 1 5 3 20 0 15 0 231842242 11343855616 229328 33554432000 4194304 4196468 140727197992432 139876231490064 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3004] ppid=2946 vsize=11077984 memory=1228 CPUtime=0.17 cores=0,2,4,6
/proc/2949/task/3004/stat : 3004 (java) S 2946 2949 1500 0 -1 1077944384 1378 13186 0 0 7 2 5 3 20 0 15 0 231842242 11343855616 229328 33554432000 4194304 4196468 140727197992432 139876086209168 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3005] ppid=2946 vsize=11077984 memory=2432 CPUtime=0.15 cores=0,2,4,6
/proc/2949/task/3005/stat : 3005 (java) S 2946 2949 1500 0 -1 1077944384 1299 13186 0 0 5 2 5 3 20 0 15 0 231842242 11343855616 229328 33554432000 4194304 4196468 140727197992432 139876085156112 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3006] ppid=2946 vsize=11077984 memory=1828 CPUtime=0.16 cores=0,2,4,6
/proc/2949/task/3006/stat : 3006 (java) S 2946 2949 1500 0 -1 1077944384 740 13186 0 0 7 1 5 3 20 0 15 0 231842242 11343855616 229328 33554432000 4194304 4196468 140727197992432 139876084103568 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3007] ppid=2946 vsize=11077984 memory=792 CPUtime=0.14 cores=0,2,4,6
/proc/2949/task/3007/stat : 3007 (java) S 2946 2949 1500 0 -1 1077944384 4018 13186 0 0 6 0 5 3 20 0 15 0 231842243 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875196009200 139876227259010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3008] ppid=2946 vsize=11077984 memory=15868 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3008/stat : 3008 (java) S 2946 2949 1500 0 -1 1077944384 16 13186 0 0 0 0 5 3 20 0 15 0 231842243 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875072337696 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3009] ppid=2946 vsize=11077984 memory=4012 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3009/stat : 3009 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842244 11343855616 229328 33554432000 4194304 4196468 140727197992432 139874871010560 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3010] ppid=2946 vsize=11077984 memory=36084 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3010/stat : 3010 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842246 11343855616 229328 33554432000 4194304 4196468 140727197992432 139874563611088 139876227266459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3011] ppid=2946 vsize=11077984 memory=18220 CPUtime=4.44 cores=0,2,4,6
/proc/2949/task/3011/stat : 3011 (java) S 2946 2949 1500 0 -1 1077944384 14166 13186 0 0 432 4 5 3 20 0 15 0 231842246 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875194956016 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3012] ppid=2946 vsize=11077984 memory=1788 CPUtime=4.12 cores=0,2,4,6
/proc/2949/task/3012/stat : 3012 (java) S 2946 2949 1500 0 -1 1077944384 8623 13186 0 0 403 1 5 3 20 0 15 0 231842246 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875193903472 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3013] ppid=2946 vsize=11077984 memory=1232 CPUtime=1.86 cores=0,2,4,6
/proc/2949/task/3013/stat : 3013 (java) S 2946 2949 1500 0 -1 1077944384 7050 13186 0 0 175 3 5 3 20 0 15 0 231842246 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875192850416 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3014] ppid=2946 vsize=11077984 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3014/stat : 3014 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842247 11343855616 229328 33554432000 4194304 4196468 140727197992432 139874132814176 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3015] ppid=2946 vsize=11077984 memory=952 CPUtime=0.09 cores=0,2,4,6
/proc/2949/task/3015/stat : 3015 (java) S 2946 2949 1500 0 -1 1077944384 436 13186 0 0 1 0 5 3 20 0 15 0 231842247 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875191798832 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
Current children cumulated CPU time: 42.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 917312 KiB

[startup+31.8007 s]
/proc/loadavg: 1.75 1.41 1.36 3/218 3143
/proc/meminfo: memFree=14933268/32770624 swapFree=67108852/67108860
[pid=2949] ppid=2946 vsize=11077984 memory=917312 CPUtime=42.25 cores=0,2,4,6
/proc/2949/stat : 2949 (java) S 2946 2949 1500 0 -1 1077944320 90185 13186 0 0 4177 40 5 3 20 0 15 0 231842232 11343855616 229328 33554432000 4194304 4196468 140727197992432 140727197974976 139876227247863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
/proc/2949/statm: 2769496 229328 3524 1 0 2731149 0
[pid=2949/tid=3002] ppid=2946 vsize=11077984 memory=912 CPUtime=31.56 cores=0,2,4,6
/proc/2949/task/3002/stat : 3002 (java) R 2946 2949 1500 0 -1 4202560 50020 13186 0 0 3128 20 5 3 20 0 15 0 231842241 11343855616 229328 33554432000 4194304 4196468 140727197992432 139876199082096 139875775039953 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3003] ppid=2946 vsize=11077984 memory=3848 CPUtime=0.16 cores=0,2,4,6
/proc/2949/task/3003/stat : 3003 (java) S 2946 2949 1500 0 -1 1077944384 238 13186 0 0 7 1 5 3 20 0 15 0 231842242 11343855616 229328 33554432000 4194304 4196468 140727197992432 139876231490064 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3004] ppid=2946 vsize=11077984 memory=2416 CPUtime=0.17 cores=0,2,4,6
/proc/2949/task/3004/stat : 3004 (java) S 2946 2949 1500 0 -1 1077944384 1378 13186 0 0 7 2 5 3 20 0 15 0 231842242 11343855616 229328 33554432000 4194304 4196468 140727197992432 139876086209168 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3005] ppid=2946 vsize=11077984 memory=1536 CPUtime=0.15 cores=0,2,4,6
/proc/2949/task/3005/stat : 3005 (java) S 2946 2949 1500 0 -1 1077944384 1299 13186 0 0 5 2 5 3 20 0 15 0 231842242 11343855616 229328 33554432000 4194304 4196468 140727197992432 139876085156112 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3006] ppid=2946 vsize=11077984 memory=8112282956445269571 CPUtime=0.16 cores=0,2,4,6
/proc/2949/task/3006/stat : 3006 (java) S 2946 2949 1500 0 -1 1077944384 740 13186 0 0 7 1 5 3 20 0 15 0 231842242 11343855616 229328 33554432000 4194304 4196468 140727197992432 139876084103568 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3007] ppid=2946 vsize=11077984 memory=1224 CPUtime=0.14 cores=0,2,4,6
/proc/2949/task/3007/stat : 3007 (java) S 2946 2949 1500 0 -1 1077944384 4018 13186 0 0 6 0 5 3 20 0 15 0 231842243 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875196009200 139876227259010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3008] ppid=2946 vsize=11077984 memory=1944 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3008/stat : 3008 (java) S 2946 2949 1500 0 -1 1077944384 16 13186 0 0 0 0 5 3 20 0 15 0 231842243 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875072337696 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3009] ppid=2946 vsize=11077984 memory=5772 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3009/stat : 3009 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842244 11343855616 229328 33554432000 4194304 4196468 140727197992432 139874871010560 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3010] ppid=2946 vsize=11077984 memory=1444 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3010/stat : 3010 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842246 11343855616 229328 33554432000 4194304 4196468 140727197992432 139874563611088 139876227266459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3011] ppid=2946 vsize=11077984 memory=1160 CPUtime=4.44 cores=0,2,4,6
/proc/2949/task/3011/stat : 3011 (java) S 2946 2949 1500 0 -1 1077944384 14166 13186 0 0 432 4 5 3 20 0 15 0 231842246 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875194956016 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3012] ppid=2946 vsize=11077984 memory=968 CPUtime=4.12 cores=0,2,4,6
/proc/2949/task/3012/stat : 3012 (java) S 2946 2949 1500 0 -1 1077944384 8623 13186 0 0 403 1 5 3 20 0 15 0 231842246 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875193903472 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3013] ppid=2946 vsize=11077984 memory=12144 CPUtime=1.86 cores=0,2,4,6
/proc/2949/task/3013/stat : 3013 (java) S 2946 2949 1500 0 -1 1077944384 7050 13186 0 0 175 3 5 3 20 0 15 0 231842246 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875192850416 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3014] ppid=2946 vsize=11077984 memory=1712 CPUtime=0.08 cores=0,2,4,6
/proc/2949/task/3014/stat : 3014 (java) S 2946 2949 1500 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 231842247 11343855616 229328 33554432000 4194304 4196468 140727197992432 139874132814176 139876227258069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
[pid=2949/tid=3015] ppid=2946 vsize=11077984 memory=8812 CPUtime=0.09 cores=0,2,4,6
/proc/2949/task/3015/stat : 3015 (java) S 2946 2949 1500 0 -1 1077944384 436 13186 0 0 1 0 5 3 20 0 15 0 231842247 11343855616 229328 33554432000 4194304 4196468 140727197992432 139875191798832 139876227259010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8679424 140727197997669 140727198000476 140727198000476 140727198003151 0
Current children cumulated CPU time: 42.25 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 917312 KiB

Child status: 0
Real time (s): 31.8902
CPU time (s): 42.4454
CPU user time (s): 41.9838
CPU system time (s): 0.461565
CPU usage (%): 133.098
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 917312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.9838
system time used= 0.461565
maximum resident set size= 919836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108809
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8141
involuntary context switches= 206


# summary of solver processes directly reported to runsolver:
#   pid: 2949
#   total CPU time (s): 42.4454
#   total CPU user time (s): 41.9838
#   total CPU system time (s): 0.461565

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.203275 second user time and 0.35385 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-13 08:46:31
IDJOB=4305216
IDBENCH=141592
IDSOLVER=2781
FILE ID=node135/4305216-1534142790
RUNJOBID= node135-1534137835-2125
PBS_JOBID= 21037020
Free space on /tmp= 42692 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Frb/frb-40-19-1-mgd_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305216-1534142790/watcher-4305216-1534142790 -o /tmp/evaluation-result-4305216-1534142790/solver-4305216-1534142790 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534137835-2125 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=42963287 -superng HOME/instance-4305216-1534142790.xml

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

MD5SUM BENCH= 1b3b260246d4f65c593765dc4af9b313
RANDOM SEED=42963287

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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:        15889348 kB
MemAvailable:   30754732 kB
Buffers:          254152 kB
Cached:         14706068 kB
SwapCached:            8 kB
Active:          8593068 kB
Inactive:        7571420 kB
Active(anon):    1153220 kB
Inactive(anon):   103288 kB
Active(file):    7439848 kB
Inactive(file):  7468132 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26308 kB
Writeback:             0 kB
AnonPages:       1215120 kB
Mapped:            75856 kB
Shmem:             49816 kB
Slab:             413984 kB
SReclaimable:     385864 kB
SUnreclaim:        28120 kB
KernelStack:        3824 kB
PageTables:         7804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2227948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1126400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 42664 MiB
End job on node135 at 2018-08-13 08:47:03