Trace number 4310232

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14? (TO) 252.043 233.979

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-test02-0250_c18.xml
MD5SUM2354d9b784d04df982f0d1b4068abd13
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark89722677
Best CPU time to get the best result obtained on this benchmark252.15
Satisfiable
(Un)Satisfiability was proved
Number of variables3894
Number of constraints2462
Number of domains32
Minimum domain size1
Maximum domain size175
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":1380},{"size":11,"count":1131},{"size":12,"count":1},{"size":23,"count":45},{"size":47,"count":70},{"size":57,"count":33},{"size":60,"count":11},{"size":69,"count":36},{"size":70,"count":19},{"size":79,"count":14},{"size":81,"count":2},{"size":84,"count":6},{"size":93,"count":2},{"size":94,"count":10},{"size":110,"count":4},{"size":113,"count":12},{"size":118,"count":77},{"size":127,"count":39},{"size":137,"count":13},{"size":151,"count":17},{"size":153,"count":16},{"size":154,"count":100},{"size":170,"count":27},{"size":175,"count":828}]
Minimum variable degree2
Maximum variable degree1132
Distribution of variable degrees[{"degree":2,"count":3396},{"degree":3,"count":10},{"degree":4,"count":16},{"degree":5,"count":23},{"degree":6,"count":38},{"degree":7,"count":47},{"degree":8,"count":26},{"degree":9,"count":44},{"degree":10,"count":59},{"degree":11,"count":73},{"degree":12,"count":68},{"degree":13,"count":29},{"degree":14,"count":29},{"degree":15,"count":16},{"degree":16,"count":13},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":1132,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":200},{"arity":3,"count":1131},{"arity":6,"count":1131}]
Number of extensional constraints1131
Number of intensional constraints1331
Distribution of constraint types[{"type":"extension","count":1131},{"type":"intension","count":1331}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.56	c version: 2018-08-14
0.66/0.56	c seed: 375120085
0.66/0.56	c timeout: 252
0.66/0.57	c memlimit: 11000
0.66/0.57	c nbcore: 4
0.66/0.59	c Parsing instance...
32.38/20.01	c Parsing done, starting search...
252.00/233.30	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310232-1534331022/watcher-4310232-1534331022 -o /tmp/evaluation-result-4310232-1534331022/solver-4310232-1534331022 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534329313-21854 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 375120085 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310232-1534331022.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=22976, runsolver pid=22973

[startup+0.109977 s]*
/proc/loadavg: 1.43 1.51 1.51 3/216 22991
/proc/meminfo: memFree=16930104/32770624 swapFree=67105356/67108860
[pid=22976] ppid=22973 vsize=14082736 memory=30900 CPUtime=0.13 cores=1,3,5,7
/proc/22976/stat : 22976 (java) S 22973 22976 21822 0 -1 1077944320 7152 0 0 0 12 1 0 0 20 0 15 0 250665454 14420721664 7725 33554432000 4194304 4196468 140725284856096 140725284838640 139688271535863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
/proc/22976/statm: 3520684 7725 3152 1 0 3482761 0
[pid=22976/tid=22978] ppid=22973 vsize=14082736 memory=-8773748148830377338 CPUtime=0.1 cores=1,3,5,7
/proc/22976/task/22978/stat : 22978 (java) R 22973 22976 21822 0 -1 4202560 5188 0 0 0 9 1 0 0 20 0 15 0 250665454 14420721664 7725 33554432000 4194304 4196468 140725284856096 139688275732576 139688251811612 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22979] ppid=22973 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22979/stat : 22979 (java) S 22973 22976 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250665455 14420721664 7725 33554432000 4194304 4196468 140725284856096 139688243379344 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22980] ppid=22973 vsize=14082736 memory=140620258760320 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22980/stat : 22980 (java) S 22973 22976 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250665455 14420721664 7725 33554432000 4194304 4196468 140725284856096 139688242326544 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22981] ppid=22973 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22981/stat : 22981 (java) S 22973 22976 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250665455 14420721664 7725 33554432000 4194304 4196468 140725284856096 139687865719696 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22982] ppid=22973 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22982/stat : 22982 (java) S 22973 22976 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250665455 14420721664 7725 33554432000 4194304 4196468 140725284856096 139687864666896 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22983] ppid=22973 vsize=14082736 memory=140620258760320 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22983/stat : 22983 (java) S 22973 22976 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250665456 14420721664 7791 33554432000 4194304 4196468 140725284856096 139687453342064 139688271547010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22984] ppid=22973 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22984/stat : 22984 (java) S 22973 22976 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250665457 14420721664 7791 33554432000 4194304 4196468 140725284856096 139687452288032 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22985] ppid=22973 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22985/stat : 22985 (java) S 22973 22976 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250665457 14420721664 7791 33554432000 4194304 4196468 140725284856096 139687451235184 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22986] ppid=22973 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22986/stat : 22986 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14420721664 7791 33554432000 4194304 4196468 140725284856096 139687450183504 139688271554459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22987] ppid=22973 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22987/stat : 22987 (java) S 22973 22976 21822 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 250665459 14420721664 7791 33554432000 4194304 4196468 140725284856096 139687449131888 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22988] ppid=22973 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22988/stat : 22988 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14420721664 7791 33554432000 4194304 4196468 140725284856096 139687448079088 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22989] ppid=22973 vsize=14082736 memory=140620258760320 CPUtime=0.01 cores=1,3,5,7
/proc/22976/task/22989/stat : 22989 (java) S 22973 22976 21822 0 -1 1077944384 301 0 0 0 1 0 0 0 20 0 15 0 250665459 14420721664 7791 33554432000 4194304 4196468 140725284856096 139687447026288 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22990] ppid=22973 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22990/stat : 22990 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14420721664 7791 33554432000 4194304 4196468 140725284856096 139687445973728 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22991] ppid=22973 vsize=14082736 memory=140620258760320 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22991/stat : 22991 (java) S 22973 22976 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250665460 14420721664 7791 33554432000 4194304 4196468 140725284856096 139687444921008 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30900 KiB

[startup+0.210288 s]*
/proc/loadavg: 1.43 1.51 1.51 4/216 22991
/proc/meminfo: memFree=16914508/32770624 swapFree=67105356/67108860
[pid=22976] ppid=22973 vsize=14082736 memory=45652 CPUtime=0.29 cores=1,3,5,7
/proc/22976/stat : 22976 (java) S 22973 22976 21822 0 -1 1077944320 10516 0 0 0 27 2 0 0 20 0 15 0 250665454 14420721664 11413 33554432000 4194304 4196468 140725284856096 140725284838640 139688271535863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
/proc/22976/statm: 3520684 11413 3365 1 0 3482761 0
[pid=22976/tid=22978] ppid=22973 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/22976/task/22978/stat : 22978 (java) R 22973 22976 21822 0 -1 4202560 8191 0 0 0 18 1 0 0 20 0 15 0 250665454 14420721664 11413 33554432000 4194304 4196468 140725284856096 139688275763312 139688263772990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22979] ppid=22973 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22979/stat : 22979 (java) S 22973 22976 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250665455 14420721664 11413 33554432000 4194304 4196468 140725284856096 139688243379344 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22980] ppid=22973 vsize=14082736 memory=288370996410472064 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22980/stat : 22980 (java) S 22973 22976 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250665455 14420721664 11413 33554432000 4194304 4196468 140725284856096 139688242326544 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22981] ppid=22973 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22981/stat : 22981 (java) S 22973 22976 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250665455 14420721664 11413 33554432000 4194304 4196468 140725284856096 139687865719696 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22982] ppid=22973 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22982/stat : 22982 (java) S 22973 22976 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250665455 14420721664 11413 33554432000 4194304 4196468 140725284856096 139687864666896 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22983] ppid=22973 vsize=14082736 memory=140620258760320 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22983/stat : 22983 (java) S 22973 22976 21822 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250665456 14420721664 11413 33554432000 4194304 4196468 140725284856096 139687453342064 139688271547010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22984] ppid=22973 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22984/stat : 22984 (java) S 22973 22976 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250665457 14420721664 11413 33554432000 4194304 4196468 140725284856096 139687452288032 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22985] ppid=22973 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22985/stat : 22985 (java) S 22973 22976 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250665457 14420721664 11413 33554432000 4194304 4196468 140725284856096 139687451235184 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22986] ppid=22973 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22986/stat : 22986 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14420721664 11413 33554432000 4194304 4196468 140725284856096 139687450183504 139688271554459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22987] ppid=22973 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22976/task/22987/stat : 22987 (java) R 22973 22976 21822 0 -1 4202560 407 0 0 0 1 0 0 0 20 0 15 0 250665459 14420721664 11413 33554432000 4194304 4196468 140725284856096 139687449123392 139688271557210 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22988] ppid=22973 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22988/stat : 22988 (java) R 22973 22976 21822 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 15 0 250665459 14420721664 11413 33554432000 4194304 4196468 140725284856096 139687448079184 139688271546069 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22989] ppid=22973 vsize=14082736 memory=140620258760320 CPUtime=0.05 cores=1,3,5,7
/proc/22976/task/22989/stat : 22989 (java) R 22973 22976 21822 0 -1 4202560 393 0 0 0 5 0 0 0 20 0 15 0 250665459 14420721664 11413 33554432000 4194304 4196468 140725284856096 139687447022016 139688250553132 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22990] ppid=22973 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22990/stat : 22990 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14420721664 11413 33554432000 4194304 4196468 140725284856096 139687445973728 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22991] ppid=22973 vsize=14082736 memory=140620258760320 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22991/stat : 22991 (java) S 22973 22976 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250665460 14420721664 11413 33554432000 4194304 4196468 140725284856096 139687444921008 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 45652 KiB

[startup+0.310594 s]*
/proc/loadavg: 1.43 1.51 1.51 3/216 22991
/proc/meminfo: memFree=16910972/32770624 swapFree=67105356/67108860
[pid=22976] ppid=22973 vsize=14082736 memory=49352 CPUtime=0.43 cores=1,3,5,7
/proc/22976/stat : 22976 (java) S 22973 22976 21822 0 -1 1077944320 11008 0 0 0 41 2 0 0 20 0 15 0 250665454 14420721664 12338 33554432000 4194304 4196468 140725284856096 140725284838640 139688271535863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
/proc/22976/statm: 3520684 12338 3414 1 0 3482761 0
[pid=22976/tid=22978] ppid=22973 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/22976/task/22978/stat : 22978 (java) R 22973 22976 21822 0 -1 4202560 8525 0 0 0 28 2 0 0 20 0 15 0 250665454 14420721664 12338 33554432000 4194304 4196468 140725284856096 139688275743696 139688253099423 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22979] ppid=22973 vsize=14082736 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22979/stat : 22979 (java) S 22973 22976 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250665455 14420721664 12338 33554432000 4194304 4196468 140725284856096 139688243379344 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22980] ppid=22973 vsize=14082736 memory=288370996410472064 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22980/stat : 22980 (java) S 22973 22976 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250665455 14420721664 12338 33554432000 4194304 4196468 140725284856096 139688242326544 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22981] ppid=22973 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22981/stat : 22981 (java) S 22973 22976 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250665455 14420721664 12338 33554432000 4194304 4196468 140725284856096 139687865719696 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22982] ppid=22973 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22982/stat : 22982 (java) S 22973 22976 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250665455 14420721664 12338 33554432000 4194304 4196468 140725284856096 139687864666896 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22983] ppid=22973 vsize=14082736 memory=140620258760320 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22983/stat : 22983 (java) S 22973 22976 21822 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250665456 14420721664 12338 33554432000 4194304 4196468 140725284856096 139687453342064 139688271547010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22984] ppid=22973 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22984/stat : 22984 (java) S 22973 22976 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250665457 14420721664 12338 33554432000 4194304 4196468 140725284856096 139687452288032 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22985] ppid=22973 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22985/stat : 22985 (java) S 22973 22976 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250665457 14420721664 12338 33554432000 4194304 4196468 140725284856096 139687451235184 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22986] ppid=22973 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22986/stat : 22986 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14420721664 12338 33554432000 4194304 4196468 140725284856096 139687450183504 139688271554459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22987] ppid=22973 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/22976/task/22987/stat : 22987 (java) S 22973 22976 21822 0 -1 1077944384 474 0 0 0 3 0 0 0 20 0 15 0 250665459 14420721664 12338 33554432000 4194304 4196468 140725284856096 139687449131888 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22988] ppid=22973 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/22976/task/22988/stat : 22988 (java) S 22973 22976 21822 0 -1 1077944384 173 0 0 0 1 0 0 0 20 0 15 0 250665459 14420721664 12338 33554432000 4194304 4196468 140725284856096 139687448079088 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22989] ppid=22973 vsize=14082736 memory=140620258760320 CPUtime=0.08 cores=1,3,5,7
/proc/22976/task/22989/stat : 22989 (java) S 22973 22976 21822 0 -1 1077944384 455 0 0 0 8 0 0 0 20 0 15 0 250665459 14420721664 12338 33554432000 4194304 4196468 140725284856096 139687447026288 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22990] ppid=22973 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22990/stat : 22990 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14420721664 12338 33554432000 4194304 4196468 140725284856096 139687445973728 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22991] ppid=22973 vsize=14082736 memory=140620258760320 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22991/stat : 22991 (java) S 22973 22976 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250665460 14420721664 12338 33554432000 4194304 4196468 140725284856096 139687444921008 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49352 KiB

[startup+0.700709 s]
/proc/loadavg: 1.43 1.51 1.51 3/216 22991
/proc/meminfo: memFree=16887660/32770624 swapFree=67105356/67108860
[pid=22976] ppid=22973 vsize=14084804 memory=88260 CPUtime=0.98 cores=1,3,5,7
/proc/22976/stat : 22976 (java) S 22973 22976 21822 0 -1 1077944320 17899 0 0 0 94 4 0 0 20 0 15 0 250665454 14422839296 22065 33554432000 4194304 4196468 140725284856096 140725284838640 139688271535863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
/proc/22976/statm: 3521201 22065 3499 1 0 3483273 0
[pid=22976/tid=22978] ppid=22973 vsize=14084804 memory=1752 CPUtime=0.67 cores=1,3,5,7
/proc/22976/task/22978/stat : 22978 (java) R 22973 22976 21822 0 -1 4202560 14952 0 0 0 64 3 0 0 20 0 15 0 250665454 14422839296 22065 33554432000 4194304 4196468 140725284856096 139688275741712 139688252180741 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22979] ppid=22973 vsize=14084804 memory=856 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22979/stat : 22979 (java) S 22973 22976 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250665455 14422839296 22065 33554432000 4194304 4196468 140725284856096 139688243379344 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22980] ppid=22973 vsize=14084804 memory=12468 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22980/stat : 22980 (java) S 22973 22976 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250665455 14422839296 22065 33554432000 4194304 4196468 140725284856096 139688242326544 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22981] ppid=22973 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22981/stat : 22981 (java) S 22973 22976 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250665455 14422839296 22065 33554432000 4194304 4196468 140725284856096 139687865719696 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22982] ppid=22973 vsize=14084804 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22982/stat : 22982 (java) S 22973 22976 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250665455 14422839296 22065 33554432000 4194304 4196468 140725284856096 139687864666896 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22983] ppid=22973 vsize=14084804 memory=1812 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22983/stat : 22983 (java) S 22973 22976 21822 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250665456 14422839296 22065 33554432000 4194304 4196468 140725284856096 139687453342064 139688271547010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22984] ppid=22973 vsize=14084804 memory=1064 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22984/stat : 22984 (java) S 22973 22976 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250665457 14422839296 22065 33554432000 4194304 4196468 140725284856096 139687452288032 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22985] ppid=22973 vsize=14084804 memory=6404 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22985/stat : 22985 (java) S 22973 22976 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250665457 14422839296 22065 33554432000 4194304 4196468 140725284856096 139687451235184 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22986] ppid=22973 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22986/stat : 22986 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14422839296 22065 33554432000 4194304 4196468 140725284856096 139687450183504 139688271554459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22987] ppid=22973 vsize=14084804 memory=7525326301224851042 CPUtime=0.08 cores=1,3,5,7
/proc/22976/task/22987/stat : 22987 (java) S 22973 22976 21822 0 -1 1077944384 618 0 0 0 8 0 0 0 20 0 15 0 250665459 14422839296 22065 33554432000 4194304 4196468 140725284856096 139687449131888 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22988] ppid=22973 vsize=14084804 memory=5787213827131598673 CPUtime=0.05 cores=1,3,5,7
/proc/22976/task/22988/stat : 22988 (java) S 22973 22976 21822 0 -1 1077944384 352 0 0 0 5 0 0 0 20 0 15 0 250665459 14422839296 22065 33554432000 4194304 4196468 140725284856096 139687448079088 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22989] ppid=22973 vsize=14084804 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/22976/task/22989/stat : 22989 (java) S 22973 22976 21822 0 -1 1077944384 598 0 0 0 14 0 0 0 20 0 15 0 250665459 14422839296 22065 33554432000 4194304 4196468 140725284856096 139687447026288 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22990] ppid=22973 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22990/stat : 22990 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14422839296 22065 33554432000 4194304 4196468 140725284856096 139687445973728 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22991] ppid=22973 vsize=14084804 memory=33 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22991/stat : 22991 (java) S 22973 22976 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250665460 14422839296 22065 33554432000 4194304 4196468 140725284856096 139687444921008 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88260 KiB

[startup+1.50101 s]
/proc/loadavg: 1.43 1.51 1.51 3/216 22991
/proc/meminfo: memFree=16649108/32770624 swapFree=67105356/67108860
[pid=22976] ppid=22973 vsize=14086852 memory=436236 CPUtime=3.03 cores=1,3,5,7
/proc/22976/stat : 22976 (java) S 22973 22976 21822 0 -1 1077944320 20978 0 0 0 268 35 0 0 20 0 15 0 250665454 14424936448 109059 33554432000 4194304 4196468 140725284856096 140725284838640 139688271535863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
/proc/22976/statm: 3521713 109059 3564 1 0 3483785 0
[pid=22976/tid=22978] ppid=22973 vsize=14086852 memory=6791534058613427641 CPUtime=1.35 cores=1,3,5,7
/proc/22976/task/22978/stat : 22978 (java) R 22973 22976 21822 0 -1 4202560 15481 0 0 0 126 9 0 0 20 0 15 0 250665454 14424936448 109059 33554432000 4194304 4196468 140725284856096 139688275769640 139687911162219 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22979] ppid=22973 vsize=14086852 memory=-8253362762724047225 CPUtime=0.09 cores=1,3,5,7
/proc/22976/task/22979/stat : 22979 (java) S 22973 22976 21822 0 -1 1077944384 107 0 0 0 4 5 0 0 20 0 15 0 250665455 14424936448 109059 33554432000 4194304 4196468 140725284856096 139688243379344 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22980] ppid=22973 vsize=14086852 memory=-8609294068986781045 CPUtime=0.11 cores=1,3,5,7
/proc/22976/task/22980/stat : 22980 (java) S 22973 22976 21822 0 -1 1077944384 187 0 0 0 5 6 0 0 20 0 15 0 250665455 14424936448 109059 33554432000 4194304 4196468 140725284856096 139688242326544 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22981] ppid=22973 vsize=14086852 memory=-6517102902069810590 CPUtime=0.07 cores=1,3,5,7
/proc/22976/task/22981/stat : 22981 (java) S 22973 22976 21822 0 -1 1077944384 90 0 0 0 3 4 0 0 20 0 15 0 250665455 14424936448 109059 33554432000 4194304 4196468 140725284856096 139687865719696 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22982] ppid=22973 vsize=14086852 memory=4134692831991786133 CPUtime=0.1 cores=1,3,5,7
/proc/22976/task/22982/stat : 22982 (java) S 22973 22976 21822 0 -1 1077944384 208 0 0 0 4 6 0 0 20 0 15 0 250665455 14424936448 109059 33554432000 4194304 4196468 140725284856096 139687864666896 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22983] ppid=22973 vsize=14086852 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22983/stat : 22983 (java) S 22973 22976 21822 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 250665456 14424936448 109059 33554432000 4194304 4196468 140725284856096 139687453342064 139688271547010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0

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

[pid=22976/tid=22989] ppid=22973 vsize=14090948 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/22976/task/22989/stat : 22989 (java) S 22973 22976 21822 0 -1 1077944384 13127 0 0 0 116 3 0 0 20 0 15 0 250665459 14429130752 1147133 33554432000 4194304 4196468 140725284856096 139687447026288 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22990] ppid=22973 vsize=14090948 memory=7378983553979662436 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22990/stat : 22990 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14429130752 1147133 33554432000 4194304 4196468 140725284856096 139687445973728 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22991] ppid=22973 vsize=14090948 memory=4588520 CPUtime=0.05 cores=1,3,5,7
/proc/22976/task/22991/stat : 22991 (java) S 22973 22976 21822 0 -1 1077944384 986 0 0 0 2 3 0 0 20 0 15 0 250665460 14429130752 1147133 33554432000 4194304 4196468 140725284856096 139687444921008 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
Current children cumulated CPU time: 120.86 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4588532 KiB

[startup+162.301 s]
/proc/loadavg: 1.97 1.72 1.59 3/215 23073
/proc/meminfo: memFree=11654504/32770624 swapFree=67105356/67108860
[pid=22976] ppid=22973 vsize=14090948 memory=4590180 CPUtime=180.93 cores=1,3,5,7
/proc/22976/stat : 22976 (java) S 22973 22976 21822 0 -1 1077944320 100788 0 0 0 17783 310 0 0 20 0 15 0 250665454 14429130752 1147545 33554432000 4194304 4196468 140725284856096 140725284838640 139688271535863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
/proc/22976/statm: 3522737 1147545 3610 1 0 3484809 0
[pid=22976/tid=22978] ppid=22973 vsize=14090948 memory=4590180 CPUtime=158.2 cores=1,3,5,7
/proc/22976/task/22978/stat : 22978 (java) R 22973 22976 21822 0 -1 4202560 38379 0 0 0 15783 37 0 0 20 0 15 0 250665454 14429130752 1147545 33554432000 4194304 4196468 140725284856096 139688275770944 139687920453936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22979] ppid=22973 vsize=14090948 memory=4590168 CPUtime=3.74 cores=1,3,5,7
/proc/22976/task/22979/stat : 22979 (java) S 22973 22976 21822 0 -1 1077944384 5134 0 0 0 311 63 0 0 20 0 15 0 250665455 14429130752 1147545 33554432000 4194304 4196468 140725284856096 139688243379344 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22980] ppid=22973 vsize=14090948 memory=4590180 CPUtime=3.78 cores=1,3,5,7
/proc/22976/task/22980/stat : 22980 (java) S 22973 22976 21822 0 -1 1077944384 3988 0 0 0 312 66 0 0 20 0 15 0 250665455 14429130752 1147545 33554432000 4194304 4196468 140725284856096 139688242326544 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22981] ppid=22973 vsize=14090948 memory=4590180 CPUtime=3.74 cores=1,3,5,7
/proc/22976/task/22981/stat : 22981 (java) S 22973 22976 21822 0 -1 1077944384 4344 0 0 0 310 64 0 0 20 0 15 0 250665455 14429130752 1147545 33554432000 4194304 4196468 140725284856096 139687865719696 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22982] ppid=22973 vsize=14090948 memory=4590180 CPUtime=3.77 cores=1,3,5,7
/proc/22976/task/22982/stat : 22982 (java) S 22973 22976 21822 0 -1 1077944384 4518 0 0 0 314 63 0 0 20 0 15 0 250665455 14429130752 1147545 33554432000 4194304 4196468 140725284856096 139687864666896 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22983] ppid=22973 vsize=14090948 memory=4590180 CPUtime=0.25 cores=1,3,5,7
/proc/22976/task/22983/stat : 22983 (java) S 22973 22976 21822 0 -1 1077944384 13924 0 0 0 24 1 0 0 20 0 15 0 250665456 14429130752 1147545 33554432000 4194304 4196468 140725284856096 139687453342064 139688271547010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22984] ppid=22973 vsize=14090948 memory=4590168 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22984/stat : 22984 (java) S 22973 22976 21822 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 250665457 14429130752 1147545 33554432000 4194304 4196468 140725284856096 139687452288096 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22985] ppid=22973 vsize=14090948 memory=3812 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22985/stat : 22985 (java) S 22973 22976 21822 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 250665457 14429130752 1147545 33554432000 4194304 4196468 140725284856096 139687451235200 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22986] ppid=22973 vsize=14090948 memory=4590180 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22986/stat : 22986 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14429130752 1147545 33554432000 4194304 4196468 140725284856096 139687450183504 139688271554459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22987] ppid=22973 vsize=14090948 memory=1812 CPUtime=2.98 cores=1,3,5,7
/proc/22976/task/22987/stat : 22987 (java) S 22973 22976 21822 0 -1 1077944384 7090 0 0 0 295 3 0 0 20 0 15 0 250665459 14429130752 1147545 33554432000 4194304 4196468 140725284856096 139687449131888 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22988] ppid=22973 vsize=14090948 memory=4590180 CPUtime=3.12 cores=1,3,5,7
/proc/22976/task/22988/stat : 22988 (java) S 22973 22976 21822 0 -1 1077944384 7646 0 0 0 309 3 0 0 20 0 15 0 250665459 14429130752 1147545 33554432000 4194304 4196468 140725284856096 139687448079088 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22989] ppid=22973 vsize=14090948 memory=4590180 CPUtime=1.19 cores=1,3,5,7
/proc/22976/task/22989/stat : 22989 (java) S 22973 22976 21822 0 -1 1077944384 13301 0 0 0 116 3 0 0 20 0 15 0 250665459 14429130752 1147545 33554432000 4194304 4196468 140725284856096 139687447026288 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22990] ppid=22973 vsize=14090948 memory=4590180 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22990/stat : 22990 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14429130752 1147545 33554432000 4194304 4196468 140725284856096 139687445973728 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22991] ppid=22973 vsize=14090948 memory=4590180 CPUtime=0.08 cores=1,3,5,7
/proc/22976/task/22991/stat : 22991 (java) S 22973 22976 21822 0 -1 1077944384 1021 0 0 0 3 5 0 0 20 0 15 0 250665460 14429130752 1147545 33554432000 4194304 4196468 140725284856096 139687444921008 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
Current children cumulated CPU time: 180.93 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4590180 KiB

[startup+222.301 s]
/proc/loadavg: 1.95 1.76 1.61 3/215 23074
/proc/meminfo: memFree=11658636/32770624 swapFree=67105356/67108860
[pid=22976] ppid=22973 vsize=14090948 memory=4585840 CPUtime=240.99 cores=1,3,5,7
/proc/22976/stat : 22976 (java) S 22973 22976 21822 0 -1 1077944320 108928 0 0 0 23785 314 0 0 20 0 15 0 250665454 14429130752 1146460 33554432000 4194304 4196468 140725284856096 140725284838640 139688271535863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
/proc/22976/statm: 3522737 1146460 3610 1 0 3484809 0
[pid=22976/tid=22978] ppid=22973 vsize=14090948 memory=4585840 CPUtime=218.2 cores=1,3,5,7
/proc/22976/task/22978/stat : 22978 (java) R 22973 22976 21822 0 -1 4202560 42290 0 0 0 21782 38 0 0 20 0 15 0 250665454 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139688275773512 139687920007052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22979] ppid=22973 vsize=14090948 memory=4585840 CPUtime=3.76 cores=1,3,5,7
/proc/22976/task/22979/stat : 22979 (java) S 22973 22976 21822 0 -1 1077944384 6626 0 0 0 312 64 0 0 20 0 15 0 250665455 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139688243379344 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22980] ppid=22973 vsize=14090948 memory=4585840 CPUtime=3.79 cores=1,3,5,7
/proc/22976/task/22980/stat : 22980 (java) S 22973 22976 21822 0 -1 1077944384 4373 0 0 0 313 66 0 0 20 0 15 0 250665455 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139688242326544 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22981] ppid=22973 vsize=14090948 memory=3316 CPUtime=3.75 cores=1,3,5,7
/proc/22976/task/22981/stat : 22981 (java) S 22973 22976 21822 0 -1 1077944384 5239 0 0 0 310 65 0 0 20 0 15 0 250665455 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687865719696 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22982] ppid=22973 vsize=14090948 memory=4585840 CPUtime=3.78 cores=1,3,5,7
/proc/22976/task/22982/stat : 22982 (java) S 22973 22976 21822 0 -1 1077944384 5299 0 0 0 315 63 0 0 20 0 15 0 250665455 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687864666896 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22983] ppid=22973 vsize=14090948 memory=4585840 CPUtime=0.25 cores=1,3,5,7
/proc/22976/task/22983/stat : 22983 (java) S 22973 22976 21822 0 -1 1077944384 14113 0 0 0 24 1 0 0 20 0 15 0 250665456 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687453342064 139688271547010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22984] ppid=22973 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22984/stat : 22984 (java) S 22973 22976 21822 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 250665457 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687452288096 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22985] ppid=22973 vsize=14090948 memory=1268 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22985/stat : 22985 (java) S 22973 22976 21822 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 250665457 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687451235200 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22986] ppid=22973 vsize=14090948 memory=4585840 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22986/stat : 22986 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687450183504 139688271554459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22987] ppid=22973 vsize=14090948 memory=4585840 CPUtime=2.98 cores=1,3,5,7
/proc/22976/task/22987/stat : 22987 (java) S 22973 22976 21822 0 -1 1077944384 7090 0 0 0 295 3 0 0 20 0 15 0 250665459 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687449131888 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22988] ppid=22973 vsize=14090948 memory=4585840 CPUtime=3.12 cores=1,3,5,7
/proc/22976/task/22988/stat : 22988 (java) S 22973 22976 21822 0 -1 1077944384 7647 0 0 0 309 3 0 0 20 0 15 0 250665459 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687448079088 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22989] ppid=22973 vsize=14090948 memory=3812 CPUtime=1.19 cores=1,3,5,7
/proc/22976/task/22989/stat : 22989 (java) S 22973 22976 21822 0 -1 1077944384 13762 0 0 0 116 3 0 0 20 0 15 0 250665459 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687447026288 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22990] ppid=22973 vsize=14090948 memory=3812 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22990/stat : 22990 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687445973728 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22991] ppid=22973 vsize=14090948 memory=68008 CPUtime=0.11 cores=1,3,5,7
/proc/22976/task/22991/stat : 22991 (java) S 22973 22976 21822 0 -1 1077944384 1046 0 0 0 4 7 0 0 20 0 15 0 250665460 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687444921008 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
Current children cumulated CPU time: 240.99 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4585840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+233.301 s]
/proc/loadavg: 1.96 1.76 1.62 2/198 23105
/proc/meminfo: memFree=17181324/32770624 swapFree=67105356/67108860
[pid=22976] ppid=22973 vsize=14090948 memory=4585840 CPUtime=252 cores=1,3,5,7
/proc/22976/stat : 22976 (java) S 22973 22976 21822 0 -1 1077944320 109629 0 0 0 24885 315 0 0 20 0 15 0 250665454 14429130752 1146460 33554432000 4194304 4196468 140725284856096 140725284838640 139688271535863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
/proc/22976/statm: 3522737 1146460 3610 1 0 3484809 0
[pid=22976/tid=22978] ppid=22973 vsize=14090948 memory=4585840 CPUtime=229.19 cores=1,3,5,7
/proc/22976/task/22978/stat : 22978 (java) R 22973 22976 21822 0 -1 4202560 42973 0 0 0 22881 38 0 0 20 0 15 0 250665454 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139688275773512 139687920211865 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22979] ppid=22973 vsize=14090948 memory=4585840 CPUtime=3.76 cores=1,3,5,7
/proc/22976/task/22979/stat : 22979 (java) S 22973 22976 21822 0 -1 1077944384 6626 0 0 0 312 64 0 0 20 0 15 0 250665455 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139688243379344 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22980] ppid=22973 vsize=14090948 memory=4585840 CPUtime=3.79 cores=1,3,5,7
/proc/22976/task/22980/stat : 22980 (java) S 22973 22976 21822 0 -1 1077944384 4373 0 0 0 313 66 0 0 20 0 15 0 250665455 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139688242326544 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22981] ppid=22973 vsize=14090948 memory=4585840 CPUtime=3.75 cores=1,3,5,7
/proc/22976/task/22981/stat : 22981 (java) S 22973 22976 21822 0 -1 1077944384 5239 0 0 0 310 65 0 0 20 0 15 0 250665455 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687865719696 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22982] ppid=22973 vsize=14090948 memory=4585840 CPUtime=3.78 cores=1,3,5,7
/proc/22976/task/22982/stat : 22982 (java) S 22973 22976 21822 0 -1 1077944384 5299 0 0 0 315 63 0 0 20 0 15 0 250665455 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687864666896 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22983] ppid=22973 vsize=14090948 memory=4585840 CPUtime=0.25 cores=1,3,5,7
/proc/22976/task/22983/stat : 22983 (java) S 22973 22976 21822 0 -1 1077944384 14113 0 0 0 24 1 0 0 20 0 15 0 250665456 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687453342064 139688271547010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22984] ppid=22973 vsize=14090948 memory=3812 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22984/stat : 22984 (java) S 22973 22976 21822 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 250665457 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687452288096 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22985] ppid=22973 vsize=14090948 memory=4585840 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22985/stat : 22985 (java) S 22973 22976 21822 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 250665457 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687451235200 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22986] ppid=22973 vsize=14090948 memory=4585840 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22986/stat : 22986 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687450183504 139688271554459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22987] ppid=22973 vsize=14090948 memory=4585840 CPUtime=2.98 cores=1,3,5,7
/proc/22976/task/22987/stat : 22987 (java) S 22973 22976 21822 0 -1 1077944384 7098 0 0 0 295 3 0 0 20 0 15 0 250665459 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687449131888 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22988] ppid=22973 vsize=14090948 memory=4585840 CPUtime=3.12 cores=1,3,5,7
/proc/22976/task/22988/stat : 22988 (java) S 22973 22976 21822 0 -1 1077944384 7650 0 0 0 309 3 0 0 20 0 15 0 250665459 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687448079088 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22989] ppid=22973 vsize=14090948 memory=4585840 CPUtime=1.19 cores=1,3,5,7
/proc/22976/task/22989/stat : 22989 (java) S 22973 22976 21822 0 -1 1077944384 13766 0 0 0 116 3 0 0 20 0 15 0 250665459 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687447026288 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22990] ppid=22973 vsize=14090948 memory=4585840 CPUtime=0 cores=1,3,5,7
/proc/22976/task/22990/stat : 22990 (java) S 22973 22976 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250665459 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687445973728 139688271546069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
[pid=22976/tid=22991] ppid=22973 vsize=14090948 memory=4585840 CPUtime=0.12 cores=1,3,5,7
/proc/22976/task/22991/stat : 22991 (java) S 22973 22976 21822 0 -1 1077944384 1049 0 0 0 4 8 0 0 20 0 15 0 250665460 14429130752 1146460 33554432000 4194304 4196468 140725284856096 139687444921008 139688271547010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25726976 140725284865103 140725284865294 140725284865294 140725284868047 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4585840 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+233.979 s]
# the end of solver process 22976 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.863 s, system=3.17985 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+233.6 s]
/proc/loadavg: 1.96 1.76 1.62 1/182 23129
/proc/meminfo: memFree=21876904/32770624 swapFree=67105356/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+233.8 s]
/proc/loadavg: 1.96 1.76 1.62 1/182 23129
/proc/meminfo: memFree=21876904/32770624 swapFree=67105356/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+233.9 s]
/proc/loadavg: 1.96 1.76 1.62 1/182 23129
/proc/meminfo: memFree=21876904/32770624 swapFree=67105356/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 233.979
CPU time (s): 252.043
CPU user time (s): 248.863
CPU system time (s): 3.17985
CPU usage (%): 107.72
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 4595296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.863
system time used= 3.17985
maximum resident set size= 4595296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9954
involuntary context switches= 280


# summary of solver processes directly reported to runsolver:
#   pid: 22976
#   total CPU time (s): 252.043
#   total CPU user time (s): 248.863
#   total CPU system time (s): 3.17985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.39738 second user time and 2.19244 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-15 13:03:42
IDJOB=4310232
IDBENCH=141267
IDSOLVER=2795
FILE ID=node149/4310232-1534331022
RUNJOBID= node149-1534329313-21854
PBS_JOBID= 21038162
Free space on /tmp= 41588 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-test02-0250_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310232-1534331022/watcher-4310232-1534331022 -o /tmp/evaluation-result-4310232-1534331022/solver-4310232-1534331022 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534329313-21854 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 375120085 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310232-1534331022.xml

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

MD5SUM BENCH= 2354d9b784d04df982f0d1b4068abd13
RANDOM SEED=375120085

node149.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.60
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.60
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.60
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.60
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:        16947576 kB
MemAvailable:   26935720 kB
Buffers:          191824 kB
Cached:          9977508 kB
SwapCached:         1704 kB
Active:          9404136 kB
Inactive:        5773800 kB
Active(anon):    4959180 kB
Inactive(anon):   109736 kB
Active(file):    4444956 kB
Inactive(file):  5664064 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:            131592 kB
Writeback:             0 kB
AnonPages:       5028616 kB
Mapped:            68800 kB
Shmem:             57760 kB
Slab:             335540 kB
SReclaimable:     307584 kB
SUnreclaim:        27956 kB
KernelStack:        3808 kB
PageTables:        15640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6941916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4849664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41544 MiB
End job on node149 at 2018-08-15 13:07:37