Trace number 4275079

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 - Parallel with EPS 2017-07-26? 8173.4702 1102.75

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-sko100a.xml
MD5SUM1913240080a58bfaef30e5e1db7876b5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark79853
Best CPU time to get the best result obtained on this benchmark2519.98
Satisfiable
(Un)Satisfiability was proved
Number of variables10100
Number of constraints4951
Number of domains2
Minimum domain size8
Maximum domain size100
Distribution of domain sizes[{"size":8,"count":4950},{"size":100,"count":100}]
Minimum variable degree0
Maximum variable degree100
Distribution of variable degrees[{"degree":0,"count":5050},{"degree":2,"count":4950},{"degree":100,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":4950},{"arity":100,"count":1}]
Number of extensional constraints4950
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4950},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1743498391
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
2.97/1.07	c Parsing done, starting search...
1115.92/171.91	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#889035284]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
1233.13/187.51	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
1233.13/187.51	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
1233.13/187.51	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
1233.13/187.51	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
1233.13/187.51	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
1233.13/187.51	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
1233.13/187.51	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
1233.13/187.51	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
1233.13/187.51	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
1233.13/187.51	c java.lang.Thread.run(Thread.java:748)
1247.07/189.37	s UNKNOWN
8172.97/1102.69	Dead letter! Forcing shutdown...

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275079-1502696207/watcher-4275079-1502696207 -o /tmp/evaluation-result-4275079-1502696207/solver-4275079-1502696207 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1502692826-26075 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1743498391 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275079-1502696207.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=26268, runsolver pid=26265

[startup+0.100119 s]*
/proc/loadavg: 8.83 8.89 8.43 2/198 26288
/proc/meminfo: memFree=29068456/32770624 swapFree=67108860/67108860
[pid=26268] ppid=26265 vsize=14325320 memory=33080 CPUtime=0.13 cores=0-7
/proc/26268/stat : 26268 (java) S 26265 26268 26048 0 -1 1077944320 8175 0 0 0 11 2 0 0 20 0 20 0 102708754 14669127680 8270 33554432000 4194304 4196468 140725558029552 140725558012096 140113895128823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
/proc/26268/statm: 3581330 8270 3411 1 0 3569050 0
[pid=26268/tid=26270] ppid=26265 vsize=14325320 memory=7825738210137252253 CPUtime=0.09 cores=0-7
/proc/26268/task/26270/stat : 26270 (java) R 26265 26268 26048 0 -1 4202560 6109 0 0 0 8 1 0 0 20 0 20 0 102708755 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113899325776 140113879172453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26271] ppid=26265 vsize=14325320 memory=732370377966156773 CPUtime=0 cores=0-7
/proc/26268/task/26271/stat : 26271 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113847749264 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26272] ppid=26265 vsize=14325320 memory=140239628703360 CPUtime=0 cores=0-7
/proc/26268/task/26272/stat : 26272 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113489357328 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26273] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26273/stat : 26273 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113488304528 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26274] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26274/stat : 26274 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113487251728 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26275] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26275/stat : 26275 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113486199952 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26276] ppid=26265 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26268/task/26276/stat : 26276 (java) S 26265 26268 26048 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113485147152 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26277] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26277/stat : 26277 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113484094352 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26278] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26278/stat : 26278 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113483041552 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26279] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26279/stat : 26279 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708757 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113084320112 140113895139970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26280] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26280/stat : 26280 (java) S 26265 26268 26048 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 102708757 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113083266080 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26281] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26281/stat : 26281 (java) S 26265 26268 26048 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 102708758 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113082213232 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26282] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26282/stat : 26282 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708760 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113081161552 140113895147419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26283] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26283/stat : 26283 (java) S 26265 26268 26048 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 102708760 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113080109936 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26284] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26284/stat : 26284 (java) S 26265 26268 26048 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102708760 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113079057136 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26285] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26285/stat : 26285 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708760 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113078004336 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26286] ppid=26265 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/26268/task/26286/stat : 26286 (java) S 26265 26268 26048 0 -1 1077944384 380 0 0 0 1 0 0 0 20 0 20 0 102708760 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113076951536 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26287] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26287/stat : 26287 (java) S 26265 26268 26048 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102708760 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113075898976 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26288] ppid=26265 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26268/task/26288/stat : 26288 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708760 14669127680 8270 33554432000 4194304 4196468 140725558029552 140113074846256 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33080 KiB

[startup+0.209976 s]*
/proc/loadavg: 8.83 8.89 8.43 3/198 26288
/proc/meminfo: memFree=29060452/32770624 swapFree=67108860/67108860
[pid=26268] ppid=26265 vsize=14325320 memory=42396 CPUtime=0.29 cores=0-7
/proc/26268/stat : 26268 (java) S 26265 26268 26048 0 -1 1077944320 9248 0 0 0 27 2 0 0 20 0 20 0 102708754 14669127680 10599 33554432000 4194304 4196468 140725558029552 140725558012096 140113895128823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
/proc/26268/statm: 3581330 10599 3617 1 0 3569050 0
[pid=26268/tid=26270] ppid=26265 vsize=14325320 memory=29681743523217448 CPUtime=0.2 cores=0-7
/proc/26268/task/26270/stat : 26270 (java) R 26265 26268 26048 0 -1 4202560 6782 0 0 0 18 2 0 0 20 0 20 0 102708755 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113899353904 140113895150749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26271] ppid=26265 vsize=14325320 memory=288230596084498767 CPUtime=0 cores=0-7
/proc/26268/task/26271/stat : 26271 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113847749264 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26272] ppid=26265 vsize=14325320 memory=140239629188517 CPUtime=0 cores=0-7
/proc/26268/task/26272/stat : 26272 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113489357328 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26273] ppid=26265 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26268/task/26273/stat : 26273 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113488304528 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26274] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26274/stat : 26274 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113487251728 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26275] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26275/stat : 26275 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113486199952 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26276] ppid=26265 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26268/task/26276/stat : 26276 (java) S 26265 26268 26048 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113485147152 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26277] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26277/stat : 26277 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113484094352 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26278] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26278/stat : 26278 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708755 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113483041552 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26279] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26279/stat : 26279 (java) S 26265 26268 26048 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 102708757 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113084320112 140113895139970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26280] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26280/stat : 26280 (java) S 26265 26268 26048 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 102708757 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113083266080 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26281] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26281/stat : 26281 (java) S 26265 26268 26048 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 102708758 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113082213232 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26282] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26282/stat : 26282 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708760 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113081161552 140113895147419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26283] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26283/stat : 26283 (java) S 26265 26268 26048 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 20 0 102708760 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113080109936 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26284] ppid=26265 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/26268/task/26284/stat : 26284 (java) S 26265 26268 26048 0 -1 1077944384 61 0 0 0 1 0 0 0 20 0 20 0 102708760 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113079057136 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26285] ppid=26265 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/26268/task/26285/stat : 26285 (java) S 26265 26268 26048 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 20 0 102708760 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113078004336 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26286] ppid=26265 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/26268/task/26286/stat : 26286 (java) R 26265 26268 26048 0 -1 4202560 428 0 0 0 5 0 0 0 20 0 20 0 102708760 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113076951536 140113876692379 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26287] ppid=26265 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26287/stat : 26287 (java) S 26265 26268 26048 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102708760 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113075898976 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26288] ppid=26265 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26268/task/26288/stat : 26288 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708760 14669127680 10599 33554432000 4194304 4196468 140725558029552 140113074846256 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42396 KiB

[startup+0.309368 s]*
/proc/loadavg: 8.83 8.89 8.43 3/198 26288
/proc/meminfo: memFree=29053488/32770624 swapFree=67108860/67108860
[pid=26268] ppid=26265 vsize=14325340 memory=50700 CPUtime=0.49 cores=0-7
/proc/26268/stat : 26268 (java) S 26265 26268 26048 0 -1 1077944320 10458 0 0 0 46 3 0 0 20 0 20 0 102708754 14669148160 12675 33554432000 4194304 4196468 140725558029552 140725558012096 140113895128823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
/proc/26268/statm: 3581335 12675 3711 1 0 3569050 0
[pid=26268/tid=26270] ppid=26265 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/26268/task/26270/stat : 26270 (java) R 26265 26268 26048 0 -1 4202560 7549 0 0 0 27 2 0 0 20 0 20 0 102708755 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113899359520 140113876998082 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26271] ppid=26265 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26271/stat : 26271 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708755 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113847749264 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26272] ppid=26265 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26272/stat : 26272 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708755 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113489357328 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26273] ppid=26265 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26273/stat : 26273 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113488304528 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26274] ppid=26265 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26274/stat : 26274 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113487251728 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26275] ppid=26265 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/26268/task/26275/stat : 26275 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113486199952 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26276] ppid=26265 vsize=14325340 memory=140239473570735 CPUtime=0 cores=0-7
/proc/26268/task/26276/stat : 26276 (java) S 26265 26268 26048 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102708755 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113485147152 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26277] ppid=26265 vsize=14325340 memory=140239473573040 CPUtime=0 cores=0-7
/proc/26268/task/26277/stat : 26277 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113484094352 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26278] ppid=26265 vsize=14325340 memory=140239473575344 CPUtime=0 cores=0-7
/proc/26268/task/26278/stat : 26278 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708755 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113483041552 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26279] ppid=26265 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26279/stat : 26279 (java) S 26265 26268 26048 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 102708757 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113084320112 140113895139970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26280] ppid=26265 vsize=14325340 memory=280478947157648 CPUtime=0 cores=0-7
/proc/26268/task/26280/stat : 26280 (java) S 26265 26268 26048 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 102708757 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113083266080 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26281] ppid=26265 vsize=14325340 memory=280478947164560 CPUtime=0 cores=0-7
/proc/26268/task/26281/stat : 26281 (java) S 26265 26268 26048 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 102708758 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113082213232 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26282] ppid=26265 vsize=14325340 memory=280478947105840 CPUtime=0 cores=0-7
/proc/26268/task/26282/stat : 26282 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708760 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113081161552 140113895147419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26283] ppid=26265 vsize=14325340 memory=280478947178384 CPUtime=0.02 cores=0-7
/proc/26268/task/26283/stat : 26283 (java) S 26265 26268 26048 0 -1 1077944384 341 0 0 0 2 0 0 0 20 0 20 0 102708760 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113080109936 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26284] ppid=26265 vsize=14325340 memory=280478947185296 CPUtime=0.02 cores=0-7
/proc/26268/task/26284/stat : 26284 (java) S 26265 26268 26048 0 -1 1077944384 191 0 0 0 2 0 0 0 20 0 20 0 102708760 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113079057136 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26285] ppid=26265 vsize=14325340 memory=280478947182992 CPUtime=0.04 cores=0-7
/proc/26268/task/26285/stat : 26285 (java) S 26265 26268 26048 0 -1 1077944384 483 0 0 0 4 0 0 0 20 0 20 0 102708760 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113078004336 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26286] ppid=26265 vsize=14325340 memory=280478947199552 CPUtime=0.08 cores=0-7
/proc/26268/task/26286/stat : 26286 (java) S 26265 26268 26048 0 -1 1077944384 507 0 0 0 8 0 0 0 20 0 20 0 102708760 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113076951536 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26287] ppid=26265 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26287/stat : 26287 (java) S 26265 26268 26048 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102708760 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113075898976 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26288] ppid=26265 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/26268/task/26288/stat : 26288 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708760 14669148160 12675 33554432000 4194304 4196468 140725558029552 140113074846256 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50700 KiB

[startup+0.700855 s]
/proc/loadavg: 8.83 8.89 8.43 2/198 26288
/proc/meminfo: memFree=29036924/32770624 swapFree=67108860/67108860
[pid=26268] ppid=26265 vsize=14327388 memory=109036 CPUtime=1.68 cores=0-7
/proc/26268/stat : 26268 (java) S 26265 26268 26048 0 -1 1077944320 14315 0 0 0 164 4 0 0 20 0 20 0 102708754 14671245312 27259 33554432000 4194304 4196468 140725558029552 140725558012096 140113895128823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
/proc/26268/statm: 3581847 27259 3773 1 0 3569562 0
[pid=26268/tid=26270] ppid=26265 vsize=14327388 memory=7230638415890378327 CPUtime=0.67 cores=0-7
/proc/26268/task/26270/stat : 26270 (java) R 26265 26268 26048 0 -1 4202560 8312 0 0 0 64 3 0 0 20 0 20 0 102708755 14671245312 27259 33554432000 4194304 4196468 140725558029552 140113899364704 140113530478898 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26271] ppid=26265 vsize=14327388 memory=112901805362526 CPUtime=0 cores=0-7
/proc/26268/task/26271/stat : 26271 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708755 14671245312 27259 33554432000 4194304 4196468 140725558029552 140113847749264 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26272] ppid=26265 vsize=14327388 memory=140239473599189 CPUtime=0 cores=0-7
/proc/26268/task/26272/stat : 26272 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708755 14671245312 27259 33554432000 4194304 4196468 140725558029552 140113489357328 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26273] ppid=26265 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26273/stat : 26273 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14671245312 27259 33554432000 4194304 4196468 140725558029552 140113488304528 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26274] ppid=26265 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26274/stat : 26274 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14671245312 27259 33554432000 4194304 4196468 140725558029552 140113487251728 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26275] ppid=26265 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26275/stat : 26275 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14671245312 27259 33554432000 4194304 4196468 140725558029552 140113486199952 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26276] ppid=26265 vsize=14327388 memory=2353 CPUtime=0 cores=0-7
/proc/26268/task/26276/stat : 26276 (java) S 26265 26268 26048 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102708755 14671245312 27259 33554432000 4194304 4196468 140725558029552 140113485147152 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26277] ppid=26265 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/26268/task/26277/stat : 26277 (java) S 26265 26268 26048 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102708755 14671245312 27259 33554432000 4194304 4196468 140725558029552 140113484094352 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26278] ppid=26265 vsize=14327388 memory=1728 CPUtime=0 cores=0-7
/proc/26268/task/26278/stat : 26278 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102708755 14671245312 27259 33554432000 4194304 4196468 140725558029552 140113483041552 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26279] ppid=26265 vsize=14327388 memory=1420 CPUtime=0 cores=0-7
/proc/26268/task/26279/stat : 26279 (java) S 26265 26268 26048 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 102708757 14671245312 27259 33554432000 4194304 4196468 140725558029552 140113084320112 140113895139970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0

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

/proc/26268/task/26298/stat : 26298 (java) S 26265 26268 26048 0 -1 1077944384 3439 0 0 0 791 20 0 0 20 0 32 0 102712396 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113050885888 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26299] ppid=26265 vsize=15134348 memory=4100 CPUtime=0 cores=0-7
/proc/26268/task/26299/stat : 26299 (java) S 26265 26268 26048 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 102712396 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113049839136 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26300] ppid=26265 vsize=15134348 memory=1152 CPUtime=0 cores=0-7
/proc/26268/task/26300/stat : 26300 (java) S 26265 26268 26048 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 102712396 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113048786336 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
Current children cumulated CPU time: 8168.34 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 11783592 KiB

[startup+1102.4 s]
/proc/loadavg: 8.75 7.95 7.86 9/210 26316
/proc/meminfo: memFree=17297124/32770624 swapFree=67108860/67108860
[pid=26268] ppid=26265 vsize=15134348 memory=11783592 CPUtime=8172.77 cores=0-7
/proc/26268/stat : 26268 (java) S 26265 26268 26048 0 -1 1077944320 2260972 0 0 0 813091 4186 0 0 20 0 32 0 102708754 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140725558012096 140113895128823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
/proc/26268/statm: 3783587 2945898 3868 1 0 3771302 0
[pid=26268/tid=26270] ppid=26265 vsize=15134348 memory=16604 CPUtime=25.89 cores=0-7
/proc/26268/task/26270/stat : 26270 (java) S 26265 26268 26048 0 -1 1077944384 20101 0 0 0 2554 35 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113899371696 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26271] ppid=26265 vsize=15134348 memory=6791534058613427641 CPUtime=1002.37 cores=0-7
/proc/26268/task/26271/stat : 26271 (java) S 26265 26268 26048 0 -1 1077944384 104689 0 0 0 99785 452 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113847749264 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26272] ppid=26265 vsize=15134348 memory=956 CPUtime=1001.07 cores=0-7
/proc/26268/task/26272/stat : 26272 (java) S 26265 26268 26048 0 -1 1077944384 119551 0 0 0 99679 428 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113489357328 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26273] ppid=26265 vsize=15134348 memory=2340 CPUtime=1003.29 cores=0-7
/proc/26268/task/26273/stat : 26273 (java) S 26265 26268 26048 0 -1 1077944384 140624 0 0 0 99840 489 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113488304528 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26274] ppid=26265 vsize=15134348 memory=1236 CPUtime=1000.84 cores=0-7
/proc/26268/task/26274/stat : 26274 (java) S 26265 26268 26048 0 -1 1077944384 159462 0 0 0 99554 530 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113487251728 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26275] ppid=26265 vsize=15134348 memory=2240 CPUtime=1002.41 cores=0-7
/proc/26268/task/26275/stat : 26275 (java) S 26265 26268 26048 0 -1 1077944384 140333 0 0 0 99759 482 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113486199952 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26276] ppid=26265 vsize=15134348 memory=4128 CPUtime=1003.07 cores=0-7
/proc/26268/task/26276/stat : 26276 (java) S 26265 26268 26048 0 -1 1077944384 121982 0 0 0 99826 481 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113485147152 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26277] ppid=26265 vsize=15134348 memory=1572 CPUtime=1002.19 cores=0-7
/proc/26268/task/26277/stat : 26277 (java) S 26265 26268 26048 0 -1 1077944384 154324 0 0 0 99736 483 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113484094352 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26278] ppid=26265 vsize=15134348 memory=-7003737579269690708 CPUtime=1001.53 cores=0-7
/proc/26268/task/26278/stat : 26278 (java) S 26265 26268 26048 0 -1 1077944384 129095 0 0 0 99673 480 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113483041552 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26279] ppid=26265 vsize=15134348 memory=8552 CPUtime=58.42 cores=0-7
/proc/26268/task/26279/stat : 26279 (java) R 26265 26268 26048 0 -1 4202560 1102941 0 0 0 5641 201 0 0 20 0 32 0 102708757 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113084318544 140113879829551 0 0 0 16800975 0 0 0 -1 2 0 0 32 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26280] ppid=26265 vsize=15134348 memory=11783592 CPUtime=0 cores=0-7
/proc/26268/task/26280/stat : 26280 (java) S 26265 26268 26048 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 32 0 102708757 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113083266144 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26281] ppid=26265 vsize=15134348 memory=4140 CPUtime=0 cores=0-7
/proc/26268/task/26281/stat : 26281 (java) S 26265 26268 26048 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 32 0 102708758 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113082213248 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26282] ppid=26265 vsize=15134348 memory=29436 CPUtime=0 cores=0-7
/proc/26268/task/26282/stat : 26282 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 102708760 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113081161552 140113895147419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26283] ppid=26265 vsize=15134348 memory=1292 CPUtime=1.63 cores=0-7
/proc/26268/task/26283/stat : 26283 (java) S 26265 26268 26048 0 -1 1077944384 8523 0 0 0 160 3 0 0 20 0 32 0 102708760 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113080109936 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26284] ppid=26265 vsize=15134348 memory=2428 CPUtime=1.81 cores=0-7
/proc/26268/task/26284/stat : 26284 (java) S 26265 26268 26048 0 -1 1077944384 7665 0 0 0 178 3 0 0 20 0 32 0 102708760 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113079057136 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26285] ppid=26265 vsize=15134348 memory=1728 CPUtime=1.58 cores=0-7
/proc/26268/task/26285/stat : 26285 (java) S 26265 26268 26048 0 -1 1077944384 8848 0 0 0 156 2 0 0 20 0 32 0 102708760 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113078004096 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26286] ppid=26265 vsize=15134348 memory=1224 CPUtime=1.12 cores=0-7
/proc/26268/task/26286/stat : 26286 (java) S 26265 26268 26048 0 -1 1077944384 13845 0 0 0 110 2 0 0 20 0 32 0 102708760 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113076951536 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26287] ppid=26265 vsize=15134348 memory=792 CPUtime=0 cores=0-7
/proc/26268/task/26287/stat : 26287 (java) S 26265 26268 26048 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 102708760 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113075898976 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26288] ppid=26265 vsize=15134348 memory=1004 CPUtime=0.41 cores=0-7
/proc/26268/task/26288/stat : 26288 (java) S 26265 26268 26048 0 -1 1077944384 3102 0 0 0 21 20 0 0 20 0 32 0 102708760 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113074846256 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26289] ppid=26265 vsize=15134348 memory=5296 CPUtime=0 cores=0-7
/proc/26268/task/26289/stat : 26289 (java) S 26265 26268 26048 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 32 0 102712344 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113064559232 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26290] ppid=26265 vsize=15134348 memory=1196 CPUtime=0.1 cores=0-7
/proc/26268/task/26290/stat : 26290 (java) S 26265 26268 26048 0 -1 1077944384 2023 0 0 0 4 6 0 0 20 0 32 0 102712356 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113061408048 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26291] ppid=26265 vsize=15134348 memory=4612 CPUtime=8.17 cores=0-7
/proc/26268/task/26291/stat : 26291 (java) S 26265 26268 26048 0 -1 1077944384 3074 0 0 0 808 9 0 0 20 0 32 0 102712366 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113058254064 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26292] ppid=26265 vsize=15134348 memory=15872 CPUtime=8.02 cores=0-7
/proc/26268/task/26292/stat : 26292 (java) S 26265 26268 26048 0 -1 1077944384 2273 0 0 0 788 14 0 0 20 0 32 0 102712367 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113057202016 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26293] ppid=26265 vsize=15134348 memory=18448 CPUtime=8.01 cores=0-7
/proc/26268/task/26293/stat : 26293 (java) S 26265 26268 26048 0 -1 1077944384 1925 0 0 0 782 19 0 0 20 0 32 0 102712367 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113056149040 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26294] ppid=26265 vsize=15134348 memory=6791534058613427641 CPUtime=8.13 cores=0-7
/proc/26268/task/26294/stat : 26294 (java) S 26265 26268 26048 0 -1 1077944384 2796 0 0 0 804 9 0 0 20 0 32 0 102712395 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113055096416 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26295] ppid=26265 vsize=15134348 memory=8552 CPUtime=8.01 cores=0-7
/proc/26268/task/26295/stat : 26295 (java) S 26265 26268 26048 0 -1 1077944384 2910 0 0 0 796 5 0 0 20 0 32 0 102712396 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113054043424 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26296] ppid=26265 vsize=15134348 memory=1224 CPUtime=8.15 cores=0-7
/proc/26268/task/26296/stat : 26296 (java) S 26265 26268 26048 0 -1 1077944384 3299 0 0 0 808 7 0 0 20 0 32 0 102712396 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113052990624 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26297] ppid=26265 vsize=15134348 memory=792 CPUtime=8.19 cores=0-7
/proc/26268/task/26297/stat : 26297 (java) S 26265 26268 26048 0 -1 1077944384 2580 0 0 0 801 18 0 0 20 0 32 0 102712396 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113051937664 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26298] ppid=26265 vsize=15134348 memory=11783592 CPUtime=8.11 cores=0-7
/proc/26268/task/26298/stat : 26298 (java) S 26265 26268 26048 0 -1 1077944384 3439 0 0 0 791 20 0 0 20 0 32 0 102712396 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113050885888 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26299] ppid=26265 vsize=15134348 memory=5296 CPUtime=0 cores=0-7
/proc/26268/task/26299/stat : 26299 (java) S 26265 26268 26048 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 102712396 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113049839136 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26300] ppid=26265 vsize=15134348 memory=1196 CPUtime=0 cores=0-7
/proc/26268/task/26300/stat : 26300 (java) S 26265 26268 26048 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 102712396 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113048786336 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
Current children cumulated CPU time: 8172.77 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 11783592 KiB

[startup+1102.6 s]
/proc/loadavg: 8.75 7.95 7.86 9/210 26316
/proc/meminfo: memFree=17297124/32770624 swapFree=67108860/67108860
[pid=26268] ppid=26265 vsize=15134348 memory=11783592 CPUtime=8172.97 cores=0-7
/proc/26268/stat : 26268 (java) S 26265 26268 26048 0 -1 1077944320 2261469 0 0 0 813111 4186 0 0 20 0 32 0 102708754 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140725558012096 140113895128823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
/proc/26268/statm: 3783587 2945898 3868 1 0 3771302 0
[pid=26268/tid=26270] ppid=26265 vsize=15134348 memory=11783592 CPUtime=25.89 cores=0-7
/proc/26268/task/26270/stat : 26270 (java) S 26265 26268 26048 0 -1 1077944384 20101 0 0 0 2554 35 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113899371696 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26271] ppid=26265 vsize=15134348 memory=1712 CPUtime=1002.37 cores=0-7
/proc/26268/task/26271/stat : 26271 (java) S 26265 26268 26048 0 -1 1077944384 104689 0 0 0 99785 452 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113847749264 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26272] ppid=26265 vsize=15134348 memory=6791534058613427641 CPUtime=1001.07 cores=0-7
/proc/26268/task/26272/stat : 26272 (java) S 26265 26268 26048 0 -1 1077944384 119551 0 0 0 99679 428 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113489357328 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26273] ppid=26265 vsize=15134348 memory=4128 CPUtime=1003.29 cores=0-7
/proc/26268/task/26273/stat : 26273 (java) S 26265 26268 26048 0 -1 1077944384 140624 0 0 0 99840 489 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113488304528 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26274] ppid=26265 vsize=15134348 memory=4100 CPUtime=1000.84 cores=0-7
/proc/26268/task/26274/stat : 26274 (java) S 26265 26268 26048 0 -1 1077944384 159462 0 0 0 99554 530 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113487251728 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26275] ppid=26265 vsize=15134348 memory=1152 CPUtime=1002.41 cores=0-7
/proc/26268/task/26275/stat : 26275 (java) S 26265 26268 26048 0 -1 1077944384 140333 0 0 0 99759 482 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113486199952 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26276] ppid=26265 vsize=15134348 memory=3936 CPUtime=1003.07 cores=0-7
/proc/26268/task/26276/stat : 26276 (java) S 26265 26268 26048 0 -1 1077944384 121982 0 0 0 99826 481 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113485147152 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26277] ppid=26265 vsize=15134348 memory=11783592 CPUtime=1002.19 cores=0-7
/proc/26268/task/26277/stat : 26277 (java) S 26265 26268 26048 0 -1 1077944384 154324 0 0 0 99736 483 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113484094352 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26278] ppid=26265 vsize=15134348 memory=11783592 CPUtime=1001.53 cores=0-7
/proc/26268/task/26278/stat : 26278 (java) S 26265 26268 26048 0 -1 1077944384 129095 0 0 0 99673 480 0 0 20 0 32 0 102708755 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113483041552 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26279] ppid=26265 vsize=15134348 memory=1004 CPUtime=58.62 cores=0-7
/proc/26268/task/26279/stat : 26279 (java) R 26265 26268 26048 0 -1 4202560 1103438 0 0 0 5661 201 0 0 20 0 32 0 102708757 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113084318544 140113873499003 0 0 0 16800975 0 0 0 -1 2 0 0 32 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26280] ppid=26265 vsize=15134348 memory=11783592 CPUtime=0 cores=0-7
/proc/26268/task/26280/stat : 26280 (java) S 26265 26268 26048 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 32 0 102708757 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113083266144 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26281] ppid=26265 vsize=15134348 memory=11783592 CPUtime=0 cores=0-7
/proc/26268/task/26281/stat : 26281 (java) S 26265 26268 26048 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 32 0 102708758 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113082213248 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26282] ppid=26265 vsize=15134348 memory=11783592 CPUtime=0 cores=0-7
/proc/26268/task/26282/stat : 26282 (java) S 26265 26268 26048 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 102708760 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113081161552 140113895147419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26283] ppid=26265 vsize=15134348 memory=4140 CPUtime=1.63 cores=0-7
/proc/26268/task/26283/stat : 26283 (java) S 26265 26268 26048 0 -1 1077944384 8523 0 0 0 160 3 0 0 20 0 32 0 102708760 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113080109936 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26284] ppid=26265 vsize=15134348 memory=29436 CPUtime=1.81 cores=0-7
/proc/26268/task/26284/stat : 26284 (java) S 26265 26268 26048 0 -1 1077944384 7665 0 0 0 178 3 0 0 20 0 32 0 102708760 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113079057136 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26285] ppid=26265 vsize=15134348 memory=1292 CPUtime=1.58 cores=0-7
/proc/26268/task/26285/stat : 26285 (java) S 26265 26268 26048 0 -1 1077944384 8848 0 0 0 156 2 0 0 20 0 32 0 102708760 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113078004096 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26286] ppid=26265 vsize=15134348 memory=2428 CPUtime=1.12 cores=0-7
/proc/26268/task/26286/stat : 26286 (java) S 26265 26268 26048 0 -1 1077944384 13845 0 0 0 110 2 0 0 20 0 32 0 102708760 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113076951536 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26287] ppid=26265 vsize=15134348 memory=1728 CPUtime=0 cores=0-7
/proc/26268/task/26287/stat : 26287 (java) S 26265 26268 26048 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 102708760 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113075898976 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26288] ppid=26265 vsize=15134348 memory=1420 CPUtime=0.41 cores=0-7
/proc/26268/task/26288/stat : 26288 (java) S 26265 26268 26048 0 -1 1077944384 3102 0 0 0 21 20 0 0 20 0 32 0 102708760 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113074846256 140113895139970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26289] ppid=26265 vsize=15134348 memory=11032 CPUtime=0 cores=0-7
/proc/26268/task/26289/stat : 26289 (java) S 26265 26268 26048 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 32 0 102712344 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113064559232 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26290] ppid=26265 vsize=15134348 memory=1712 CPUtime=0.1 cores=0-7
/proc/26268/task/26290/stat : 26290 (java) S 26265 26268 26048 0 -1 1077944384 2023 0 0 0 4 6 0 0 20 0 32 0 102712356 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113061408048 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26291] ppid=26265 vsize=15134348 memory=1952 CPUtime=8.17 cores=0-7
/proc/26268/task/26291/stat : 26291 (java) S 26265 26268 26048 0 -1 1077944384 3074 0 0 0 808 9 0 0 20 0 32 0 102712366 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113058254064 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26292] ppid=26265 vsize=15134348 memory=8552 CPUtime=8.02 cores=0-7
/proc/26268/task/26292/stat : 26292 (java) S 26265 26268 26048 0 -1 1077944384 2273 0 0 0 788 14 0 0 20 0 32 0 102712367 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113057202016 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26293] ppid=26265 vsize=15134348 memory=1224 CPUtime=8.01 cores=0-7
/proc/26268/task/26293/stat : 26293 (java) S 26265 26268 26048 0 -1 1077944384 1925 0 0 0 782 19 0 0 20 0 32 0 102712367 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113056149040 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26294] ppid=26265 vsize=15134348 memory=792 CPUtime=8.13 cores=0-7
/proc/26268/task/26294/stat : 26294 (java) S 26265 26268 26048 0 -1 1077944384 2796 0 0 0 804 9 0 0 20 0 32 0 102712395 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113055096416 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26295] ppid=26265 vsize=15134348 memory=1004 CPUtime=8.01 cores=0-7
/proc/26268/task/26295/stat : 26295 (java) S 26265 26268 26048 0 -1 1077944384 2910 0 0 0 796 5 0 0 20 0 32 0 102712396 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113054043424 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26296] ppid=26265 vsize=15134348 memory=5296 CPUtime=8.15 cores=0-7
/proc/26268/task/26296/stat : 26296 (java) S 26265 26268 26048 0 -1 1077944384 3299 0 0 0 808 7 0 0 20 0 32 0 102712396 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113052990624 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26297] ppid=26265 vsize=15134348 memory=1196 CPUtime=8.19 cores=0-7
/proc/26268/task/26297/stat : 26297 (java) S 26265 26268 26048 0 -1 1077944384 2580 0 0 0 801 18 0 0 20 0 32 0 102712396 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113051937664 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26298] ppid=26265 vsize=15134348 memory=4612 CPUtime=8.11 cores=0-7
/proc/26268/task/26298/stat : 26298 (java) S 26265 26268 26048 0 -1 1077944384 3439 0 0 0 791 20 0 0 20 0 32 0 102712396 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113050885888 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26299] ppid=26265 vsize=15134348 memory=15872 CPUtime=0 cores=0-7
/proc/26268/task/26299/stat : 26299 (java) S 26265 26268 26048 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 102712396 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113049839136 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
[pid=26268/tid=26300] ppid=26265 vsize=15134348 memory=18448 CPUtime=0 cores=0-7
/proc/26268/task/26300/stat : 26300 (java) S 26265 26268 26048 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 102712396 15497572352 2945898 33554432000 4194304 4196468 140725558029552 140113048786336 140113895139029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16072704 140725558031457 140725558031643 140725558031643 140725558034383 0
Current children cumulated CPU time: 8172.97 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 11783592 KiB

[startup+1102.74 s]*
/proc/loadavg: 8.75 7.95 7.86 2/180 26319
/proc/meminfo: memFree=28583592/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 1102.75
CPU time (s): 8173.47
CPU user time (s): 8131.54
CPU system time (s): 41.9252
CPU usage (%): 741.188
Max. virtual memory (cumulated for all children) (KiB): 15134380
Max. memory (cumulated for all children) (KiB): 11787000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8131.54
system time used= 41.9252
maximum resident set size= 11787000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2262668
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 90187
involuntary context switches= 102792


# summary of solver processes directly reported to runsolver:
#   pid: 26268
#   total CPU time (s): 8173.47
#   total CPU user time (s): 8131.54
#   total CPU system time (s): 41.9252

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.90717 second user time and 13.1787 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-14 09:22:28
IDJOB=4275079
IDBENCH=123153
IDSOLVER=2668
FILE ID=node107/4275079-1502696207
RUNJOBID= node107-1502692826-26075
PBS_JOBID= 20629004
Free space on /tmp= 61660 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-sko100a.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275079-1502696207/watcher-4275079-1502696207 -o /tmp/evaluation-result-4275079-1502696207/solver-4275079-1502696207 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1502692826-26075 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1743498391 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275079-1502696207.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 1913240080a58bfaef30e5e1db7876b5
RANDOM SEED=1743498391

node107.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.84
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.84
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.84
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.84
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:        29087984 kB
MemAvailable:   31988240 kB
Buffers:          189032 kB
Cached:          2999324 kB
SwapCached:            0 kB
Active:           577404 kB
Inactive:        2662800 kB
Active(anon):      55092 kB
Inactive(anon):    24972 kB
Active(file):     522312 kB
Inactive(file):  2637828 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42704 kB
Writeback:             0 kB
AnonPages:         56560 kB
Mapped:            44212 kB
Shmem:             25228 kB
Slab:             137436 kB
SReclaimable:     111904 kB
SUnreclaim:        25532 kB
KernelStack:        3248 kB
PageTables:         4692 kB
NFS_Unstable:         40 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61620 MiB
End job on node107 at 2017-08-14 09:40:51