Trace number 4392048

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
Concrete 3.10SAT (TO)2 2400.1 2342.83

General information on the benchmark

NameOpd/Opd-sum-small/
Opd-15-015-004.xml
MD5SUM1a7c138b4bdf03d361f31c5b4036df8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2.19765
Satisfiable
(Un)Satisfiability was proved
Number of variables226
Number of constraints121
Number of domains2
Minimum domain size2
Maximum domain size15
Distribution of domain sizes[{"size":2,"count":225},{"size":15,"count":1}]
Minimum variable degree16
Maximum variable degree106
Distribution of variable degrees[{"degree":16,"count":225},{"degree":106,"count":1}]
Minimum constraint arity15
Maximum constraint arity225
Distribution of constraint arities[{"arity":15,"count":15},{"arity":31,"count":105},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":120}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
12.45/4.73	o 4
12.79/4.81	o 3
13.45/5.01	o 2
2400.04/2342.80	Exception in thread "main" java.util.concurrent.TimeoutException
2400.04/2342.80		at concrete.MAC.mac(MAC.scala:189)
2400.04/2342.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.04/2342.80		at scala.util.Try$.apply(Try.scala:212)
2400.04/2342.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.04/2342.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.04/2342.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.04/2342.80		at concrete.MAC.oneRun(MAC.scala:253)
2400.04/2342.80		at concrete.MAC.nextSolution(MAC.scala:272)
2400.04/2342.80		at concrete.MAC.nextSolution(MAC.scala:355)
2400.04/2342.80		at concrete.Solver.hasNext(Solver.scala:160)
2400.04/2342.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2342.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2342.80		at concrete.Solver.foreach(Solver.scala:67)
2400.04/2342.80		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.04/2342.80		at scala.util.Success.map(Try.scala:264)
2400.04/2342.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.04/2342.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.04/2342.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2342.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.04/2342.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2342.80		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.04/2342.80		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.04/2342.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.04/2342.80		at scala.App.$anonfun$main$1(App.scala:75)
2400.04/2342.80		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.04/2342.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2342.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2342.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.04/2342.81		at scala.App.main(App.scala:75)
2400.04/2342.81		at scala.App.main$(App.scala:73)
2400.04/2342.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2342.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2342.81	v <instantiation
2400.04/2342.81	v         cost = '2'>
2400.04/2342.81	v       <list>
2400.04/2342.81	v         z x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[9][14] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[10][14] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[11][14] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[12][14] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] x[13][14] x[14][0] x[14][1] x[14][2] x[14][3] x[14][4] x[14][5] x[14][6] x[14][7] x[14][8] x[14][9] x[14][10] x[14][11] x[14][12] x[14][13] x[14][14]
2400.04/2342.81	v       </list>
2400.04/2342.81	v       <values>
2400.04/2342.81	v         2 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0
2400.04/2342.81	v       </values>
2400.04/2342.81	v     </instantiation>
2400.04/2342.82	s SATISFIABLE

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392048-1568309633/watcher-4392048-1568309633 -o /tmp/evaluation-result-4392048-1568309633/solver-4392048-1568309633 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568307244-30927 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=931825622 HOME/instance-4392048-1568309633.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
solver pid=31398, runsolver pid=31395
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 1.32 1.38 1.40 3/223 31455
/proc/meminfo: memFree=27609884/32770624 swapFree=66915744/67108860
[pid=31398] ppid=31395 vsize=9988792 memory=17432 CPUtime=0.08 cores=1,3,5,7
/proc/31398/stat : 31398 (java) S 31395 31398 30895 0 -1 1077944320 4623 13011 0 0 1 0 5 2 20 0 6 0 407213839 10228523008 4358 33554432000 4194304 4196468 140723443221344 140723443203888 139980575588087 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
/proc/31398/statm: 2497198 4358 1958 1 0 2485636 0
[pid=31398/tid=31451] ppid=31395 vsize=9988792 memory=4279135703946592654 CPUtime=0.08 cores=1,3,5,7
/proc/31398/task/31451/stat : 31451 (java) R 31395 31398 30895 0 -1 4202560 2421 13011 0 0 1 0 5 2 20 0 6 0 407213848 10228523008 4358 33554432000 4194304 4196468 140723443221344 139980547424848 139980559347920 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31452] ppid=31395 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31452/stat : 31452 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 6 0 407213849 10228523008 4358 33554432000 4194304 4196468 140723443221344 139980579830160 139980575598293 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31453] ppid=31395 vsize=9988792 memory=139670692271744 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31453/stat : 31453 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 6 0 407213849 10228523008 4358 33554432000 4194304 4196468 140723443221344 139980148910352 139980575598293 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31454] ppid=31395 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31454/stat : 31454 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 6 0 407213849 10228523008 4358 33554432000 4194304 4196468 140723443221344 139980147858064 139980575598293 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31455] ppid=31395 vsize=9988792 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31455/stat : 31455 (java) S 31395 31398 30895 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 6 0 407213849 10228523008 4358 33554432000 4194304 4196468 140723443221344 139980146805264 139980575598293 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 17432 KiB

[startup+0.210313 s]*
/proc/loadavg: 1.32 1.38 1.40 3/232 31464
/proc/meminfo: memFree=27587672/32770624 swapFree=66915744/67108860
[pid=31398] ppid=31395 vsize=10820924 memory=44372 CPUtime=0.25 cores=1,3,5,7
/proc/31398/stat : 31398 (java) S 31395 31398 30895 0 -1 1077944320 7460 13011 0 0 16 2 5 2 20 0 15 0 407213839 11080626176 11093 33554432000 4194304 4196468 140723443221344 140723443203888 139980575588087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
/proc/31398/statm: 2705231 11093 2948 1 0 2667645 0
[pid=31398/tid=31451] ppid=31395 vsize=10820924 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/31398/task/31451/stat : 31451 (java) R 31395 31398 30895 0 -1 4202560 3977 13011 0 0 10 1 5 2 20 0 15 0 407213848 11080626176 11093 33554432000 4194304 4196468 140723443221344 139980547412896 139980568267805 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31452] ppid=31395 vsize=10820924 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31452/stat : 31452 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213849 11080626176 11093 33554432000 4194304 4196468 140723443221344 139980579830160 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31453] ppid=31395 vsize=10820924 memory=288370046843983488 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31453/stat : 31453 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213849 11080626176 11093 33554432000 4194304 4196468 140723443221344 139980148910352 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31454] ppid=31395 vsize=10820924 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31454/stat : 31454 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213849 11080626176 11159 33554432000 4194304 4196468 140723443221344 139980147858064 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31455] ppid=31395 vsize=10820924 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31455/stat : 31455 (java) S 31395 31398 30895 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 407213849 11080626176 11159 33554432000 4194304 4196468 140723443221344 139980146805264 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31456] ppid=31395 vsize=10820924 memory=139670692271744 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31456/stat : 31456 (java) S 31395 31398 30895 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 407213850 11080626176 11159 33554432000 4194304 4196468 140723443221344 139980102228592 139980575599234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31457] ppid=31395 vsize=10820924 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31457/stat : 31457 (java) S 31395 31398 30895 0 -1 1077944384 13 13011 0 0 0 0 5 2 20 0 15 0 407213851 11080626176 11159 33554432000 4194304 4196468 140723443221344 139980030600480 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31458] ppid=31395 vsize=10820924 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31458/stat : 31458 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213851 11080626176 11225 33554432000 4194304 4196468 140723443221344 139979896383088 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31459] ppid=31395 vsize=10820924 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31459/stat : 31459 (java) S 31395 31398 30895 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 407213853 11080626176 11225 33554432000 4194304 4196468 140723443221344 139979292404304 139980575606683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31460] ppid=31395 vsize=10820924 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31398/task/31460/stat : 31460 (java) S 31395 31398 30895 0 -1 1077944384 454 13011 0 0 1 0 5 2 20 0 15 0 407213853 11080626176 11225 33554432000 4194304 4196468 140723443221344 139980101175408 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31461] ppid=31395 vsize=10820924 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31461/stat : 31461 (java) S 31395 31398 30895 0 -1 1077944384 181 13011 0 0 0 0 5 2 20 0 15 0 407213854 11080626176 11291 33554432000 4194304 4196468 140723443221344 139980100122608 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31462] ppid=31395 vsize=10820924 memory=139670692271744 CPUtime=0.1 cores=1,3,5,7
/proc/31398/task/31462/stat : 31462 (java) S 31395 31398 30895 0 -1 1077944384 625 13011 0 0 3 0 5 2 20 0 15 0 407213854 11080626176 11291 33554432000 4194304 4196468 140723443221344 139980099070320 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31463] ppid=31395 vsize=10820924 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31463/stat : 31463 (java) S 31395 31398 30895 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 407213854 11080626176 11291 33554432000 4194304 4196468 140723443221344 139978822642144 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31464] ppid=31395 vsize=10820924 memory=139670692271744 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31464/stat : 31464 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213854 11080626176 11291 33554432000 4194304 4196468 140723443221344 139979997043632 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820924 KiB
Current children cumulated memory: 44372 KiB

[startup+0.31085 s]*
/proc/loadavg: 1.32 1.38 1.40 4/232 31464
/proc/meminfo: memFree=27577924/32770624 swapFree=66915744/67108860
[pid=31398] ppid=31395 vsize=10820244 memory=54468 CPUtime=0.39 cores=1,3,5,7
/proc/31398/stat : 31398 (java) S 31395 31398 30895 0 -1 1077944320 10861 13011 0 0 28 4 5 2 20 0 15 0 407213839 11079929856 13617 33554432000 4194304 4196468 140723443221344 140723443203888 139980575588087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
/proc/31398/statm: 2705061 13617 3267 1 0 2667149 0
[pid=31398/tid=31451] ppid=31395 vsize=10820244 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/31398/task/31451/stat : 31451 (java) R 31395 31398 30895 0 -1 4202560 7350 13011 0 0 19 3 5 2 20 0 15 0 407213848 11079929856 13617 33554432000 4194304 4196468 140723443221344 139980547400528 139980575610013 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31452] ppid=31395 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31452/stat : 31452 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213849 11079929856 13617 33554432000 4194304 4196468 140723443221344 139980579830160 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31453] ppid=31395 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31453/stat : 31453 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213849 11079929856 13617 33554432000 4194304 4196468 140723443221344 139980148910352 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31454] ppid=31395 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31454/stat : 31454 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213849 11079929856 13617 33554432000 4194304 4196468 140723443221344 139980147858064 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31455] ppid=31395 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31455/stat : 31455 (java) S 31395 31398 30895 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 407213849 11079929856 13617 33554432000 4194304 4196468 140723443221344 139980146805264 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31456] ppid=31395 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31456/stat : 31456 (java) S 31395 31398 30895 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 407213850 11079929856 13617 33554432000 4194304 4196468 140723443221344 139980102228592 139980575599234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31457] ppid=31395 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31457/stat : 31457 (java) S 31395 31398 30895 0 -1 1077944384 13 13011 0 0 0 0 5 2 20 0 15 0 407213851 11079929856 13617 33554432000 4194304 4196468 140723443221344 139980030600480 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31458] ppid=31395 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31458/stat : 31458 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213851 11079929856 13617 33554432000 4194304 4196468 140723443221344 139979896383088 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31459] ppid=31395 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31459/stat : 31459 (java) S 31395 31398 30895 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 407213853 11079929856 13617 33554432000 4194304 4196468 140723443221344 139979292404304 139980575606683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31460] ppid=31395 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31398/task/31460/stat : 31460 (java) S 31395 31398 30895 0 -1 1077944384 455 13011 0 0 1 0 5 2 20 0 15 0 407213853 11079929856 13617 33554432000 4194304 4196468 140723443221344 139980101175408 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31461] ppid=31395 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31398/task/31461/stat : 31461 (java) R 31395 31398 30895 0 -1 4202560 182 13011 0 0 1 0 5 2 20 0 15 0 407213854 11079929856 13617 33554432000 4194304 4196468 140723443221344 139980100122608 139980559119574 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31462] ppid=31395 vsize=10820244 memory=139670692271744 CPUtime=0.12 cores=1,3,5,7
/proc/31398/task/31462/stat : 31462 (java) S 31395 31398 30895 0 -1 1077944384 638 13011 0 0 5 0 5 2 20 0 15 0 407213854 11079929856 13617 33554432000 4194304 4196468 140723443221344 139980099070320 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31463] ppid=31395 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31463/stat : 31463 (java) S 31395 31398 30895 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 407213854 11079929856 13617 33554432000 4194304 4196468 140723443221344 139978822642144 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31464] ppid=31395 vsize=10820244 memory=139670692271744 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31464/stat : 31464 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213854 11079929856 13617 33554432000 4194304 4196468 140723443221344 139979997043632 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 54468 KiB

[startup+0.700741 s]
/proc/loadavg: 1.32 1.38 1.40 5/232 31464
/proc/meminfo: memFree=27562228/32770624 swapFree=66915744/67108860
[pid=31398] ppid=31395 vsize=10824340 memory=84820 CPUtime=1.14 cores=1,3,5,7
/proc/31398/stat : 31398 (java) S 31395 31398 30895 0 -1 1077944320 15025 13011 0 0 101 6 5 2 20 0 15 0 407213839 11084124160 21205 33554432000 4194304 4196468 140723443221344 140723443203888 139980575588087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
/proc/31398/statm: 2706085 21205 3499 1 0 2668173 0
[pid=31398/tid=31451] ppid=31395 vsize=10824340 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/31398/task/31451/stat : 31451 (java) R 31395 31398 30895 0 -1 4202560 10721 13011 0 0 56 4 5 2 20 0 15 0 407213848 11084124160 21205 33554432000 4194304 4196468 140723443221344 139980547406048 139980575610013 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31452] ppid=31395 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31452/stat : 31452 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213849 11084124160 21205 33554432000 4194304 4196468 140723443221344 139980579830160 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31453] ppid=31395 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31453/stat : 31453 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213849 11084124160 21205 33554432000 4194304 4196468 140723443221344 139980148910352 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31454] ppid=31395 vsize=10824340 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31454/stat : 31454 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213849 11084124160 21205 33554432000 4194304 4196468 140723443221344 139980147858064 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31455] ppid=31395 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31455/stat : 31455 (java) S 31395 31398 30895 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 407213849 11084124160 21205 33554432000 4194304 4196468 140723443221344 139980146805264 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31456] ppid=31395 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31456/stat : 31456 (java) S 31395 31398 30895 0 -1 1077944384 5 13011 0 0 0 0 5 2 20 0 15 0 407213850 11084124160 21205 33554432000 4194304 4196468 140723443221344 139980102228592 139980575599234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31457] ppid=31395 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31457/stat : 31457 (java) S 31395 31398 30895 0 -1 1077944384 13 13011 0 0 0 0 5 2 20 0 15 0 407213851 11084124160 21205 33554432000 4194304 4196468 140723443221344 139980030600480 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31458] ppid=31395 vsize=10824340 memory=139670591779600 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31458/stat : 31458 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213851 11084124160 21205 33554432000 4194304 4196468 140723443221344 139979896383088 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31459] ppid=31395 vsize=10824340 memory=139672336466522 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31459/stat : 31459 (java) S 31395 31398 30895 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 407213853 11084124160 21205 33554432000 4194304 4196468 140723443221344 139979292404304 139980575606683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31460] ppid=31395 vsize=10824340 memory=8300 CPUtime=0.22 cores=1,3,5,7
/proc/31398/task/31460/stat : 31460 (java) S 31395 31398 30895 0 -1 1077944384 816 13011 0 0 15 0 5 2 20 0 15 0 407213853 11084124160 21205 33554432000 4194304 4196468 140723443221344 139980101175408 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31461] ppid=31395 vsize=10824340 memory=6297835844906604903 CPUtime=0.19 cores=1,3,5,7
/proc/31398/task/31461/stat : 31461 (java) S 31395 31398 30895 0 -1 1077944384 438 13011 0 0 12 0 5 2 20 0 15 0 407213854 11084124160 21205 33554432000 4194304 4196468 140723443221344 139980100122608 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31462] ppid=31395 vsize=10824340 memory=6081102367496366441 CPUtime=0.24 cores=1,3,5,7
/proc/31398/task/31462/stat : 31462 (java) S 31395 31398 30895 0 -1 1077944384 811 13011 0 0 17 0 5 2 20 0 15 0 407213854 11084124160 21205 33554432000 4194304 4196468 140723443221344 139980099070320 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31463] ppid=31395 vsize=10824340 memory=3628 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31463/stat : 31463 (java) S 31395 31398 30895 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 407213854 11084124160 21205 33554432000 4194304 4196468 140723443221344 139978822642144 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31464] ppid=31395 vsize=10824340 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31464/stat : 31464 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213854 11084124160 21205 33554432000 4194304 4196468 140723443221344 139979997043632 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84820 KiB

[startup+1.50074 s]
/proc/loadavg: 1.37 1.39 1.41 3/232 31464
/proc/meminfo: memFree=27518864/32770624 swapFree=66915744/67108860
[pid=31398] ppid=31395 vsize=10834656 memory=172708 CPUtime=2.48 cores=1,3,5,7
/proc/31398/stat : 31398 (java) S 31395 31398 30895 0 -1 1077944320 22489 13011 0 0 230 11 5 2 20 0 15 0 407213839 11094687744 43177 33554432000 4194304 4196468 140723443221344 140723443203888 139980575588087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
/proc/31398/statm: 2708664 43177 3584 1 0 2670733 0
[pid=31398/tid=31451] ppid=31395 vsize=10834656 memory=13795 CPUtime=1.43 cores=1,3,5,7
/proc/31398/task/31451/stat : 31451 (java) R 31395 31398 30895 0 -1 4202560 15670 13011 0 0 130 6 5 2 20 0 15 0 407213848 11094687744 43177 33554432000 4194304 4196468 140723443221344 139980547398240 139980575600022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31452] ppid=31395 vsize=10834656 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/31398/task/31452/stat : 31452 (java) S 31395 31398 30895 0 -1 1077944384 73 13011 0 0 1 0 5 2 20 0 15 0 407213849 11094687744 43177 33554432000 4194304 4196468 140723443221344 139980579830160 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31453] ppid=31395 vsize=10834656 memory=3196 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31453/stat : 31453 (java) S 31395 31398 30895 0 -1 1077944384 374 13011 0 0 0 0 5 2 20 0 15 0 407213849 11094687744 43177 33554432000 4194304 4196468 140723443221344 139980148910352 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31454] ppid=31395 vsize=10834656 memory=2771780 CPUtime=0.08 cores=1,3,5,7
/proc/31398/task/31454/stat : 31454 (java) S 31395 31398 30895 0 -1 1077944384 17 13011 0 0 1 0 5 2 20 0 15 0 407213849 11094687744 43177 33554432000 4194304 4196468 140723443221344 139980147858064 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31455] ppid=31395 vsize=10834656 memory=84820 CPUtime=0.08 cores=1,3,5,7
/proc/31398/task/31455/stat : 31455 (java) S 31395 31398 30895 0 -1 1077944384 78 13011 0 0 1 0 5 2 20 0 15 0 407213849 11094687744 43177 33554432000 4194304 4196468 140723443221344 139980146805264 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31456] ppid=31395 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31398/task/31456/stat : 31456 (java) S 31395 31398 30895 0 -1 1077944384 844 13011 0 0 1 0 5 2 20 0 15 0 407213850 11094687744 43177 33554432000 4194304 4196468 140723443221344 139980102228592 139980575599234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31457] ppid=31395 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31457/stat : 31457 (java) S 31395 31398 30895 0 -1 1077944384 14 13011 0 0 0 0 5 2 20 0 15 0 407213851 11094687744 43177 33554432000 4194304 4196468 140723443221344 139980030600544 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31458] ppid=31395 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31458/stat : 31458 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213851 11094687744 43177 33554432000 4194304 4196468 140723443221344 139979896383104 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31459] ppid=31395 vsize=10834656 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31459/stat : 31459 (java) S 31395 31398 30895 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 407213853 11094687744 43177 33554432000 4194304 4196468 140723443221344 139979292404304 139980575606683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31460] ppid=31395 vsize=10834656 memory=6935649255759568960 CPUtime=0.33 cores=1,3,5,7
/proc/31398/task/31460/stat : 31460 (java) R 31395 31398 30895 0 -1 1077944384 962 13011 0 0 26 0 5 2 20 0 15 0 407213853 11094687744 43177 33554432000 4194304 4196468 140723443221344 139980101175408 139980575599234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31461] ppid=31395 vsize=10834656 memory=279341183835072 CPUtime=0.3 cores=1,3,5,7
/proc/31398/task/31461/stat : 31461 (java) R 31395 31398 30895 0 -1 4202560 590 13011 0 0 23 0 5 2 20 0 15 0 407213854 11094687744 43177 33554432000 4194304 4196468 140723443221344 139980100113440 139980555305223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31462] ppid=31395 vsize=10834656 memory=6944656592452807323 CPUtime=0.5 cores=1,3,5,7
/proc/31398/task/31462/stat : 31462 (java) R 31395 31398 30895 0 -1 4202560 1653 13011 0 0 42 1 5 2 20 0 15 0 407213854 11094687744 43177 33554432000 4194304 4196468 140723443221344 139980099070320 139980575609434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31463] ppid=31395 vsize=10834656 memory=4137290303932963203 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31463/stat : 31463 (java) S 31395 31398 30895 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 407213854 11094687744 43177 33554432000 4194304 4196468 140723443221344 139978822642144 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31464] ppid=31395 vsize=10834656 memory=6944656591801719708 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31464/stat : 31464 (java) S 31395 31398 30895 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 407213854 11094687744 43177 33554432000 4194304 4196468 140723443221344 139979997043632 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834656 KiB

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

/proc/31398/task/31451/stat : 31451 (java) R 31395 31398 30895 0 -1 4202560 56592 13011 0 0 217800 48 5 2 20 0 15 0 407213848 11107291136 209728 33554432000 4194304 4196468 140723443221344 139980547423424 139980180517255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31452] ppid=31395 vsize=10846964 memory=0 CPUtime=11.76 cores=1,3,5,7
/proc/31398/task/31452/stat : 31452 (java) S 31395 31398 30895 0 -1 1077944384 8884 13011 0 0 1125 44 5 2 20 0 15 0 407213849 11107291136 209728 33554432000 4194304 4196468 140723443221344 139980579830160 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31453] ppid=31395 vsize=10846964 memory=838816 CPUtime=11.72 cores=1,3,5,7
/proc/31398/task/31453/stat : 31453 (java) S 31395 31398 30895 0 -1 1077944384 11298 13011 0 0 1116 49 5 2 20 0 15 0 407213849 11107291136 209728 33554432000 4194304 4196468 140723443221344 139980148910352 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31454] ppid=31395 vsize=10846964 memory=838816 CPUtime=11.73 cores=1,3,5,7
/proc/31398/task/31454/stat : 31454 (java) S 31395 31398 30895 0 -1 1077944384 10036 13011 0 0 1121 45 5 2 20 0 15 0 407213849 11107291136 209728 33554432000 4194304 4196468 140723443221344 139980147858064 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31455] ppid=31395 vsize=10846964 memory=838904 CPUtime=11.77 cores=1,3,5,7
/proc/31398/task/31455/stat : 31455 (java) S 31395 31398 30895 0 -1 1077944384 11518 13011 0 0 1125 45 5 2 20 0 15 0 407213849 11107291136 209728 33554432000 4194304 4196468 140723443221344 139980146805264 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31456] ppid=31395 vsize=10846964 memory=838888 CPUtime=9.65 cores=1,3,5,7
/proc/31398/task/31456/stat : 31456 (java) S 31395 31398 30895 0 -1 1077944384 13580 13011 0 0 911 47 5 2 20 0 15 0 407213850 11107291136 209728 33554432000 4194304 4196468 140723443221344 139980102228592 139980575599234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31457] ppid=31395 vsize=10846964 memory=838912 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31457/stat : 31457 (java) S 31395 31398 30895 0 -1 1077944384 18 13011 0 0 0 0 5 2 20 0 15 0 407213851 11107291136 209728 33554432000 4194304 4196468 140723443221344 139980030600544 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31458] ppid=31395 vsize=10846964 memory=838912 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31458/stat : 31458 (java) S 31395 31398 30895 0 -1 1077944384 9 13011 0 0 0 0 5 2 20 0 15 0 407213851 11107291136 209728 33554432000 4194304 4196468 140723443221344 139979896383104 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31459] ppid=31395 vsize=10846964 memory=3628 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31459/stat : 31459 (java) S 31395 31398 30895 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 407213853 11107291136 209728 33554432000 4194304 4196468 140723443221344 139979292404304 139980575606683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31460] ppid=31395 vsize=10846964 memory=838912 CPUtime=8.28 cores=1,3,5,7
/proc/31398/task/31460/stat : 31460 (java) S 31395 31398 30895 0 -1 1077944384 34424 13011 0 0 816 5 5 2 20 0 15 0 407213853 11107291136 209728 33554432000 4194304 4196468 140723443221344 139980101175408 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31461] ppid=31395 vsize=10846964 memory=838912 CPUtime=8.06 cores=1,3,5,7
/proc/31398/task/31461/stat : 31461 (java) S 31395 31398 30895 0 -1 1077944384 35302 13011 0 0 790 9 5 2 20 0 15 0 407213854 11107291136 209728 33554432000 4194304 4196468 140723443221344 139980100122608 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31462] ppid=31395 vsize=10846964 memory=838816 CPUtime=4.97 cores=1,3,5,7
/proc/31398/task/31462/stat : 31462 (java) S 31395 31398 30895 0 -1 1077944384 37701 13011 0 0 481 9 5 2 20 0 15 0 407213854 11107291136 209728 33554432000 4194304 4196468 140723443221344 139980099070320 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31463] ppid=31395 vsize=10846964 memory=838912 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31463/stat : 31463 (java) S 31395 31398 30895 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 407213854 11107291136 209728 33554432000 4194304 4196468 140723443221344 139978822642144 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31464] ppid=31395 vsize=10846964 memory=1552 CPUtime=1.3 cores=1,3,5,7
/proc/31398/task/31464/stat : 31464 (java) S 31395 31398 30895 0 -1 1077944384 1283 13011 0 0 60 63 5 2 20 0 15 0 407213854 11107291136 209728 33554432000 4194304 4196468 140723443221344 139979997043632 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
Current children cumulated CPU time: 2257.28 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 838912 KiB

[startup+2262.3 s]
/proc/loadavg: 1.98 1.61 1.49 3/232 31829
/proc/meminfo: memFree=28256752/32770624 swapFree=66915744/67108860
[pid=31398] ppid=31395 vsize=10846964 memory=841020 CPUtime=2318.24 cores=1,3,5,7
/proc/31398/stat : 31398 (java) S 31395 31398 30895 0 -1 1077944320 225124 13011 0 0 231493 324 5 2 20 0 15 0 407213839 11107291136 210255 33554432000 4194304 4196468 140723443221344 140723443203888 139980575588087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
/proc/31398/statm: 2711741 210255 3625 1 0 2673805 0
[pid=31398/tid=31451] ppid=31395 vsize=10846964 memory=840988 CPUtime=2237.85 cores=1,3,5,7
/proc/31398/task/31451/stat : 31451 (java) R 31395 31398 30895 0 -1 4202560 57262 13011 0 0 223729 49 5 2 20 0 15 0 407213848 11107291136 210255 33554432000 4194304 4196468 140723443221344 139980547423888 139980197022398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31452] ppid=31395 vsize=10846964 memory=840988 CPUtime=12.1 cores=1,3,5,7
/proc/31398/task/31452/stat : 31452 (java) S 31395 31398 30895 0 -1 1077944384 9152 13011 0 0 1158 45 5 2 20 0 15 0 407213849 11107291136 210255 33554432000 4194304 4196468 140723443221344 139980579830160 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31453] ppid=31395 vsize=10846964 memory=840988 CPUtime=12.07 cores=1,3,5,7
/proc/31398/task/31453/stat : 31453 (java) S 31395 31398 30895 0 -1 1077944384 11338 13011 0 0 1149 51 5 2 20 0 15 0 407213849 11107291136 210255 33554432000 4194304 4196468 140723443221344 139980148910352 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31454] ppid=31395 vsize=10846964 memory=841020 CPUtime=12.06 cores=1,3,5,7
/proc/31398/task/31454/stat : 31454 (java) S 31395 31398 30895 0 -1 1077944384 10133 13011 0 0 1153 46 5 2 20 0 15 0 407213849 11107291136 210255 33554432000 4194304 4196468 140723443221344 139980147858064 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31455] ppid=31395 vsize=10846964 memory=0 CPUtime=12.11 cores=1,3,5,7
/proc/31398/task/31455/stat : 31455 (java) S 31395 31398 30895 0 -1 1077944384 11706 13011 0 0 1158 46 5 2 20 0 15 0 407213849 11107291136 210255 33554432000 4194304 4196468 140723443221344 139980146805264 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31456] ppid=31395 vsize=10846964 memory=841020 CPUtime=9.92 cores=1,3,5,7
/proc/31398/task/31456/stat : 31456 (java) S 31395 31398 30895 0 -1 1077944384 13786 13011 0 0 937 48 5 2 20 0 15 0 407213850 11107291136 210255 33554432000 4194304 4196468 140723443221344 139980102228592 139980575599234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31457] ppid=31395 vsize=10846964 memory=841020 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31457/stat : 31457 (java) S 31395 31398 30895 0 -1 1077944384 18 13011 0 0 0 0 5 2 20 0 15 0 407213851 11107291136 210255 33554432000 4194304 4196468 140723443221344 139980030600544 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31458] ppid=31395 vsize=10846964 memory=840988 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31458/stat : 31458 (java) S 31395 31398 30895 0 -1 1077944384 9 13011 0 0 0 0 5 2 20 0 15 0 407213851 11107291136 210255 33554432000 4194304 4196468 140723443221344 139979896383104 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31459] ppid=31395 vsize=10846964 memory=7809917284912884580 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31459/stat : 31459 (java) S 31395 31398 30895 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 407213853 11107291136 210255 33554432000 4194304 4196468 140723443221344 139979292404304 139980575606683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31460] ppid=31395 vsize=10846964 memory=841020 CPUtime=8.28 cores=1,3,5,7
/proc/31398/task/31460/stat : 31460 (java) S 31395 31398 30895 0 -1 1077944384 34556 13011 0 0 816 5 5 2 20 0 15 0 407213853 11107291136 210255 33554432000 4194304 4196468 140723443221344 139980101175408 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31461] ppid=31395 vsize=10846964 memory=3628 CPUtime=8.06 cores=1,3,5,7
/proc/31398/task/31461/stat : 31461 (java) S 31395 31398 30895 0 -1 1077944384 35658 13011 0 0 790 9 5 2 20 0 15 0 407213854 11107291136 210255 33554432000 4194304 4196468 140723443221344 139980100122608 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31462] ppid=31395 vsize=10846964 memory=1712 CPUtime=4.98 cores=1,3,5,7
/proc/31398/task/31462/stat : 31462 (java) S 31395 31398 30895 0 -1 1077944384 37991 13011 0 0 482 9 5 2 20 0 15 0 407213854 11107291136 210255 33554432000 4194304 4196468 140723443221344 139980099070320 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31463] ppid=31395 vsize=10846964 memory=1156 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31463/stat : 31463 (java) S 31395 31398 30895 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 407213854 11107291136 210255 33554432000 4194304 4196468 140723443221344 139978822642144 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31464] ppid=31395 vsize=10846964 memory=841020 CPUtime=1.33 cores=1,3,5,7
/proc/31398/task/31464/stat : 31464 (java) S 31395 31398 30895 0 -1 1077944384 1301 13011 0 0 62 64 5 2 20 0 15 0 407213854 11107291136 210255 33554432000 4194304 4196468 140723443221344 139979997043632 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
Current children cumulated CPU time: 2318.24 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 841020 KiB

[startup+2322.3 s]
/proc/loadavg: 1.77 1.64 1.50 3/231 31835
/proc/meminfo: memFree=28256492/32770624 swapFree=66915744/67108860
[pid=31398] ppid=31395 vsize=10846964 memory=841048 CPUtime=2379.2 cores=1,3,5,7
/proc/31398/stat : 31398 (java) S 31395 31398 30895 0 -1 1077944320 227089 13011 0 0 237581 332 5 2 20 0 15 0 407213839 11107291136 210262 33554432000 4194304 4196468 140723443221344 140723443203888 139980575588087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
/proc/31398/statm: 2711741 210262 3625 1 0 2673805 0
[pid=31398/tid=31451] ppid=31395 vsize=10846964 memory=841048 CPUtime=2297.16 cores=1,3,5,7
/proc/31398/task/31451/stat : 31451 (java) R 31395 31398 30895 0 -1 4202560 57952 13011 0 0 229659 50 5 2 20 0 15 0 407213848 11107291136 210262 33554432000 4194304 4196468 140723443221344 139980547424832 139980188749732 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31452] ppid=31395 vsize=10846964 memory=841048 CPUtime=12.43 cores=1,3,5,7
/proc/31398/task/31452/stat : 31452 (java) S 31395 31398 30895 0 -1 1077944384 9325 13011 0 0 1190 46 5 2 20 0 15 0 407213849 11107291136 210262 33554432000 4194304 4196468 140723443221344 139980579830160 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31453] ppid=31395 vsize=10846964 memory=841048 CPUtime=12.4 cores=1,3,5,7
/proc/31398/task/31453/stat : 31453 (java) S 31395 31398 30895 0 -1 1077944384 11488 13011 0 0 1180 53 5 2 20 0 15 0 407213849 11107291136 210262 33554432000 4194304 4196468 140723443221344 139980148910352 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31454] ppid=31395 vsize=10846964 memory=841048 CPUtime=12.4 cores=1,3,5,7
/proc/31398/task/31454/stat : 31454 (java) S 31395 31398 30895 0 -1 1077944384 10342 13011 0 0 1185 48 5 2 20 0 15 0 407213849 11107291136 210262 33554432000 4194304 4196468 140723443221344 139980147858064 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31455] ppid=31395 vsize=10846964 memory=2044 CPUtime=12.45 cores=1,3,5,7
/proc/31398/task/31455/stat : 31455 (java) S 31395 31398 30895 0 -1 1077944384 11745 13011 0 0 1190 48 5 2 20 0 15 0 407213849 11107291136 210262 33554432000 4194304 4196468 140723443221344 139980146805264 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31456] ppid=31395 vsize=10846964 memory=1296 CPUtime=10.2 cores=1,3,5,7
/proc/31398/task/31456/stat : 31456 (java) S 31395 31398 30895 0 -1 1077944384 13997 13011 0 0 964 49 5 2 20 0 15 0 407213850 11107291136 210262 33554432000 4194304 4196468 140723443221344 139980102228592 139980575599234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31457] ppid=31395 vsize=10846964 memory=841048 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31457/stat : 31457 (java) S 31395 31398 30895 0 -1 1077944384 18 13011 0 0 0 0 5 2 20 0 15 0 407213851 11107291136 210262 33554432000 4194304 4196468 140723443221344 139980030600544 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31458] ppid=31395 vsize=10846964 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31458/stat : 31458 (java) S 31395 31398 30895 0 -1 1077944384 9 13011 0 0 0 0 5 2 20 0 15 0 407213851 11107291136 210262 33554432000 4194304 4196468 140723443221344 139979896383104 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31459] ppid=31395 vsize=10846964 memory=841048 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31459/stat : 31459 (java) S 31395 31398 30895 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 407213853 11107291136 210262 33554432000 4194304 4196468 140723443221344 139979292404304 139980575606683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31460] ppid=31395 vsize=10846964 memory=3628 CPUtime=8.28 cores=1,3,5,7
/proc/31398/task/31460/stat : 31460 (java) S 31395 31398 30895 0 -1 1077944384 34648 13011 0 0 816 5 5 2 20 0 15 0 407213853 11107291136 210262 33554432000 4194304 4196468 140723443221344 139980101175408 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31461] ppid=31395 vsize=10846964 memory=841048 CPUtime=8.06 cores=1,3,5,7
/proc/31398/task/31461/stat : 31461 (java) S 31395 31398 30895 0 -1 1077944384 35824 13011 0 0 790 9 5 2 20 0 15 0 407213854 11107291136 210262 33554432000 4194304 4196468 140723443221344 139980100122608 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31462] ppid=31395 vsize=10846964 memory=841048 CPUtime=4.98 cores=1,3,5,7
/proc/31398/task/31462/stat : 31462 (java) S 31395 31398 30895 0 -1 1077944384 38210 13011 0 0 482 9 5 2 20 0 15 0 407213854 11107291136 210262 33554432000 4194304 4196468 140723443221344 139980099070320 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31463] ppid=31395 vsize=10846964 memory=841048 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31463/stat : 31463 (java) S 31395 31398 30895 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 407213854 11107291136 210262 33554432000 4194304 4196468 140723443221344 139978822642144 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31464] ppid=31395 vsize=10846964 memory=912 CPUtime=1.36 cores=1,3,5,7
/proc/31398/task/31464/stat : 31464 (java) S 31395 31398 30895 0 -1 1077944384 1317 13011 0 0 64 65 5 2 20 0 15 0 407213854 11107291136 210262 33554432000 4194304 4196468 140723443221344 139979997043632 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
Current children cumulated CPU time: 2379.2 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 841048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2342.8 s]
/proc/loadavg: 1.62 1.61 1.50 3/231 31835
/proc/meminfo: memFree=28256676/32770624 swapFree=66915744/67108860
[pid=31398] ppid=31395 vsize=10846964 memory=841080 CPUtime=2400.04 cores=1,3,5,7
/proc/31398/stat : 31398 (java) S 31395 31398 30895 0 -1 1077944320 227980 13011 0 0 239662 335 5 2 20 0 15 0 407213839 11107291136 210270 33554432000 4194304 4196468 140723443221344 140723443203888 139980575588087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
/proc/31398/statm: 2711741 210270 3625 1 0 2673805 0
[pid=31398/tid=31451] ppid=31395 vsize=10846964 memory=944 CPUtime=2317.42 cores=1,3,5,7
/proc/31398/task/31451/stat : 31451 (java) R 31395 31398 30895 0 -1 4202560 58172 13011 0 0 231685 50 5 2 20 0 15 0 407213848 11107291136 210270 33554432000 4194304 4196468 140723443221344 139980547423696 139980180515031 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31452] ppid=31395 vsize=10846964 memory=6791534058613427641 CPUtime=12.55 cores=1,3,5,7
/proc/31398/task/31452/stat : 31452 (java) S 31395 31398 30895 0 -1 1077944384 9331 13011 0 0 1201 47 5 2 20 0 15 0 407213849 11107291136 210270 33554432000 4194304 4196468 140723443221344 139980579830160 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31453] ppid=31395 vsize=10846964 memory=841080 CPUtime=12.51 cores=1,3,5,7
/proc/31398/task/31453/stat : 31453 (java) S 31395 31398 30895 0 -1 1077944384 11494 13011 0 0 1190 54 5 2 20 0 15 0 407213849 11107291136 210270 33554432000 4194304 4196468 140723443221344 139980148910352 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31454] ppid=31395 vsize=10846964 memory=3356 CPUtime=12.51 cores=1,3,5,7
/proc/31398/task/31454/stat : 31454 (java) S 31395 31398 30895 0 -1 1077944384 10579 13011 0 0 1196 48 5 2 20 0 15 0 407213849 11107291136 210270 33554432000 4194304 4196468 140723443221344 139980147858064 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31455] ppid=31395 vsize=10846964 memory=2044 CPUtime=12.57 cores=1,3,5,7
/proc/31398/task/31455/stat : 31455 (java) S 31395 31398 30895 0 -1 1077944384 11753 13011 0 0 1202 48 5 2 20 0 15 0 407213849 11107291136 210270 33554432000 4194304 4196468 140723443221344 139980146805264 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31456] ppid=31395 vsize=10846964 memory=1296 CPUtime=10.29 cores=1,3,5,7
/proc/31398/task/31456/stat : 31456 (java) S 31395 31398 30895 0 -1 1077944384 14064 13011 0 0 972 50 5 2 20 0 15 0 407213850 11107291136 210270 33554432000 4194304 4196468 140723443221344 139980102228592 139980575599234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31457] ppid=31395 vsize=10846964 memory=620 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31457/stat : 31457 (java) S 31395 31398 30895 0 -1 1077944384 18 13011 0 0 0 0 5 2 20 0 15 0 407213851 11107291136 210270 33554432000 4194304 4196468 140723443221344 139980030600544 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31458] ppid=31395 vsize=10846964 memory=3356 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31458/stat : 31458 (java) S 31395 31398 30895 0 -1 1077944384 9 13011 0 0 0 0 5 2 20 0 15 0 407213851 11107291136 210270 33554432000 4194304 4196468 140723443221344 139979896383104 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31459] ppid=31395 vsize=10846964 memory=2828 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31459/stat : 31459 (java) S 31395 31398 30895 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 407213853 11107291136 210270 33554432000 4194304 4196468 140723443221344 139979292404304 139980575606683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31460] ppid=31395 vsize=10846964 memory=841080 CPUtime=8.28 cores=1,3,5,7
/proc/31398/task/31460/stat : 31460 (java) S 31395 31398 30895 0 -1 1077944384 34648 13011 0 0 816 5 5 2 20 0 15 0 407213853 11107291136 210270 33554432000 4194304 4196468 140723443221344 139980101175408 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31461] ppid=31395 vsize=10846964 memory=3628 CPUtime=8.07 cores=1,3,5,7
/proc/31398/task/31461/stat : 31461 (java) S 31395 31398 30895 0 -1 1077944384 36034 13011 0 0 791 9 5 2 20 0 15 0 407213854 11107291136 210270 33554432000 4194304 4196468 140723443221344 139980100122608 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31462] ppid=31395 vsize=10846964 memory=36588 CPUtime=4.99 cores=1,3,5,7
/proc/31398/task/31462/stat : 31462 (java) S 31395 31398 30895 0 -1 1077944384 38336 13011 0 0 483 9 5 2 20 0 15 0 407213854 11107291136 210270 33554432000 4194304 4196468 140723443221344 139980099070320 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31463] ppid=31395 vsize=10846964 memory=992 CPUtime=0.07 cores=1,3,5,7
/proc/31398/task/31463/stat : 31463 (java) S 31395 31398 30895 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 407213854 11107291136 210270 33554432000 4194304 4196468 140723443221344 139978822642144 139980575598293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
[pid=31398/tid=31464] ppid=31395 vsize=10846964 memory=6791534058613427641 CPUtime=1.38 cores=1,3,5,7
/proc/31398/task/31464/stat : 31464 (java) S 31395 31398 30895 0 -1 1077944384 1328 13011 0 0 65 66 5 2 20 0 15 0 407213854 11107291136 210270 33554432000 4194304 4196468 140723443221344 139979997043632 139980575599234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140723443223286 140723443225797 140723443225797 140723443228623 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 841080 KiB

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

[startup+2342.83 s]
# the end of solver process 31398 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.7 s, system=3.39438 s

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

Child status: 143
Real time (s): 2342.83
CPU time (s): 2400.1
CPU user time (s): 2396.7
CPU system time (s): 3.39438
CPU usage (%): 102.444
Max. virtual memory (cumulated for all children) (KiB): 10849704
Max. memory (cumulated for all children) (KiB): 924040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.7
system time used= 3.39438
maximum resident set size= 924564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241874
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 269154
involuntary context switches= 6853


# summary of solver processes directly reported to runsolver:
#   pid: 31398
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2396.7
#   total CPU system time (s): 3.39438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.143 second user time and 20.8387 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-12 19:33:12
IDJOB=4392048
IDBENCH=122978
IDSOLVER=2837
FILE ID=node134/4392048-1568309633
RUNJOBID= node134-1568307244-30927
PBS_JOBID= 21701121
Free space on /tmp= 56084 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Opd/Opd-sum-small/Opd-15-015-004.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392048-1568309633/watcher-4392048-1568309633 -o /tmp/evaluation-result-4392048-1568309633/solver-4392048-1568309633 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568307244-30927 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=931825622 HOME/instance-4392048-1568309633.xml

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

MD5SUM BENCH= 1a7c138b4bdf03d361f31c5b4036df8a
RANDOM SEED=931825622

node134.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.76
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.76
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.76
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.76
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:        27618524 kB
MemAvailable:   29032972 kB
Buffers:          133168 kB
Cached:          1546300 kB
SwapCached:        90664 kB
Active:          3189044 kB
Inactive:        1339460 kB
Active(anon):    2782772 kB
Inactive(anon):   105832 kB
Active(file):     406272 kB
Inactive(file):  1233628 kB
Unevictable:      110944 kB
Mlocked:          110944 kB
SwapTotal:      67108860 kB
SwapFree:       66915744 kB
Dirty:             35028 kB
Writeback:             0 kB
AnonPages:       2870924 kB
Mapped:            55296 kB
Shmem:             30676 kB
Slab:             210660 kB
SReclaimable:     180768 kB
SUnreclaim:        29892 kB
KernelStack:        3776 kB
PageTables:        11588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3928288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2674688 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= 56052 MiB
End job on node134 at 2019-09-12 20:12:15