Trace number 4274123

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
OscaR - Conflict Ordering 2017-07-26SAT 401.14099 399.17099

General information on the benchmark

NameRandom/Random-D-t020/
rand-2-40-11-414-020-23.xml
MD5SUM1a4e26af447c68eb67ea8607a589b7af
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.03478
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":40}]
Minimum variable degree15
Maximum variable degree30
Distribution of variable degrees[{"degree":15,"count":1},{"degree":16,"count":5},{"degree":17,"count":2},{"degree":18,"count":1},{"degree":19,"count":6},{"degree":20,"count":4},{"degree":21,"count":5},{"degree":22,"count":6},{"degree":23,"count":3},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":26,"count":1},{"degree":27,"count":1},{"degree":30,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":414}]
Number of extensional constraints414
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":414}]
Optimization problemNO
Type of objective

Solver Data

0.37/0.42	c version: 2017-07-26
0.37/0.42	c seed: 2085246687
0.37/0.42	c timeout: 2520
0.37/0.42	c memlimit: 11000
0.37/0.42	c nbcore: 4
0.37/0.44	c Parsing instance...
1.83/1.01	c Parsing done, starting search...
401.07/399.16	s SATISFIABLE
401.07/399.16	v <instantiation>
401.07/399.16	v 	<list>
401.07/399.16	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]
401.07/399.16	v 	</list>
401.07/399.16	v 	<values>
401.07/399.16	v 		5 8 6 7 2 5 9 5 7 7 10 0 9 8 2 3 1 0 0 7 5 2 6 0 1 4 4 5 7 2 9 2 4 9 5 8 3 2 10 0 
401.07/399.16	v 	</values>
401.07/399.16	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 (15166 MiB free)
  memory of node 1: 16384 MiB (15446 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274123-1502725675/watcher-4274123-1502725675 -o /tmp/evaluation-result-4274123-1502725675/solver-4274123-1502725675 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 2085246687 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274123-1502725675.xml 

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

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

solver pid=22768, runsolver pid=22765

[startup+0.100064 s]*
/proc/loadavg: 1.68 1.68 1.81 3/197 22770
/proc/meminfo: memFree=31344588/32770624 swapFree=67105588/67108860
[pid=22768] ppid=22765 vsize=13358552 memory=13084 CPUtime=0 cores=1,3,5,7
/proc/22768/stat : 22768 (java) S 22765 22768 12560 0 -1 1077944320 3091 0 0 0 0 0 0 0 20 0 6 0 74762890 13679157248 3271 18446744073709551615 4194304 4196468 140728455425920 140728455408464 140046743326455 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
/proc/22768/statm: 3339638 3271 1700 1 0 3329135 0
[pid=22768/tid=22770] ppid=22765 vsize=13358552 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22770/stat : 22770 (java) R 22765 22768 12560 0 -1 4202560 1861 0 0 0 0 0 0 0 20 0 6 0 74762900 13679157248 3337 18446744073709551615 4194304 4196468 140728455425920 140046747562576 140046704307821 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22771] ppid=22765 vsize=13358552 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22771/stat : 22771 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 74762901 13679157248 3337 18446744073709551615 4194304 4196468 140728455425920 140046677761168 140046743336661 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22772] ppid=22765 vsize=13358552 memory=140633991440000 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22772/stat : 22772 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 74762901 13679157248 3337 18446744073709551615 4194304 4196468 140728455425920 140046676708368 140046743336661 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22773] ppid=22765 vsize=13358552 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22773/stat : 22773 (java) S 22765 22768 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 74762901 13679157248 3337 18446744073709551615 4194304 4196468 140728455425920 140046675655568 140046743336661 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22774] ppid=22765 vsize=13358552 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22774/stat : 22774 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 74762901 13679157248 3403 18446744073709551615 4194304 4196468 140728455425920 140046674602768 140046743336661 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 13084 KiB

[startup+0.209545 s]*
/proc/loadavg: 1.68 1.68 1.81 2/209 22782
/proc/meminfo: memFree=31336228/32770624 swapFree=67105588/67108860
[pid=22768] ppid=22765 vsize=13906484 memory=22176 CPUtime=0.05 cores=1,3,5,7
/proc/22768/stat : 22768 (java) S 22765 22768 12560 0 -1 1077944320 5005 0 0 0 4 1 0 0 20 0 14 0 74762890 14240239616 5544 18446744073709551615 4194304 4196468 140728455425920 140728455408464 140046743326455 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
/proc/22768/statm: 3476621 5544 2572 1 0 3466118 0
[pid=22768/tid=22770] ppid=22765 vsize=13906484 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/22768/task/22770/stat : 22770 (java) D 22765 22768 12560 0 -1 4202560 3108 0 0 0 4 0 0 0 20 0 14 0 74762900 14240239616 5544 18446744073709551615 4194304 4196468 140728455425920 140046747563936 140046743348477 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22771] ppid=22765 vsize=13906484 memory=328 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22771/stat : 22771 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 74762901 14240239616 5544 18446744073709551615 4194304 4196468 140728455425920 140046677761168 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22772] ppid=22765 vsize=13906484 memory=140633992154998 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22772/stat : 22772 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 74762901 14240239616 5544 18446744073709551615 4194304 4196468 140728455425920 140046676708368 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22773] ppid=22765 vsize=13906484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22773/stat : 22773 (java) S 22765 22768 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 74762901 14240239616 5544 18446744073709551615 4194304 4196468 140728455425920 140046675655568 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22774] ppid=22765 vsize=13906484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22774/stat : 22774 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 74762901 14240239616 5544 18446744073709551615 4194304 4196468 140728455425920 140046674602768 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22775] ppid=22765 vsize=13906484 memory=140633991440000 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22775/stat : 22775 (java) S 22765 22768 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 74762902 14240239616 5544 18446744073709551615 4194304 4196468 140728455425920 140046221396336 140046743337602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22776] ppid=22765 vsize=13906484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22776/stat : 22776 (java) S 22765 22768 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 74762903 14240239616 5544 18446744073709551615 4194304 4196468 140728455425920 140046220342304 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22777] ppid=22765 vsize=13906484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22777/stat : 22777 (java) S 22765 22768 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 74762903 14240239616 5544 18446744073709551615 4194304 4196468 140728455425920 140046219289456 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22778] ppid=22765 vsize=13906484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22778/stat : 22778 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 74762905 14240239616 5544 18446744073709551615 4194304 4196468 140728455425920 140046218237776 140046743345051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22779] ppid=22765 vsize=13906484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22779/stat : 22779 (java) S 22765 22768 12560 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 14 0 74762905 14240239616 5544 18446744073709551615 4194304 4196468 140728455425920 140046217186160 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22780] ppid=22765 vsize=13906484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22780/stat : 22780 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 74762905 14240239616 5544 18446744073709551615 4194304 4196468 140728455425920 140046216133360 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22781] ppid=22765 vsize=13906484 memory=140633991440000 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22781/stat : 22781 (java) S 22765 22768 12560 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 14 0 74762905 14240239616 5544 18446744073709551615 4194304 4196468 140728455425920 140046215080560 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22782] ppid=22765 vsize=13906484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22782/stat : 22782 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 74762905 14240239616 5544 18446744073709551615 4194304 4196468 140728455425920 140046214028000 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13906484 KiB
Current children cumulated memory: 22176 KiB

[startup+0.319919 s]*
/proc/loadavg: 1.68 1.68 1.81 3/210 22783
/proc/meminfo: memFree=31320988/32770624 swapFree=67105588/67108860
[pid=22768] ppid=22765 vsize=13975920 memory=39492 CPUtime=0.22 cores=1,3,5,7
/proc/22768/stat : 22768 (java) S 22765 22768 12560 0 -1 1077944320 10152 0 0 0 20 2 0 0 20 0 15 0 74762890 14311342080 9873 18446744073709551615 4194304 4196468 140728455425920 140728455408464 140046743326455 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
/proc/22768/statm: 3493980 9873 3521 1 0 3482759 0
[pid=22768/tid=22770] ppid=22765 vsize=13975920 memory=-8774313645642428999 CPUtime=0.14 cores=1,3,5,7
/proc/22768/task/22770/stat : 22770 (java) R 22765 22768 12560 0 -1 4202560 7888 0 0 0 13 1 0 0 20 0 15 0 74762900 14311342080 9873 18446744073709551615 4194304 4196468 140728455425920 140046747553648 140046727406942 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22771] ppid=22765 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22771/stat : 22771 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74762901 14311342080 9873 18446744073709551615 4194304 4196468 140728455425920 140046677761168 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22772] ppid=22765 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22772/stat : 22772 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74762901 14311342080 9873 18446744073709551615 4194304 4196468 140728455425920 140046676708368 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22773] ppid=22765 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22773/stat : 22773 (java) S 22765 22768 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74762901 14311342080 9873 18446744073709551615 4194304 4196468 140728455425920 140046675655568 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22774] ppid=22765 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22774/stat : 22774 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74762901 14311342080 9873 18446744073709551615 4194304 4196468 140728455425920 140046674602768 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22775] ppid=22765 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22775/stat : 22775 (java) S 22765 22768 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74762902 14311342080 9873 18446744073709551615 4194304 4196468 140728455425920 140046221396336 140046743337602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22776] ppid=22765 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22776/stat : 22776 (java) S 22765 22768 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74762903 14311342080 9873 18446744073709551615 4194304 4196468 140728455425920 140046220342304 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22777] ppid=22765 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22777/stat : 22777 (java) S 22765 22768 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74762903 14311342080 9873 18446744073709551615 4194304 4196468 140728455425920 140046219289456 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22778] ppid=22765 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22778/stat : 22778 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74762905 14311342080 9873 18446744073709551615 4194304 4196468 140728455425920 140046218237776 140046743345051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22779] ppid=22765 vsize=13975920 memory=140633872541312 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22779/stat : 22779 (java) S 22765 22768 12560 0 -1 1077944384 328 0 0 0 0 0 0 0 20 0 15 0 74762905 14311342080 9873 18446744073709551615 4194304 4196468 140728455425920 140046217186160 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22780] ppid=22765 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22780/stat : 22780 (java) S 22765 22768 12560 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 15 0 74762905 14311342080 9873 18446744073709551615 4194304 4196468 140728455425920 140046216133360 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22781] ppid=22765 vsize=13975920 memory=140633991440000 CPUtime=0.04 cores=1,3,5,7
/proc/22768/task/22781/stat : 22781 (java) S 22765 22768 12560 0 -1 1077944384 381 0 0 0 4 0 0 0 20 0 15 0 74762905 14311342080 9873 18446744073709551615 4194304 4196468 140728455425920 140046215080560 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22782] ppid=22765 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22782/stat : 22782 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74762905 14311342080 9873 18446744073709551615 4194304 4196468 140728455425920 140046214028000 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22783] ppid=22765 vsize=13975920 memory=140633991440000 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22783/stat : 22783 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74762912 14311342080 9873 18446744073709551615 4194304 4196468 140728455425920 140046212975280 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39492 KiB

[startup+0.704879 s]
/proc/loadavg: 1.68 1.68 1.81 4/210 22783
/proc/meminfo: memFree=31309788/32770624 swapFree=67105588/67108860
[pid=22768] ppid=22765 vsize=13977988 memory=66712 CPUtime=0.96 cores=1,3,5,7
/proc/22768/stat : 22768 (java) S 22765 22768 12560 0 -1 1077944320 13856 0 0 0 91 5 0 0 20 0 15 0 74762890 14313459712 16678 18446744073709551615 4194304 4196468 140728455425920 140728455408464 140046743326455 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
/proc/22768/statm: 3494497 16678 3731 1 0 3483271 0
[pid=22768/tid=22770] ppid=22765 vsize=13977988 memory=33 CPUtime=0.52 cores=1,3,5,7
/proc/22768/task/22770/stat : 22770 (java) R 22765 22768 12560 0 -1 4202560 10311 0 0 0 49 3 0 0 20 0 15 0 74762900 14313459712 16678 18446744073709551615 4194304 4196468 140728455425920 140046747562168 140046351278796 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22771] ppid=22765 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22771/stat : 22771 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74762901 14313459712 16678 18446744073709551615 4194304 4196468 140728455425920 140046677761168 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22772] ppid=22765 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22772/stat : 22772 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74762901 14313459712 16678 18446744073709551615 4194304 4196468 140728455425920 140046676708368 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22773] ppid=22765 vsize=13977988 memory=486 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22773/stat : 22773 (java) S 22765 22768 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74762901 14313459712 16678 18446744073709551615 4194304 4196468 140728455425920 140046675655568 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22774] ppid=22765 vsize=13977988 memory=341 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22774/stat : 22774 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74762901 14313459712 16678 18446744073709551615 4194304 4196468 140728455425920 140046674602768 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22775] ppid=22765 vsize=13977988 memory=127 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22775/stat : 22775 (java) S 22765 22768 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74762902 14313459712 16678 18446744073709551615 4194304 4196468 140728455425920 140046221396336 140046743337602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22776] ppid=22765 vsize=13977988 memory=2533 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22776/stat : 22776 (java) S 22765 22768 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74762903 14313459712 16678 18446744073709551615 4194304 4196468 140728455425920 140046220342304 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22777] ppid=22765 vsize=13977988 memory=284 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22777/stat : 22777 (java) S 22765 22768 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74762903 14313459712 16678 18446744073709551615 4194304 4196468 140728455425920 140046219289456 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22778] ppid=22765 vsize=13977988 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22778/stat : 22778 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74762905 14313459712 16678 18446744073709551615 4194304 4196468 140728455425920 140046218237776 140046743345051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22779] ppid=22765 vsize=13977988 memory=2384 CPUtime=0.12 cores=1,3,5,7
/proc/22768/task/22779/stat : 22779 (java) R 22765 22768 12560 0 -1 4202560 883 0 0 0 12 0 0 0 20 0 15 0 74762905 14313459712 16678 18446744073709551615 4194304 4196468 140728455425920 140046217171832 140046722583030 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22780] ppid=22765 vsize=13977988 memory=281267744575608 CPUtime=0.08 cores=1,3,5,7
/proc/22768/task/22780/stat : 22780 (java) R 22765 22768 12560 0 -1 4202560 487 0 0 0 8 0 0 0 20 0 15 0 74762905 14313459712 16678 18446744073709551615 4194304 4196468 140728455425920 140046216124192 140046722980656 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22781] ppid=22765 vsize=13977988 memory=2447594489345 CPUtime=0.21 cores=1,3,5,7
/proc/22768/task/22781/stat : 22781 (java) R 22765 22768 12560 0 -1 4202560 793 0 0 0 21 0 0 0 20 0 15 0 74762905 14313459712 16678 18446744073709551615 4194304 4196468 140728455425920 140046215076504 140046736043607 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22782] ppid=22765 vsize=13977988 memory=2460479391233 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22782/stat : 22782 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74762905 14313459712 16678 18446744073709551615 4194304 4196468 140728455425920 140046214028000 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22783] ppid=22765 vsize=13977988 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22783/stat : 22783 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74762912 14313459712 16678 18446744073709551615 4194304 4196468 140728455425920 140046212975280 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 66712 KiB

[startup+1.50068 s]
/proc/loadavg: 1.70 1.68 1.82 5/210 22783
/proc/meminfo: memFree=31253608/32770624 swapFree=67105588/67108860
[pid=22768] ppid=22765 vsize=13980036 memory=117128 CPUtime=2.83 cores=1,3,5,7
/proc/22768/stat : 22768 (java) S 22765 22768 12560 0 -1 1077944320 24679 0 0 0 276 7 0 0 20 0 15 0 74762890 14315556864 29282 18446744073709551615 4194304 4196468 140728455425920 140728455408464 140046743326455 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
/proc/22768/statm: 3495009 29282 3761 1 0 3483783 0
[pid=22768/tid=22770] ppid=22765 vsize=13980036 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/22768/task/22770/stat : 22770 (java) R 22765 22768 12560 0 -1 4202560 13165 0 0 0 127 4 0 0 20 0 15 0 74762900 14315556864 29282 18446744073709551615 4194304 4196468 140728455425920 140046747563968 140046355831503 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22771] ppid=22765 vsize=13980036 memory=-7807401512248497238 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22771/stat : 22771 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74762901 14315556864 29282 18446744073709551615 4194304 4196468 140728455425920 140046677761168 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22772] ppid=22765 vsize=13980036 memory=281267744706880 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22772/stat : 22772 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74762901 14315556864 29282 18446744073709551615 4194304 4196468 140728455425920 140046676708368 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22773] ppid=22765 vsize=13980036 memory=-7966001967256141664 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22773/stat : 22773 (java) S 22765 22768 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74762901 14315556864 29282 18446744073709551615 4194304 4196468 140728455425920 140046675655568 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22774] ppid=22765 vsize=13980036 memory=281267744614656 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22774/stat : 22774 (java) S 22765 22768 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74762901 14315556864 29282 18446744073709551615 4194304 4196468 140728455425920 140046674602768 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22775] ppid=22765 vsize=13980036 memory=486 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22775/stat : 22775 (java) S 22765 22768 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74762902 14315556864 29282 18446744073709551615 4194304 4196468 140728455425920 140046221396336 140046743337602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22776] ppid=22765 vsize=13980036 memory=341 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22776/stat : 22776 (java) S 22765 22768 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74762903 14315556864 29282 18446744073709551615 4194304 4196468 140728455425920 140046220342304 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22777] ppid=22765 vsize=13980036 memory=127 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22777/stat : 22777 (java) S 22765 22768 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74762903 14315556864 29282 18446744073709551615 4194304 4196468 140728455425920 140046219289456 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22778] ppid=22765 vsize=13980036 memory=2533 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22778/stat : 22778 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74762905 14315556864 29282 18446744073709551615 4194304 4196468 140728455425920 140046218237776 140046743345051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22779] ppid=22765 vsize=13980036 memory=284 CPUtime=0.55 cores=1,3,5,7
/proc/22768/task/22779/stat : 22779 (java) S 22765 22768 12560 0 -1 1077944384 4677 0 0 0 55 0 0 0 20 0 15 0 74762905 14315556864 29282 18446744073709551615 4194304 4196468 140728455425920 140046217186160 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22780] ppid=22765 vsize=13980036 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/22768/task/22780/stat : 22780 (java) R 22765 22768 12560 0 -1 4202560 2994 0 0 0 51 0 0 0 20 0 15 0 74762905 14315556864 29282 18446744073709551615 4194304 4196468 140728455425920 140046216133360 140046724849370 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22781] ppid=22765 vsize=13980036 memory=8101247189090653288 CPUtime=0.42 cores=1,3,5,7
/proc/22768/task/22781/stat : 22781 (java) S 22765 22768 12560 0 -1 1077944384 2456 0 0 0 42 0 0 0 20 0 15 0 74762905 14315556864 29282 18446744073709551615 4194304 4196468 140728455425920 140046215080560 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22782] ppid=22765 vsize=13980036 memory=3472468912111685015 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22782/stat : 22782 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74762905 14315556864 29282 18446744073709551615 4194304 4196468 140728455425920 140046214028000 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22783] ppid=22765 vsize=13980036 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22783/stat : 22783 (java) S 22765 22768 12560 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 74762912 14315556864 29282 18446744073709551615 4194304 4196468 140728455425920 140046212975280 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 117128 KiB


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

[pid=22768/tid=22782] ppid=22765 vsize=13980036 memory=3540031746440968433 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22782/stat : 22782 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74762905 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046214028000 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22783] ppid=22765 vsize=13980036 memory=-8774313645642428999 CPUtime=0.07 cores=1,3,5,7
/proc/22768/task/22783/stat : 22783 (java) S 22765 22768 12560 0 -1 1077944384 629 0 0 0 3 4 0 0 20 0 15 0 74762912 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046212975280 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
Current children cumulated CPU time: 398.76 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 166100 KiB

[startup+398.401 s]
/proc/loadavg: 1.87 1.74 1.78 3/213 22811
/proc/meminfo: memFree=31169820/32770624 swapFree=67105588/67108860
[pid=22768] ppid=22765 vsize=13980036 memory=166100 CPUtime=400.36 cores=1,3,5,7
/proc/22768/stat : 22768 (java) S 22765 22768 12560 0 -1 1077944320 48441 0 0 0 40021 15 0 0 20 0 15 0 74762890 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140728455408464 140046743326455 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
/proc/22768/statm: 3495009 41525 3795 1 0 3483783 0
[pid=22768/tid=22770] ppid=22765 vsize=13980036 memory=1292 CPUtime=398.06 cores=1,3,5,7
/proc/22768/task/22770/stat : 22770 (java) R 22765 22768 12560 0 -1 4202560 16592 0 0 0 39800 6 0 0 20 0 15 0 74762900 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046747564944 140046356399416 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22771] ppid=22765 vsize=13980036 memory=-8774313645642428999 CPUtime=0.03 cores=1,3,5,7
/proc/22768/task/22771/stat : 22771 (java) S 22765 22768 12560 0 -1 1077944384 1867 0 0 0 3 0 0 0 20 0 15 0 74762901 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046677761168 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22772] ppid=22765 vsize=13980036 memory=1152 CPUtime=0.01 cores=1,3,5,7
/proc/22768/task/22772/stat : 22772 (java) S 22765 22768 12560 0 -1 1077944384 1393 0 0 0 1 0 0 0 20 0 15 0 74762901 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046676708368 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22773] ppid=22765 vsize=13980036 memory=166100 CPUtime=0.02 cores=1,3,5,7
/proc/22768/task/22773/stat : 22773 (java) S 22765 22768 12560 0 -1 1077944384 1736 0 0 0 2 0 0 0 20 0 15 0 74762901 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046675655568 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22774] ppid=22765 vsize=13980036 memory=644 CPUtime=0.02 cores=1,3,5,7
/proc/22768/task/22774/stat : 22774 (java) S 22765 22768 12560 0 -1 1077944384 2467 0 0 0 2 0 0 0 20 0 15 0 74762901 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046674602768 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22775] ppid=22765 vsize=13980036 memory=1744 CPUtime=0.02 cores=1,3,5,7
/proc/22768/task/22775/stat : 22775 (java) S 22765 22768 12560 0 -1 1077944384 2419 0 0 0 2 0 0 0 20 0 15 0 74762902 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046221396336 140046743337602 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22776] ppid=22765 vsize=13980036 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22776/stat : 22776 (java) S 22765 22768 12560 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 74762903 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046220342368 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22777] ppid=22765 vsize=13980036 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22777/stat : 22777 (java) S 22765 22768 12560 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 15 0 74762903 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046219289472 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22778] ppid=22765 vsize=13980036 memory=832 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22778/stat : 22778 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74762905 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046218237776 140046743345051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22779] ppid=22765 vsize=13980036 memory=16448 CPUtime=0.73 cores=1,3,5,7
/proc/22768/task/22779/stat : 22779 (java) S 22765 22768 12560 0 -1 1077944384 7847 0 0 0 73 0 0 0 20 0 15 0 74762905 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046217186160 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22780] ppid=22765 vsize=13980036 memory=3044 CPUtime=0.83 cores=1,3,5,7
/proc/22768/task/22780/stat : 22780 (java) S 22765 22768 12560 0 -1 1077944384 7303 0 0 0 82 1 0 0 20 0 15 0 74762905 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046216133360 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22781] ppid=22765 vsize=13980036 memory=-8774313645642428999 CPUtime=0.46 cores=1,3,5,7
/proc/22768/task/22781/stat : 22781 (java) S 22765 22768 12560 0 -1 1077944384 4679 0 0 0 45 1 0 0 20 0 15 0 74762905 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046215080560 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22782] ppid=22765 vsize=13980036 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22782/stat : 22782 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74762905 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046214028000 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22783] ppid=22765 vsize=13980036 memory=2240 CPUtime=0.07 cores=1,3,5,7
/proc/22768/task/22783/stat : 22783 (java) S 22765 22768 12560 0 -1 1077944384 629 0 0 0 3 4 0 0 20 0 15 0 74762912 14315556864 41525 18446744073709551615 4194304 4196468 140728455425920 140046212975280 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
Current children cumulated CPU time: 400.36 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 166100 KiB

[startup+398.801 s]
/proc/loadavg: 1.87 1.74 1.78 3/213 22811
/proc/meminfo: memFree=31169820/32770624 swapFree=67105588/67108860
[pid=22768] ppid=22765 vsize=13980036 memory=164048 CPUtime=400.76 cores=1,3,5,7
/proc/22768/stat : 22768 (java) S 22765 22768 12560 0 -1 1077944320 48453 0 0 0 40061 15 0 0 20 0 15 0 74762890 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140728455408464 140046743326455 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
/proc/22768/statm: 3495009 41012 3795 1 0 3483783 0
[pid=22768/tid=22770] ppid=22765 vsize=13980036 memory=1292 CPUtime=398.46 cores=1,3,5,7
/proc/22768/task/22770/stat : 22770 (java) R 22765 22768 12560 0 -1 4202560 16593 0 0 0 39840 6 0 0 20 0 15 0 74762900 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046747564992 140046356398695 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22771] ppid=22765 vsize=13980036 memory=2384 CPUtime=0.03 cores=1,3,5,7
/proc/22768/task/22771/stat : 22771 (java) S 22765 22768 12560 0 -1 1077944384 1868 0 0 0 3 0 0 0 20 0 15 0 74762901 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046677761168 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22772] ppid=22765 vsize=13980036 memory=41496 CPUtime=0.01 cores=1,3,5,7
/proc/22768/task/22772/stat : 22772 (java) S 22765 22768 12560 0 -1 1077944384 1393 0 0 0 1 0 0 0 20 0 15 0 74762901 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046676708368 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22773] ppid=22765 vsize=13980036 memory=1292 CPUtime=0.02 cores=1,3,5,7
/proc/22768/task/22773/stat : 22773 (java) S 22765 22768 12560 0 -1 1077944384 1737 0 0 0 2 0 0 0 20 0 15 0 74762901 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046675655568 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22774] ppid=22765 vsize=13980036 memory=2384 CPUtime=0.02 cores=1,3,5,7
/proc/22768/task/22774/stat : 22774 (java) S 22765 22768 12560 0 -1 1077944384 2468 0 0 0 2 0 0 0 20 0 15 0 74762901 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046674602768 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22775] ppid=22765 vsize=13980036 memory=4088 CPUtime=0.02 cores=1,3,5,7
/proc/22768/task/22775/stat : 22775 (java) S 22765 22768 12560 0 -1 1077944384 2427 0 0 0 2 0 0 0 20 0 15 0 74762902 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046221396336 140046743337602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22776] ppid=22765 vsize=13980036 memory=166100 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22776/stat : 22776 (java) S 22765 22768 12560 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 74762903 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046220342368 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22777] ppid=22765 vsize=13980036 memory=166100 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22777/stat : 22777 (java) S 22765 22768 12560 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 15 0 74762903 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046219289472 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22778] ppid=22765 vsize=13980036 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22778/stat : 22778 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74762905 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046218237776 140046743345051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22779] ppid=22765 vsize=13980036 memory=832 CPUtime=0.73 cores=1,3,5,7
/proc/22768/task/22779/stat : 22779 (java) S 22765 22768 12560 0 -1 1077944384 7847 0 0 0 73 0 0 0 20 0 15 0 74762905 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046217186160 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22780] ppid=22765 vsize=13980036 memory=16448 CPUtime=0.83 cores=1,3,5,7
/proc/22768/task/22780/stat : 22780 (java) S 22765 22768 12560 0 -1 1077944384 7303 0 0 0 82 1 0 0 20 0 15 0 74762905 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046216133360 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22781] ppid=22765 vsize=13980036 memory=3044 CPUtime=0.46 cores=1,3,5,7
/proc/22768/task/22781/stat : 22781 (java) S 22765 22768 12560 0 -1 1077944384 4679 0 0 0 45 1 0 0 20 0 15 0 74762905 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046215080560 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22782] ppid=22765 vsize=13980036 memory=2856 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22782/stat : 22782 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74762905 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046214028000 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22783] ppid=22765 vsize=13980036 memory=166100 CPUtime=0.07 cores=1,3,5,7
/proc/22768/task/22783/stat : 22783 (java) S 22765 22768 12560 0 -1 1077944384 629 0 0 0 3 4 0 0 20 0 15 0 74762912 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046212975280 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
Current children cumulated CPU time: 400.76 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 164048 KiB

[startup+399.001 s]*
/proc/loadavg: 1.87 1.74 1.78 3/213 22811
/proc/meminfo: memFree=31171640/32770624 swapFree=67105588/67108860
[pid=22768] ppid=22765 vsize=13980036 memory=164048 CPUtime=400.97 cores=1,3,5,7
/proc/22768/stat : 22768 (java) S 22765 22768 12560 0 -1 1077944320 48453 0 0 0 40082 15 0 0 20 0 15 0 74762890 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140728455408464 140046743326455 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
/proc/22768/statm: 3495009 41012 3795 1 0 3483783 0
[pid=22768/tid=22770] ppid=22765 vsize=13980036 memory=-8195925453750481479 CPUtime=398.67 cores=1,3,5,7
/proc/22768/task/22770/stat : 22770 (java) R 22765 22768 12560 0 -1 4202560 16593 0 0 0 39861 6 0 0 20 0 15 0 74762900 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046747564992 140046356398121 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22771] ppid=22765 vsize=13980036 memory=4872558044660077418 CPUtime=0.03 cores=1,3,5,7
/proc/22768/task/22771/stat : 22771 (java) S 22765 22768 12560 0 -1 1077944384 1868 0 0 0 3 0 0 0 20 0 15 0 74762901 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046677761168 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22772] ppid=22765 vsize=13980036 memory=2160 CPUtime=0.01 cores=1,3,5,7
/proc/22768/task/22772/stat : 22772 (java) S 22765 22768 12560 0 -1 1077944384 1393 0 0 0 1 0 0 0 20 0 15 0 74762901 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046676708368 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22773] ppid=22765 vsize=13980036 memory=832 CPUtime=0.02 cores=1,3,5,7
/proc/22768/task/22773/stat : 22773 (java) S 22765 22768 12560 0 -1 1077944384 1737 0 0 0 2 0 0 0 20 0 15 0 74762901 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046675655568 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22774] ppid=22765 vsize=13980036 memory=16448 CPUtime=0.02 cores=1,3,5,7
/proc/22768/task/22774/stat : 22774 (java) S 22765 22768 12560 0 -1 1077944384 2468 0 0 0 2 0 0 0 20 0 15 0 74762901 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046674602768 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22775] ppid=22765 vsize=13980036 memory=3044 CPUtime=0.02 cores=1,3,5,7
/proc/22768/task/22775/stat : 22775 (java) S 22765 22768 12560 0 -1 1077944384 2427 0 0 0 2 0 0 0 20 0 15 0 74762902 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046221396336 140046743337602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22776] ppid=22765 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22776/stat : 22776 (java) S 22765 22768 12560 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 74762903 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046220342368 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22777] ppid=22765 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22777/stat : 22777 (java) S 22765 22768 12560 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 15 0 74762903 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046219289472 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22778] ppid=22765 vsize=13980036 memory=9047017150487036575 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22778/stat : 22778 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74762905 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046218237776 140046743345051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22779] ppid=22765 vsize=13980036 memory=7822038051842261661 CPUtime=0.73 cores=1,3,5,7
/proc/22768/task/22779/stat : 22779 (java) S 22765 22768 12560 0 -1 1077944384 7847 0 0 0 73 0 0 0 20 0 15 0 74762905 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046217186160 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22780] ppid=22765 vsize=13980036 memory=-8412652177879177843 CPUtime=0.83 cores=1,3,5,7
/proc/22768/task/22780/stat : 22780 (java) S 22765 22768 12560 0 -1 1077944384 7303 0 0 0 82 1 0 0 20 0 15 0 74762905 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046216133360 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22781] ppid=22765 vsize=13980036 memory=7811606165173321828 CPUtime=0.46 cores=1,3,5,7
/proc/22768/task/22781/stat : 22781 (java) S 22765 22768 12560 0 -1 1077944384 4679 0 0 0 45 1 0 0 20 0 15 0 74762905 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046215080560 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22782] ppid=22765 vsize=13980036 memory=7739550585407957095 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22782/stat : 22782 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74762905 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046214028000 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22783] ppid=22765 vsize=13980036 memory=166100 CPUtime=0.07 cores=1,3,5,7
/proc/22768/task/22783/stat : 22783 (java) S 22765 22768 12560 0 -1 1077944384 629 0 0 0 3 4 0 0 20 0 15 0 74762912 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046212975280 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
Current children cumulated CPU time: 400.97 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 164048 KiB

[startup+399.11 s]
/proc/loadavg: 1.87 1.74 1.78 3/213 22811
/proc/meminfo: memFree=31171640/32770624 swapFree=67105588/67108860
[pid=22768] ppid=22765 vsize=13980036 memory=164048 CPUtime=401.07 cores=1,3,5,7
/proc/22768/stat : 22768 (java) S 22765 22768 12560 0 -1 1077944320 48453 0 0 0 40092 15 0 0 20 0 15 0 74762890 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140728455408464 140046743326455 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
/proc/22768/statm: 3495009 41012 3795 1 0 3483783 0
[pid=22768/tid=22770] ppid=22765 vsize=13980036 memory=166100 CPUtime=398.77 cores=1,3,5,7
/proc/22768/task/22770/stat : 22770 (java) R 22765 22768 12560 0 -1 4202560 16593 0 0 0 39871 6 0 0 20 0 15 0 74762900 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046747564992 140046356395777 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22771] ppid=22765 vsize=13980036 memory=166100 CPUtime=0.03 cores=1,3,5,7
/proc/22768/task/22771/stat : 22771 (java) S 22765 22768 12560 0 -1 1077944384 1868 0 0 0 3 0 0 0 20 0 15 0 74762901 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046677761168 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22772] ppid=22765 vsize=13980036 memory=168148 CPUtime=0.01 cores=1,3,5,7
/proc/22768/task/22772/stat : 22772 (java) S 22765 22768 12560 0 -1 1077944384 1393 0 0 0 1 0 0 0 20 0 15 0 74762901 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046676708368 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22773] ppid=22765 vsize=13980036 memory=178920 CPUtime=0.02 cores=1,3,5,7
/proc/22768/task/22773/stat : 22773 (java) S 22765 22768 12560 0 -1 1077944384 1737 0 0 0 2 0 0 0 20 0 15 0 74762901 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046675655568 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22774] ppid=22765 vsize=13980036 memory=166100 CPUtime=0.02 cores=1,3,5,7
/proc/22768/task/22774/stat : 22774 (java) S 22765 22768 12560 0 -1 1077944384 2468 0 0 0 2 0 0 0 20 0 15 0 74762901 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046674602768 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22775] ppid=22765 vsize=13980036 memory=166100 CPUtime=0.02 cores=1,3,5,7
/proc/22768/task/22775/stat : 22775 (java) S 22765 22768 12560 0 -1 1077944384 2427 0 0 0 2 0 0 0 20 0 15 0 74762902 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046221396336 140046743337602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22776] ppid=22765 vsize=13980036 memory=166100 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22776/stat : 22776 (java) S 22765 22768 12560 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 74762903 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046220342368 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22777] ppid=22765 vsize=13980036 memory=164048 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22777/stat : 22777 (java) S 22765 22768 12560 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 15 0 74762903 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046219289472 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22778] ppid=22765 vsize=13980036 memory=170712 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22778/stat : 22778 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74762905 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046218237776 140046743345051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22779] ppid=22765 vsize=13980036 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/22768/task/22779/stat : 22779 (java) S 22765 22768 12560 0 -1 1077944384 7847 0 0 0 73 0 0 0 20 0 15 0 74762905 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046217186160 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22780] ppid=22765 vsize=13980036 memory=166100 CPUtime=0.83 cores=1,3,5,7
/proc/22768/task/22780/stat : 22780 (java) S 22765 22768 12560 0 -1 1077944384 7303 0 0 0 82 1 0 0 20 0 15 0 74762905 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046216133360 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22781] ppid=22765 vsize=13980036 memory=166100 CPUtime=0.46 cores=1,3,5,7
/proc/22768/task/22781/stat : 22781 (java) S 22765 22768 12560 0 -1 1077944384 4679 0 0 0 45 1 0 0 20 0 15 0 74762905 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046215080560 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22782] ppid=22765 vsize=13980036 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/22768/task/22782/stat : 22782 (java) S 22765 22768 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74762905 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046214028000 140046743336661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
[pid=22768/tid=22783] ppid=22765 vsize=13980036 memory=-8774313645642428999 CPUtime=0.07 cores=1,3,5,7
/proc/22768/task/22783/stat : 22783 (java) S 22765 22768 12560 0 -1 1077944384 629 0 0 0 3 4 0 0 20 0 15 0 74762912 14315556864 41012 18446744073709551615 4194304 4196468 140728455425920 140046212975280 140046743337602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 26226688 140728455430510 140728455430697 140728455430697 140728455434191 0
Current children cumulated CPU time: 401.07 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 164048 KiB

Child status: 0
Real time (s): 399.171
CPU time (s): 401.141
CPU user time (s): 400.981
CPU system time (s): 0.160018
CPU usage (%): 100.494
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 214312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 400.981
system time used= 0.160018
maximum resident set size= 214312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50220
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11016
involuntary context switches= 988


# summary of solver processes directly reported to runsolver:
#   pid: 22768
#   total CPU time (s): 401.141
#   total CPU user time (s): 400.981
#   total CPU system time (s): 0.160018

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.36952 second user time and 3.14596 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-14 17:33:53
IDJOB=4274123
IDBENCH=121925
IDSOLVER=2666
FILE ID=node126/4274123-1502725675
RUNJOBID= node126-1502662832-10388
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Random/Random-D-t020/rand-2-40-11-414-020-23.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274123-1502725675/watcher-4274123-1502725675 -o /tmp/evaluation-result-4274123-1502725675/solver-4274123-1502725675 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 2085246687 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274123-1502725675.xml

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

MD5SUM BENCH= 1a4e26af447c68eb67ea8607a589b7af
RANDOM SEED=2085246687

node126.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.81
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.81
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.81
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.81
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:        31348524 kB
MemAvailable:   31835712 kB
Buffers:          307832 kB
Cached:           448072 kB
SwapCached:          524 kB
Active:           704704 kB
Inactive:         234088 kB
Active(anon):     131116 kB
Inactive(anon):    85392 kB
Active(file):     573588 kB
Inactive(file):   148696 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42508 kB
Writeback:            12 kB
AnonPages:        164416 kB
Mapped:            63340 kB
Shmem:             33440 kB
Slab:             188248 kB
SReclaimable:     161476 kB
SUnreclaim:        26772 kB
KernelStack:        3472 kB
PageTables:         5064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1169468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node126 at 2017-08-14 17:40:32