Trace number 4299832

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
GG's minicp 2018-04-29SAT 17.2764 14.9114

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g08-g43_c18.xml
MD5SUM7cef523f02717582c22db5e2b6d8dc99
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 benchmark1.30732
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints93
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":30}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":10},{"degree":6,"count":3},{"degree":7,"count":6},{"degree":8,"count":4},{"degree":9,"count":3}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":62},{"arity":30,"count":1}]
Number of extensional constraints92
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":92},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.11/0.13	c version: 2018-04-11
0.11/0.13	c seed: 1811631
0.11/0.13	c timeout: -1
0.11/0.13	c memlimit: -1
0.11/0.13	c nbcore: -1
17.16/14.89	s SATISFIABLE
17.16/14.89	v <instantiation>
17.16/14.89	v 	<list>
17.16/14.89	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] 
17.16/14.89	v 	</list>
17.16/14.89	v 	<values>
17.16/14.89	v 		1 92 81 45 40 9 19 93 83 68 23 27 35 85 115 57 60 29 114 21 74 24 37 51 44 112 82 117 61 52 
17.16/14.89	v 	</values>
17.16/14.89	v </instantiation>

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299832-1532819396/watcher-4299832-1532819396 -o /tmp/evaluation-result-4299832-1532819396/solver-4299832-1532819396 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532811179-32003 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299832-1532819396.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
solver pid=733, runsolver pid=730
solver pid=733, runsolver pid=730
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.67 1.67 1.70 4/215 748
/proc/meminfo: memFree=18264752/32770624 swapFree=67108860/67108860
[pid=733] ppid=730 vsize=10661056 memory=27884 CPUtime=0.11 cores=1,3,5,7
/proc/733/stat : 733 (java) S 730 733 31971 0 -1 1077944320 5360 0 0 0 11 0 0 0 20 0 15 0 99502789 10916921344 6971 33554432000 4194304 4196468 140726429581104 140726429563648 140574597385975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
/proc/733/statm: 2665264 6971 2841 1 0 2627263 0
[pid=733/tid=735] ppid=730 vsize=10661056 memory=-6595500271158067543 CPUtime=0.09 cores=1,3,5,7
/proc/733/task/735/stat : 735 (java) R 730 733 31971 0 -1 4202560 3252 0 0 0 9 0 0 0 20 0 15 0 99502789 10916921344 7037 33554432000 4194304 4196468 140726429581104 140574601607136 140574581429605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=736] ppid=730 vsize=10661056 memory=-7001736328920018669 CPUtime=0 cores=1,3,5,7
/proc/733/task/736/stat : 736 (java) S 730 733 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99502790 10916921344 7037 33554432000 4194304 4196468 140726429581104 140574550006288 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=737] ppid=730 vsize=10661056 memory=139695967274624 CPUtime=0 cores=1,3,5,7
/proc/733/task/737/stat : 737 (java) S 730 733 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99502790 10916921344 7037 33554432000 4194304 4196468 140726429581104 140574202714768 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=738] ppid=730 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/738/stat : 738 (java) S 730 733 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99502790 10916921344 7037 33554432000 4194304 4196468 140726429581104 140574201661712 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=739] ppid=730 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/733/task/739/stat : 739 (java) S 730 733 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99502790 10916921344 7037 33554432000 4194304 4196468 140726429581104 140574200609168 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=740] ppid=730 vsize=10661056 memory=139695967274624 CPUtime=0 cores=1,3,5,7
/proc/733/task/740/stat : 740 (java) S 730 733 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99502791 10916921344 7037 33554432000 4194304 4196468 140726429581104 140574157191920 140574597397122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=741] ppid=730 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/733/task/741/stat : 741 (java) S 730 733 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99502792 10916921344 7037 33554432000 4194304 4196468 140726429581104 140574156138144 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=742] ppid=730 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/742/stat : 742 (java) S 730 733 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99502792 10916921344 7037 33554432000 4194304 4196468 140726429581104 140574155085040 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=743] ppid=730 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/743/stat : 743 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99502794 10916921344 7037 33554432000 4194304 4196468 140726429581104 140574154033616 140574597404571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=744] ppid=730 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/744/stat : 744 (java) S 730 733 31971 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 99502794 10916921344 7037 33554432000 4194304 4196468 140726429581104 140574152980720 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=745] ppid=730 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/733/task/745/stat : 745 (java) S 730 733 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99502794 10916921344 7037 33554432000 4194304 4196468 140726429581104 140574151928176 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=746] ppid=730 vsize=10661056 memory=139695967274624 CPUtime=0.02 cores=1,3,5,7
/proc/733/task/746/stat : 746 (java) S 730 733 31971 0 -1 1077944384 332 0 0 0 2 0 0 0 20 0 15 0 99502794 10916921344 7037 33554432000 4194304 4196468 140726429581104 140574150875120 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=747] ppid=730 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/733/task/747/stat : 747 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99502794 10916921344 7037 33554432000 4194304 4196468 140726429581104 140574149822816 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=748] ppid=730 vsize=10661056 memory=139695967274624 CPUtime=0 cores=1,3,5,7
/proc/733/task/748/stat : 748 (java) S 730 733 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99502795 10916921344 7037 33554432000 4194304 4196468 140726429581104 140574148770864 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27884 KiB

[startup+0.210476 s]*
/proc/loadavg: 1.67 1.67 1.70 4/215 748
/proc/meminfo: memFree=18254316/32770624 swapFree=67108860/67108860
[pid=733] ppid=730 vsize=10661056 memory=40336 CPUtime=0.33 cores=1,3,5,7
/proc/733/stat : 733 (java) S 730 733 31971 0 -1 1077944320 8156 0 0 0 32 1 0 0 20 0 15 0 99502789 10916921344 10084 33554432000 4194304 4196468 140726429581104 140726429563648 140574597385975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
/proc/733/statm: 2665264 10084 2994 1 0 2627263 0
[pid=733/tid=735] ppid=730 vsize=10661056 memory=8110268329461324165 CPUtime=0.2 cores=1,3,5,7
/proc/733/task/735/stat : 735 (java) R 730 733 31971 0 -1 4202560 5219 0 0 0 19 1 0 0 20 0 15 0 99502789 10916921344 10149 33554432000 4194304 4196468 140726429581104 140574601620560 140574597407901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=736] ppid=730 vsize=10661056 memory=-7017870212350184252 CPUtime=0 cores=1,3,5,7
/proc/733/task/736/stat : 736 (java) S 730 733 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99502790 10916921344 10149 33554432000 4194304 4196468 140726429581104 140574550006288 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=737] ppid=730 vsize=10661056 memory=139695967274624 CPUtime=0 cores=1,3,5,7
/proc/733/task/737/stat : 737 (java) S 730 733 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99502790 10916921344 10149 33554432000 4194304 4196468 140726429581104 140574202714768 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=738] ppid=730 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/738/stat : 738 (java) S 730 733 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99502790 10916921344 10149 33554432000 4194304 4196468 140726429581104 140574201661712 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=739] ppid=730 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/733/task/739/stat : 739 (java) S 730 733 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99502790 10916921344 10149 33554432000 4194304 4196468 140726429581104 140574200609168 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=740] ppid=730 vsize=10661056 memory=139695967274624 CPUtime=0 cores=1,3,5,7
/proc/733/task/740/stat : 740 (java) S 730 733 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99502791 10916921344 10149 33554432000 4194304 4196468 140726429581104 140574157191920 140574597397122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=741] ppid=730 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/733/task/741/stat : 741 (java) S 730 733 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99502792 10916921344 10149 33554432000 4194304 4196468 140726429581104 140574156138144 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=742] ppid=730 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/742/stat : 742 (java) S 730 733 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99502792 10916921344 10149 33554432000 4194304 4196468 140726429581104 140574155085040 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=743] ppid=730 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/743/stat : 743 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99502794 10916921344 10149 33554432000 4194304 4196468 140726429581104 140574154033616 140574597404571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=744] ppid=730 vsize=10661056 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/733/task/744/stat : 744 (java) S 730 733 31971 0 -1 1077944384 743 0 0 0 3 0 0 0 20 0 15 0 99502794 10916921344 10149 33554432000 4194304 4196468 140726429581104 140574152980720 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=745] ppid=730 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/733/task/745/stat : 745 (java) S 730 733 31971 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 99502794 10916921344 10149 33554432000 4194304 4196468 140726429581104 140574151928176 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=746] ppid=730 vsize=10661056 memory=139695967274624 CPUtime=0.08 cores=1,3,5,7
/proc/733/task/746/stat : 746 (java) R 730 733 31971 0 -1 4202560 840 0 0 0 8 0 0 0 20 0 15 0 99502794 10916921344 10149 33554432000 4194304 4196468 140726429581104 140574150875120 140574576680226 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=747] ppid=730 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/733/task/747/stat : 747 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99502794 10916921344 10149 33554432000 4194304 4196468 140726429581104 140574149822816 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=748] ppid=730 vsize=10661056 memory=139695967274624 CPUtime=0 cores=1,3,5,7
/proc/733/task/748/stat : 748 (java) S 730 733 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99502795 10916921344 10149 33554432000 4194304 4196468 140726429581104 140574148770864 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40336 KiB

[startup+0.314769 s]*
/proc/loadavg: 1.67 1.67 1.70 5/215 748
/proc/meminfo: memFree=18244640/32770624 swapFree=67108860/67108860
[pid=733] ppid=730 vsize=10661132 memory=49900 CPUtime=0.61 cores=1,3,5,7
/proc/733/stat : 733 (java) S 730 733 31971 0 -1 1077944320 9527 0 0 0 59 2 0 0 20 0 15 0 99502789 10916999168 12409 33554432000 4194304 4196468 140726429581104 140726429563648 140574597385975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
/proc/733/statm: 2665283 12475 3068 1 0 2627263 0
[pid=733/tid=735] ppid=730 vsize=10661132 memory=-7174084197679134148 CPUtime=0.3 cores=1,3,5,7
/proc/733/task/735/stat : 735 (java) R 730 733 31971 0 -1 4202560 5531 0 0 0 29 1 0 0 20 0 15 0 99502789 10916999168 12475 33554432000 4194304 4196468 140726429581104 140574601621760 140574581466462 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=736] ppid=730 vsize=10661132 memory=6055707668463774031 CPUtime=0 cores=1,3,5,7
/proc/733/task/736/stat : 736 (java) S 730 733 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99502790 10916999168 12475 33554432000 4194304 4196468 140726429581104 140574550006288 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=737] ppid=730 vsize=10661132 memory=139695967274624 CPUtime=0 cores=1,3,5,7
/proc/733/task/737/stat : 737 (java) S 730 733 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99502790 10916999168 12475 33554432000 4194304 4196468 140726429581104 140574202714768 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=738] ppid=730 vsize=10661132 memory=8530215889788220215 CPUtime=0 cores=1,3,5,7
/proc/733/task/738/stat : 738 (java) S 730 733 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99502790 10916999168 12475 33554432000 4194304 4196468 140726429581104 140574201661712 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=739] ppid=730 vsize=10661132 memory=8530215889788285750 CPUtime=0 cores=1,3,5,7
/proc/733/task/739/stat : 739 (java) S 730 733 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99502790 10916999168 12475 33554432000 4194304 4196468 140726429581104 140574200609168 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=740] ppid=730 vsize=10661132 memory=139695967274624 CPUtime=0 cores=1,3,5,7
/proc/733/task/740/stat : 740 (java) S 730 733 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99502791 10916999168 12475 33554432000 4194304 4196468 140726429581104 140574157191920 140574597397122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=741] ppid=730 vsize=10661132 memory=8530215889787761718 CPUtime=0 cores=1,3,5,7
/proc/733/task/741/stat : 741 (java) S 730 733 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99502792 10916999168 12475 33554432000 4194304 4196468 140726429581104 140574156138144 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=742] ppid=730 vsize=10661132 memory=8530215889787827255 CPUtime=0 cores=1,3,5,7
/proc/733/task/742/stat : 742 (java) S 730 733 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99502792 10916999168 12475 33554432000 4194304 4196468 140726429581104 140574155085040 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=743] ppid=730 vsize=10661132 memory=8530215889787892791 CPUtime=0 cores=1,3,5,7
/proc/733/task/743/stat : 743 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99502794 10916999168 12475 33554432000 4194304 4196468 140726429581104 140574154033616 140574597404571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=744] ppid=730 vsize=10661132 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/733/task/744/stat : 744 (java) R 730 733 31971 0 -1 4202560 1175 0 0 0 9 0 0 0 20 0 15 0 99502794 10916999168 12475 33554432000 4194304 4196468 140726429581104 140574152966600 140574582501030 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=745] ppid=730 vsize=10661132 memory=8530215889788023862 CPUtime=0.05 cores=1,3,5,7
/proc/733/task/745/stat : 745 (java) R 730 733 31971 0 -1 1077944384 400 0 0 0 5 0 0 0 20 0 15 0 99502794 10916999168 12475 33554432000 4194304 4196468 140726429581104 140574151928176 140574597397122 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=746] ppid=730 vsize=10661132 memory=139695967274624 CPUtime=0.15 cores=1,3,5,7
/proc/733/task/746/stat : 746 (java) R 730 733 31971 0 -1 4202560 1115 0 0 0 15 0 0 0 20 0 15 0 99502794 10916999168 12475 33554432000 4194304 4196468 140726429581104 140574150875120 140574597407322 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=747] ppid=730 vsize=10661132 memory=8530215889788154934 CPUtime=0 cores=1,3,5,7
/proc/733/task/747/stat : 747 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99502794 10916999168 12475 33554432000 4194304 4196468 140726429581104 140574149822816 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=748] ppid=730 vsize=10661132 memory=139695967274624 CPUtime=0 cores=1,3,5,7
/proc/733/task/748/stat : 748 (java) S 730 733 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99502795 10916999168 12475 33554432000 4194304 4196468 140726429581104 140574148770864 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 49900 KiB

[startup+0.700792 s]
/proc/loadavg: 1.67 1.67 1.70 6/215 748
/proc/meminfo: memFree=18113076/32770624 swapFree=67108860/67108860
[pid=733] ppid=730 vsize=10661132 memory=202572 CPUtime=1.74 cores=1,3,5,7
/proc/733/stat : 733 (java) S 730 733 31971 0 -1 1077944320 16284 0 0 0 168 6 0 0 20 0 15 0 99502789 10916999168 50643 33554432000 4194304 4196468 140726429581104 140726429563648 140574597385975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
/proc/733/statm: 2665283 50643 3124 1 0 2627263 0
[pid=733/tid=735] ppid=730 vsize=10661132 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/733/task/735/stat : 735 (java) R 730 733 31971 0 -1 4202560 5834 0 0 0 63 3 0 0 20 0 15 0 99502789 10916999168 50643 33554432000 4194304 4196468 140726429581104 140574601622208 140574232564362 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=736] ppid=730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/736/stat : 736 (java) S 730 733 31971 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 99502790 10916999168 50643 33554432000 4194304 4196468 140726429581104 140574550006288 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=737] ppid=730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/737/stat : 737 (java) S 730 733 31971 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 99502790 10916999168 50643 33554432000 4194304 4196468 140726429581104 140574202714768 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=738] ppid=730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/738/stat : 738 (java) S 730 733 31971 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 99502790 10916999168 50643 33554432000 4194304 4196468 140726429581104 140574201661712 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=739] ppid=730 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/733/task/739/stat : 739 (java) S 730 733 31971 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99502790 10916999168 50643 33554432000 4194304 4196468 140726429581104 140574200609168 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=740] ppid=730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/740/stat : 740 (java) S 730 733 31971 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 99502791 10916999168 50643 33554432000 4194304 4196468 140726429581104 140574157191920 140574597397122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=741] ppid=730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/741/stat : 741 (java) S 730 733 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99502792 10916999168 50643 33554432000 4194304 4196468 140726429581104 140574156138144 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=742] ppid=730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/742/stat : 742 (java) S 730 733 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99502792 10916999168 50643 33554432000 4194304 4196468 140726429581104 140574155085040 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=743] ppid=730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/743/stat : 743 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99502794 10916999168 50643 33554432000 4194304 4196468 140726429581104 140574154033616 140574597404571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=744] ppid=730 vsize=10661132 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/733/task/744/stat : 744 (java) R 730 733 31971 0 -1 4202560 4215 0 0 0 39 0 0 0 20 0 15 0 99502794 10916999168 50643 33554432000 4194304 4196468 140726429581104 140574152966776 140574578930097 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=745] ppid=730 vsize=10661132 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/733/task/745/stat : 745 (java) R 730 733 31971 0 -1 4202560 2959 0 0 0 37 0 0 0 20 0 15 0 99502794 10916999168 50643 33554432000 4194304 4196468 140726429581104 140574151909192 140574575243136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=746] ppid=730 vsize=10661132 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/733/task/746/stat : 746 (java) S 730 733 31971 0 -1 1077944384 1795 0 0 0 26 0 0 0 20 0 15 0 99502794 10916999168 50643 33554432000 4194304 4196468 140726429581104 140574150875120 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=747] ppid=730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/747/stat : 747 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99502794 10916999168 50643 33554432000 4194304 4196468 140726429581104 140574149822816 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=748] ppid=730 vsize=10661132 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/733/task/748/stat : 748 (java) S 730 733 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99502795 10916999168 50643 33554432000 4194304 4196468 140726429581104 140574148770864 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 202572 KiB

[startup+1.50075 s]
/proc/loadavg: 1.67 1.67 1.70 5/215 748
/proc/meminfo: memFree=18077708/32770624 swapFree=67108860/67108860
[pid=733] ppid=730 vsize=10661132 memory=218068 CPUtime=3.57 cores=1,3,5,7
/proc/733/stat : 733 (java) S 730 733 31971 0 -1 1077944320 19514 0 0 0 350 7 0 0 20 0 15 0 99502789 10916999168 54517 33554432000 4194304 4196468 140726429581104 140726429563648 140574597385975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
/proc/733/statm: 2665283 54517 3127 1 0 2627263 0
[pid=733/tid=735] ppid=730 vsize=10661132 memory=4140 CPUtime=1.46 cores=1,3,5,7
/proc/733/task/735/stat : 735 (java) R 730 733 31971 0 -1 4202560 5837 0 0 0 143 3 0 0 20 0 15 0 99502789 10916999168 54517 33554432000 4194304 4196468 140726429581104 140574601625312 140574229603454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=736] ppid=730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/736/stat : 736 (java) S 730 733 31971 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 99502790 10916999168 54517 33554432000 4194304 4196468 140726429581104 140574550006288 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=737] ppid=730 vsize=10661132 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/733/task/737/stat : 737 (java) S 730 733 31971 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 99502790 10916999168 54517 33554432000 4194304 4196468 140726429581104 140574202714768 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=738] ppid=730 vsize=10661132 memory=14777 CPUtime=0 cores=1,3,5,7
/proc/733/task/738/stat : 738 (java) S 730 733 31971 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 99502790 10916999168 54517 33554432000 4194304 4196468 140726429581104 140574201661712 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=739] ppid=730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/739/stat : 739 (java) S 730 733 31971 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99502790 10916999168 54517 33554432000 4194304 4196468 140726429581104 140574200609168 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=740] ppid=730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7

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

[pid=733/tid=746] ppid=730 vsize=10661132 memory=139695824892869 CPUtime=0.3 cores=1,3,5,7
/proc/733/task/746/stat : 746 (java) S 730 733 31971 0 -1 1077944384 1859 0 0 0 30 0 0 0 20 0 15 0 99502794 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574150875120 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=747] ppid=730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/747/stat : 747 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99502794 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574149822816 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=748] ppid=730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/748/stat : 748 (java) S 730 733 31971 0 -1 1077944384 620 0 0 0 0 0 0 0 20 0 15 0 99502795 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574148770864 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
Current children cumulated CPU time: 15.15 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 357512 KiB

[startup+13.6007 s]
/proc/loadavg: 1.59 1.65 1.69 3/215 755
/proc/meminfo: memFree=17940864/32770624 swapFree=67108860/67108860
[pid=733] ppid=730 vsize=10661132 memory=357512 CPUtime=15.95 cores=1,3,5,7
/proc/733/stat : 733 (java) S 730 733 31971 0 -1 1077944320 24505 0 0 0 1582 13 0 0 20 0 15 0 99502789 10916999168 89378 33554432000 4194304 4196468 140726429581104 140726429563648 140574597385975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
/proc/733/statm: 2665283 89378 3144 1 0 2627263 0
[pid=733/tid=735] ppid=730 vsize=10661132 memory=1408 CPUtime=13.51 cores=1,3,5,7
/proc/733/task/735/stat : 735 (java) R 730 733 31971 0 -1 4202560 6574 0 0 0 1346 5 0 0 20 0 15 0 99502789 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574601625184 140574233084781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=736] ppid=730 vsize=10661132 memory=3092 CPUtime=0.02 cores=1,3,5,7
/proc/733/task/736/stat : 736 (java) S 730 733 31971 0 -1 1077944384 85 0 0 0 1 1 0 0 20 0 15 0 99502790 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574550006288 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=737] ppid=730 vsize=10661132 memory=1924220 CPUtime=0.02 cores=1,3,5,7
/proc/733/task/737/stat : 737 (java) S 730 733 31971 0 -1 1077944384 186 0 0 0 1 1 0 0 20 0 15 0 99502790 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574202714768 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=738] ppid=730 vsize=10661132 memory=28644 CPUtime=0.02 cores=1,3,5,7
/proc/733/task/738/stat : 738 (java) S 730 733 31971 0 -1 1077944384 280 0 0 0 1 1 0 0 20 0 15 0 99502790 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574201661712 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=739] ppid=730 vsize=10661132 memory=1296 CPUtime=0.01 cores=1,3,5,7
/proc/733/task/739/stat : 739 (java) S 730 733 31971 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 15 0 99502790 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574200609168 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=740] ppid=730 vsize=10661132 memory=2412 CPUtime=0.01 cores=1,3,5,7
/proc/733/task/740/stat : 740 (java) S 730 733 31971 0 -1 1077944384 650 0 0 0 1 0 0 0 20 0 15 0 99502791 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574157191920 140574597397122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=741] ppid=730 vsize=10661132 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/733/task/741/stat : 741 (java) S 730 733 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99502792 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574156138208 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=742] ppid=730 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/733/task/742/stat : 742 (java) S 730 733 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99502792 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574155085040 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=743] ppid=730 vsize=10661132 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/733/task/743/stat : 743 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99502794 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574154033616 140574597404571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=744] ppid=730 vsize=10661132 memory=1196 CPUtime=1.13 cores=1,3,5,7
/proc/733/task/744/stat : 744 (java) S 730 733 31971 0 -1 1077944384 6651 0 0 0 112 1 0 0 20 0 15 0 99502794 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574152980720 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=745] ppid=730 vsize=10661132 memory=5788 CPUtime=0.85 cores=1,3,5,7
/proc/733/task/745/stat : 745 (java) S 730 733 31971 0 -1 1077944384 6204 0 0 0 85 0 0 0 20 0 15 0 99502794 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574151928176 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=746] ppid=730 vsize=10661132 memory=4616 CPUtime=0.3 cores=1,3,5,7
/proc/733/task/746/stat : 746 (java) S 730 733 31971 0 -1 1077944384 1859 0 0 0 30 0 0 0 20 0 15 0 99502794 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574150875120 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=747] ppid=730 vsize=10661132 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/733/task/747/stat : 747 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99502794 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574149822816 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=748] ppid=730 vsize=10661132 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/733/task/748/stat : 748 (java) S 730 733 31971 0 -1 1077944384 620 0 0 0 0 0 0 0 20 0 15 0 99502795 10916999168 89378 33554432000 4194304 4196468 140726429581104 140574148770864 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
Current children cumulated CPU time: 15.95 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 357512 KiB

[startup+14.4007 s]
/proc/loadavg: 1.59 1.65 1.69 3/215 755
/proc/meminfo: memFree=17941768/32770624 swapFree=67108860/67108860
[pid=733] ppid=730 vsize=10661132 memory=357528 CPUtime=16.76 cores=1,3,5,7
/proc/733/stat : 733 (java) S 730 733 31971 0 -1 1077944320 25202 0 0 0 1663 13 0 0 20 0 15 0 99502789 10916999168 89382 33554432000 4194304 4196468 140726429581104 140726429563648 140574597385975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
/proc/733/statm: 2665283 89382 3144 1 0 2627263 0
[pid=733/tid=735] ppid=730 vsize=10661132 memory=7812732073686689088 CPUtime=14.31 cores=1,3,5,7
/proc/733/task/735/stat : 735 (java) R 730 733 31971 0 -1 4202560 6618 0 0 0 1426 5 0 0 20 0 15 0 99502789 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574601625296 140574233043845 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=736] ppid=730 vsize=10661132 memory=6947385649911455296 CPUtime=0.02 cores=1,3,5,7
/proc/733/task/736/stat : 736 (java) S 730 733 31971 0 -1 1077944384 113 0 0 0 1 1 0 0 20 0 15 0 99502790 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574550006288 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=737] ppid=730 vsize=10661132 memory=357512 CPUtime=0.02 cores=1,3,5,7
/proc/733/task/737/stat : 737 (java) S 730 733 31971 0 -1 1077944384 241 0 0 0 1 1 0 0 20 0 15 0 99502790 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574202714768 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=738] ppid=730 vsize=10661132 memory=139695824795796 CPUtime=0.02 cores=1,3,5,7
/proc/733/task/738/stat : 738 (java) S 730 733 31971 0 -1 1077944384 305 0 0 0 1 1 0 0 20 0 15 0 99502790 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574201661712 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=739] ppid=730 vsize=10661132 memory=-8814778641440817303 CPUtime=0.01 cores=1,3,5,7
/proc/733/task/739/stat : 739 (java) S 730 733 31971 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 15 0 99502790 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574200609168 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=740] ppid=730 vsize=10661132 memory=11201815328051 CPUtime=0.01 cores=1,3,5,7
/proc/733/task/740/stat : 740 (java) S 730 733 31971 0 -1 1077944384 877 0 0 0 1 0 0 0 20 0 15 0 99502791 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574157191920 140574597397122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=741] ppid=730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/741/stat : 741 (java) S 730 733 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99502792 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574156138208 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=742] ppid=730 vsize=10661132 memory=288431886035174296 CPUtime=0 cores=1,3,5,7
/proc/733/task/742/stat : 742 (java) S 730 733 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99502792 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574155085040 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=743] ppid=730 vsize=10661132 memory=139695824683936 CPUtime=0 cores=1,3,5,7
/proc/733/task/743/stat : 743 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99502794 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574154033616 140574597404571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=744] ppid=730 vsize=10661132 memory=139695824683968 CPUtime=1.13 cores=1,3,5,7
/proc/733/task/744/stat : 744 (java) S 730 733 31971 0 -1 1077944384 6651 0 0 0 112 1 0 0 20 0 15 0 99502794 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574152980720 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=745] ppid=730 vsize=10661132 memory=139695824684000 CPUtime=0.85 cores=1,3,5,7
/proc/733/task/745/stat : 745 (java) S 730 733 31971 0 -1 1077944384 6204 0 0 0 85 0 0 0 20 0 15 0 99502794 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574151928176 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=746] ppid=730 vsize=10661132 memory=139695824684032 CPUtime=0.3 cores=1,3,5,7
/proc/733/task/746/stat : 746 (java) S 730 733 31971 0 -1 1077944384 1859 0 0 0 30 0 0 0 20 0 15 0 99502794 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574150875120 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=747] ppid=730 vsize=10661132 memory=139695824684064 CPUtime=0 cores=1,3,5,7
/proc/733/task/747/stat : 747 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99502794 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574149822816 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=748] ppid=730 vsize=10661132 memory=139695824684096 CPUtime=0 cores=1,3,5,7
/proc/733/task/748/stat : 748 (java) S 730 733 31971 0 -1 1077944384 620 0 0 0 0 0 0 0 20 0 15 0 99502795 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574148770864 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
Current children cumulated CPU time: 16.76 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 357528 KiB

[startup+14.8007 s]
/proc/loadavg: 1.59 1.65 1.69 3/215 755
/proc/meminfo: memFree=17941768/32770624 swapFree=67108860/67108860
[pid=733] ppid=730 vsize=10661132 memory=357528 CPUtime=17.16 cores=1,3,5,7
/proc/733/stat : 733 (java) S 730 733 31971 0 -1 1077944320 25210 0 0 0 1703 13 0 0 20 0 15 0 99502789 10916999168 89382 33554432000 4194304 4196468 140726429581104 140726429563648 140574597385975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
/proc/733/statm: 2665283 89382 3144 1 0 2627263 0
[pid=733/tid=735] ppid=730 vsize=10661132 memory=288230596050944315 CPUtime=14.71 cores=1,3,5,7
/proc/733/task/735/stat : 735 (java) R 730 733 31971 0 -1 4202560 6618 0 0 0 1466 5 0 0 20 0 15 0 99502789 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574601625296 140574232639361 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=736] ppid=730 vsize=10661132 memory=14695192770905787 CPUtime=0.02 cores=1,3,5,7
/proc/733/task/736/stat : 736 (java) S 730 733 31971 0 -1 1077944384 113 0 0 0 1 1 0 0 20 0 15 0 99502790 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574550006288 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=737] ppid=730 vsize=10661132 memory=357512 CPUtime=0.02 cores=1,3,5,7
/proc/733/task/737/stat : 737 (java) S 730 733 31971 0 -1 1077944384 241 0 0 0 1 1 0 0 20 0 15 0 99502790 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574202714768 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=738] ppid=730 vsize=10661132 memory=4012 CPUtime=0.02 cores=1,3,5,7
/proc/733/task/738/stat : 738 (java) S 730 733 31971 0 -1 1077944384 305 0 0 0 1 1 0 0 20 0 15 0 99502790 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574201661712 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=739] ppid=730 vsize=10661132 memory=16468 CPUtime=0.01 cores=1,3,5,7
/proc/733/task/739/stat : 739 (java) S 730 733 31971 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 15 0 99502790 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574200609168 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=740] ppid=730 vsize=10661132 memory=18484 CPUtime=0.01 cores=1,3,5,7
/proc/733/task/740/stat : 740 (java) S 730 733 31971 0 -1 1077944384 877 0 0 0 1 0 0 0 20 0 15 0 99502791 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574157191920 140574597397122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=741] ppid=730 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/733/task/741/stat : 741 (java) S 730 733 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99502792 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574156138208 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=742] ppid=730 vsize=10661132 memory=279391649371920 CPUtime=0 cores=1,3,5,7
/proc/733/task/742/stat : 742 (java) S 730 733 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99502792 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574155085040 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=743] ppid=730 vsize=10661132 memory=139695824603256 CPUtime=0 cores=1,3,5,7
/proc/733/task/743/stat : 743 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99502794 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574154033616 140574597404571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=744] ppid=730 vsize=10661132 memory=1240 CPUtime=1.13 cores=1,3,5,7
/proc/733/task/744/stat : 744 (java) S 730 733 31971 0 -1 1077944384 6653 0 0 0 112 1 0 0 20 0 15 0 99502794 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574152980720 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=745] ppid=730 vsize=10661132 memory=2424 CPUtime=0.85 cores=1,3,5,7
/proc/733/task/745/stat : 745 (java) S 730 733 31971 0 -1 1077944384 6207 0 0 0 85 0 0 0 20 0 15 0 99502794 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574151928176 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=746] ppid=730 vsize=10661132 memory=1568 CPUtime=0.3 cores=1,3,5,7
/proc/733/task/746/stat : 746 (java) S 730 733 31971 0 -1 1077944384 1862 0 0 0 30 0 0 0 20 0 15 0 99502794 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574150875120 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=747] ppid=730 vsize=10661132 memory=928 CPUtime=0 cores=1,3,5,7
/proc/733/task/747/stat : 747 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99502794 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574149822816 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=748] ppid=730 vsize=10661132 memory=6947385649911455296 CPUtime=0 cores=1,3,5,7
/proc/733/task/748/stat : 748 (java) S 730 733 31971 0 -1 1077944384 620 0 0 0 0 0 0 0 20 0 15 0 99502795 10916999168 89382 33554432000 4194304 4196468 140726429581104 140574148770864 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
Current children cumulated CPU time: 17.16 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 357528 KiB

[startup+14.9007 s]
/proc/loadavg: 1.59 1.65 1.69 3/215 755
/proc/meminfo: memFree=17941768/32770624 swapFree=67108860/67108860
[pid=733] ppid=730 vsize=10727696 memory=357740 CPUtime=17.27 cores=1,3,5,7
/proc/733/stat : 733 (java) S 730 733 31971 0 -1 1077944320 26698 0 0 0 1713 14 0 0 20 0 14 0 99502789 10985160704 89435 33554432000 4194304 4196468 140726429581104 140726429563648 140574597385975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
/proc/733/statm: 2681924 89435 3147 1 0 2643904 0
[pid=733/tid=735] ppid=730 vsize=10727696 memory=357528 CPUtime=14.81 cores=1,3,5,7
/proc/733/task/735/stat : 735 (java) S 730 733 31971 0 -1 1077944384 7526 0 0 0 1476 5 0 0 20 0 14 0 99502789 10985160704 89435 33554432000 4194304 4196468 140726429581104 140574601628816 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=736] ppid=730 vsize=10727696 memory=279391649582152 CPUtime=0.02 cores=1,3,5,7
/proc/733/task/736/stat : 736 (java) S 730 733 31971 0 -1 1077944384 113 0 0 0 1 1 0 0 20 0 14 0 99502790 10985160704 89435 33554432000 4194304 4196468 140726429581104 140574550006288 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=737] ppid=730 vsize=10727696 memory=6154260594148666224 CPUtime=0.02 cores=1,3,5,7
/proc/733/task/737/stat : 737 (java) S 730 733 31971 0 -1 1077944384 241 0 0 0 1 1 0 0 20 0 14 0 99502790 10985160704 89435 33554432000 4194304 4196468 140726429581104 140574202714768 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=738] ppid=730 vsize=10727696 memory=139695824684128 CPUtime=0.02 cores=1,3,5,7
/proc/733/task/738/stat : 738 (java) S 730 733 31971 0 -1 1077944384 305 0 0 0 1 1 0 0 20 0 14 0 99502790 10985160704 89435 33554432000 4194304 4196468 140726429581104 140574201661712 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=739] ppid=730 vsize=10727696 memory=734843300744604136 CPUtime=0.01 cores=1,3,5,7
/proc/733/task/739/stat : 739 (java) S 730 733 31971 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 14 0 99502790 10985160704 89435 33554432000 4194304 4196468 140726429581104 140574200609168 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=740] ppid=730 vsize=10727696 memory=-1664385933527490352 CPUtime=0.01 cores=1,3,5,7
/proc/733/task/740/stat : 740 (java) S 730 733 31971 0 -1 1077944384 877 0 0 0 1 0 0 0 20 0 14 0 99502791 10985160704 89435 33554432000 4194304 4196468 140726429581104 140574157192128 140574597397122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=741] ppid=730 vsize=10727696 memory=6947385649911455296 CPUtime=0 cores=1,3,5,7
/proc/733/task/741/stat : 741 (java) S 730 733 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 99502792 10985160704 89435 33554432000 4194304 4196468 140726429581104 140574156138208 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=742] ppid=730 vsize=10727696 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/733/task/742/stat : 742 (java) S 730 733 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 99502792 10985160704 89435 33554432000 4194304 4196468 140726429581104 140574155085040 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=743] ppid=730 vsize=10727696 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/733/task/743/stat : 743 (java) S 730 733 31971 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 14 0 99502794 10985160704 89435 33554432000 4194304 4196468 140726429581104 140574154033264 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=744] ppid=730 vsize=10727696 memory=8584 CPUtime=1.13 cores=1,3,5,7
/proc/733/task/744/stat : 744 (java) S 730 733 31971 0 -1 1077944384 6653 0 0 0 112 1 0 0 20 0 14 0 99502794 10985160704 89435 33554432000 4194304 4196468 140726429581104 140574152980720 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=745] ppid=730 vsize=10727696 memory=4140 CPUtime=0.85 cores=1,3,5,7
/proc/733/task/745/stat : 745 (java) S 730 733 31971 0 -1 1077944384 6309 0 0 0 85 0 0 0 20 0 14 0 99502794 10985160704 89435 33554432000 4194304 4196468 140726429581104 140574151913248 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=746] ppid=730 vsize=10727696 memory=1408 CPUtime=0.3 cores=1,3,5,7
/proc/733/task/746/stat : 746 (java) S 730 733 31971 0 -1 1077944384 2307 0 0 0 30 0 0 0 20 0 14 0 99502794 10985160704 89435 33554432000 4194304 4196468 140726429581104 140574150875120 140574597397122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
[pid=733/tid=747] ppid=730 vsize=10727696 memory=3092 CPUtime=0 cores=1,3,5,7
/proc/733/task/747/stat : 747 (java) S 730 733 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 99502794 10985160704 89435 33554432000 4194304 4196468 140726429581104 140574149822816 140574597396181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140726429582453 140726429582601 140726429582601 140726429585359 0
Current children cumulated CPU time: 17.27 s
Current children cumulated vsize: 10727696 KiB
Current children cumulated memory: 357740 KiB

Child status: 0
Real time (s): 14.9114
CPU time (s): 17.2764
CPU user time (s): 17.1311
CPU system time (s): 0.145348
CPU usage (%): 115.86
Max. virtual memory (cumulated for all children) (KiB): 10727696
Max. memory (cumulated for all children) (KiB): 357740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.1311
system time used= 0.145348
maximum resident set size= 361632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26732
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1822
involuntary context switches= 46


# summary of solver processes directly reported to runsolver:
#   pid: 733
#   total CPU time (s): 17.2764
#   total CPU user time (s): 17.1311
#   total CPU system time (s): 0.145348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.118997 second user time and 0.167512 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 01:09:56
IDJOB=4299832
IDBENCH=141497
IDSOLVER=2762
FILE ID=node103/4299832-1532819396
RUNJOBID= node103-1532811179-32003
PBS_JOBID= 21022486
Free space on /tmp= 56532 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g08-g43_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299832-1532819396/watcher-4299832-1532819396 -o /tmp/evaluation-result-4299832-1532819396/solver-4299832-1532819396 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532811179-32003 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299832-1532819396.xml

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

MD5SUM BENCH= 7cef523f02717582c22db5e2b6d8dc99
RANDOM SEED=1514343042

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        18281536 kB
MemAvailable:   30005184 kB
Buffers:          304220 kB
Cached:         11602332 kB
SwapCached:            0 kB
Active:          5850828 kB
Inactive:        8030432 kB
Active(anon):    1977012 kB
Inactive(anon):    25184 kB
Active(file):    3873816 kB
Inactive(file):  8005248 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1404 kB
Writeback:             0 kB
AnonPages:       1988956 kB
Mapped:            55664 kB
Shmem:             25228 kB
Slab:             300920 kB
SReclaimable:     273044 kB
SUnreclaim:        27876 kB
KernelStack:        3792 kB
PageTables:         9956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2534240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1918976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56528 MiB
End job on node103 at 2018-07-29 01:10:11