Trace number 4387686

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP order+GlueMiniSat (2019-06-15)? (NS) 1552.39 427.039

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-184.xml
MD5SUM50aaeae16ffb672916f4ac64373270f5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark114.434
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints192
Number of domains2
Minimum domain size184
Maximum domain size33856
Distribution of domain sizes[{"size":184,"count":184},{"size":33856,"count":184}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":184},{"degree":4,"count":183},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity184
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":184},{"arity":92,"count":6},{"arity":184,"count":1}]
Number of extensional constraints0
Number of intensional constraints185
Distribution of constraint types[{"type":"intension","count":185},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -order -solver HOME/glueminisat-simp-2.2.10-193oa-n-release -solverOption -model:-verb=3:-elim-cl=5000000:-native-oa -tmp HOME -serialFile HOME/scop-7444-serial-file.bin HOME/instance-4387686-1568288540.xml
0.66/0.53	
0.66/0.53	Fun-sCOP order+glueminisat-simp-2.2.10-193oa-n-release (2019-06-15)
0.66/0.53	
0.66/0.56	c BEGIN-Prog: Thu Sep 12 13:41:35 CEST 2019
0.66/0.56	c PID: 7447
0.66/0.56	c IP: 172.20.3.102
0.66/0.56	c HOST: node102.alineos.net
0.66/0.57	c (0,0) Parsing Begin
1.62/1.05	c (0,0) Parsing End
1.62/1.06	c (0,0) CSP: 368 int (0 aux), 0 bool (0 aux), 192 ctr, max domain size 33856
1.62/1.06	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.62/1.06	c (0,0) Constraint Name Generate Begin
1.62/1.07	c (0,0) Ctr:HOME/instance-4387686-1568288540.xml,AllDifferent:Eq:Mul:Num:OrderedCtr:Var:WeightedSum
1.62/1.07	c (0,0) Constraint Name Generate End
1.62/1.07	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.62/1.07	c (0,0) CSP to CSPinCNF Begin
7.40/3.04	c (2,2) translated 20 (10%) constraints
8.34/3.47	c (2,2) translated 39 (20%) constraints
9.18/3.85	c (3,3) translated 58 (30%) constraints
10.03/4.21	c (3,3) translated 77 (40%) constraints
10.36/4.55	c (4,3) translated 96 (50%) constraints
10.70/4.89	c (4,4) translated 116 (60%) constraints
11.11/5.23	c (4,4) translated 135 (70%) constraints
11.44/5.58	c (5,5) translated 154 (80%) constraints
11.89/5.91	c (5,5) translated 173 (90%) constraints
12.26/6.21	c (5,5) translated 192 (100%) constraints
12.26/6.21	c (5,5) ===========================================
12.26/6.21	c (5,5) Order
12.26/6.21	c (5,5) ===========================================
13.46/6.69	c (6,6) translated 11878 (10%) constraints
17.04/8.38	c (7,7) translated 23756 (20%) constraints
17.78/8.66	c (8,8) translated 35634 (30%) constraints
18.09/8.92	c (8,8) translated 47511 (40%) constraints
18.29/9.18	c (8,8) translated 59389 (50%) constraints
18.59/9.44	c (8,8) translated 71267 (60%) constraints
18.79/9.70	c (9,9) translated 83144 (70%) constraints
19.09/9.95	c (9,9) translated 95022 (80%) constraints
19.48/10.22	c (9,9) translated 106900 (90%) constraints
19.85/10.52	c (9,9) translated 118777 (100%) constraints
19.85/10.52	c (9,9) CSP to CSPinCNF End
19.85/10.54	c (9,9) CSP: 723 int (356 aux), 33857 bool (33856 aux), 187206 ctr, max domain size 1046639
19.85/10.54	c (10,9) Heap : 2760 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
19.85/10.54	c (10,9) CSPinCNF Propagation Begin
41.00/26.19	c (25,24) 4346233 values, 45953 unsatisfiable literals, and 45960 valid clauses are removed
41.00/26.19	c (25,24) CSPinCNF Propagation End
41.00/26.19	c (25,24) CSP: 722 int (356 aux), 33858 bool (33856 aux), 141246 ctr, max domain size 782921
41.00/26.19	c (25,24) Heap : 2464 MiB used (max 10904 MiB), NonHeap : 28 MiB used (max 0 MiB)
41.10/26.20	c (25,24) Simplify CSPinCNF Begin
42.81/27.00	c (26,25) Simplify CSPinCNF End
43.04/27.02	c (26,25) CSP: 722 int (356 aux), 67164 bool (67162 aux), 174552 ctr, max domain size 782921
43.04/27.02	c (26,25) Heap : 2869 MiB used (max 10904 MiB), NonHeap : 29 MiB used (max 0 MiB)
43.04/27.02	c (26,25) Calculate Precise Domain Begin
1551.99/426.89	c (426,49) java.lang.OutOfMemoryError: GC overhead limit exceeded
1552.21/426.97	c (426,49) java.lang.Long.valueOf(Long.java:840)
1552.21/426.97	c (426,49) scala.runtime.BoxesRunTime.boxToLong(BoxesRunTime.java:69)
1552.21/426.97	c (426,49) scala.runtime.java8.JFunction1$mcJJ$sp.apply(JFunction1$mcJJ$sp.java:12)
1552.21/426.97	c (426,49) scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:233)
1552.21/426.97	c (426,49) scala.collection.TraversableLike$$Lambda$106/1653986196.apply(Unknown Source)
1552.21/426.97	c (426,49) scala.collection.Iterator.foreach(Iterator.scala:937)
1552.21/426.97	c (426,49) scala.collection.Iterator.foreach$(Iterator.scala:937)
1552.21/426.97	c (426,49) scala.collection.AbstractIterator.foreach(Iterator.scala:1425)
1552.21/426.97	c (426,49) scala.collection.IterableLike.foreach(IterableLike.scala:70)
1552.21/426.97	c (426,49) scala.collection.IterableLike.foreach$(IterableLike.scala:69)
1552.21/426.97	c (426,49) scala.collection.AbstractIterable.foreach(Iterable.scala:54)
1552.21/426.97	c (426,49) scala.collection.TraversableLike.map(TraversableLike.scala:233)
1552.21/426.97	c (426,49) scala.collection.TraversableLike.map$(TraversableLike.scala:226)
1552.21/426.97	c (426,49) scala.collection.AbstractTraversable.map(Traversable.scala:104)
1552.21/426.98	c (426,49) fun.scop.IntDomain.$anonfun$preciseAdd$1(Domain.scala:101)
1552.21/426.98	c (426,49) fun.scop.IntDomain.$anonfun$preciseAdd$1$adapted(Domain.scala:101)
1552.21/426.98	c (426,49) fun.scop.IntDomain$$Lambda$299/1484673893.apply(Unknown Source)
1552.21/426.98	c (426,49) scala.collection.TraversableLike.$anonfun$flatMap$1(TraversableLike.scala:240)
1552.21/426.98	c (426,49) scala.collection.TraversableLike$$Lambda$121/1340565491.apply(Unknown Source)
1552.21/426.98	c (426,49) scala.collection.Iterator.foreach(Iterator.scala:937)
1552.21/426.98	c (426,49) scala.collection.Iterator.foreach$(Iterator.scala:937)
1552.21/426.98	c (426,49) scala.collection.AbstractIterator.foreach(Iterator.scala:1425)
1552.21/426.98	c (426,49) scala.collection.IterableLike.foreach(IterableLike.scala:70)
1552.21/426.98	c (426,49) scala.collection.IterableLike.foreach$(IterableLike.scala:69)
1552.21/426.98	c (426,49) scala.collection.AbstractIterable.foreach(Iterable.scala:54)
1552.21/426.98	c (426,49) scala.collection.TraversableLike.flatMap(TraversableLike.scala:240)
1552.21/426.98	c (426,49) scala.collection.TraversableLike.flatMap$(TraversableLike.scala:237)
1552.21/426.98	c (426,49) scala.collection.AbstractTraversable.flatMap(Traversable.scala:104)
1552.21/426.98	c (426,49) fun.scop.IntDomain.preciseAdd(Domain.scala:101)
1552.21/426.98	c (426,49) fun.scop.LinearSum.$anonfun$getPreciseDomain$2(Expr.scala:1727)
1552.21/426.98	c (426,49) fun.scop.LinearSum.$anonfun$getPreciseDomain$2$adapted(Expr.scala:1726)
1552.21/426.98	c (426,49) fun.scop.LinearSum$$Lambda$294/1414506856.apply(Unknown Source)
1552.21/426.98	c (426,49) 0,0,10,25,26,TO,TO,TO,TO,STOP-AFTER(Simplify)
1552.21/426.98	s UNSUPPORTED
1552.21/426.98	c END-Prog: Thu Sep 12 13:48:42 CEST 2019
0.00/427.03	c (scop.sh) HOME/scop-7444-serial-file.bin does not exist. End.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387686-1568288540/watcher-4387686-1568288540 -o /tmp/evaluation-result-4387686-1568288540/solver-4387686-1568288540 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568285939-6430 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -order HOME/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa HOME HOME/instance-4387686-1568288540.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100167 s]*
/proc/loadavg: 4.99 4.72 3.94 6/230 7461
/proc/meminfo: memFree=19717900/32770624 swapFree=66992696/67108860
[pid=7444] ppid=7441 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/7444/stat : 7444 (scop.sh) S 7441 7444 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405105444 115843072 349 33554432000 4194304 5098028 140726427398560 140726427395816 140223443567228 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28889088 140726427403048 140726427403376 140726427403376 140726427406285 0
/proc/7444/statm: 28282 349 296 221 0 87 0
[pid=7447] ppid=7444 vsize=15012696 memory=74804 CPUtime=0.12 cores=0,2,4,6
/proc/7447/stat : 7447 (java) S 7444 7444 5522 0 -1 1077944320 6945 0 0 0 10 2 0 0 20 0 15 0 405105444 15373000704 18701 33554432000 4194304 4196468 140727846907312 140727846889856 139959114624759 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
/proc/7447/statm: 3753174 18701 2913 1 0 3715579 0
[pid=7447/tid=7448] ppid=7444 vsize=15012696 memory=7100839861464433778 CPUtime=0.08 cores=0,2,4,6
/proc/7447/task/7448/stat : 7448 (java) R 7444 7444 5522 0 -1 4202560 4851 0 0 0 7 1 0 0 20 0 15 0 405105445 15373000704 18833 33554432000 4194304 4196468 140727846907312 139959086419920 139959094900480 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7449] ppid=7444 vsize=15012696 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7449/stat : 7449 (java) S 7444 7444 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405105446 15373000704 18833 33554432000 4194304 4196468 140727846907312 139959118866704 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7450] ppid=7444 vsize=15012696 memory=140283655456384 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7450/stat : 7450 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105446 15373000704 18833 33554432000 4194304 4196468 140727846907312 139958894569872 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7451] ppid=7444 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7451/stat : 7451 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105446 15373000704 18833 33554432000 4194304 4196468 140727846907312 139958893517328 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7452] ppid=7444 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7452/stat : 7452 (java) S 7444 7444 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405105446 15373000704 18833 33554432000 4194304 4196468 140727846907312 139958892464784 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7453] ppid=7444 vsize=15012696 memory=140283655456384 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7453/stat : 7453 (java) S 7444 7444 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405105448 15373000704 18833 33554432000 4194304 4196468 140727846907312 139958454008304 139959114635906 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7454] ppid=7444 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7454/stat : 7454 (java) S 7444 7444 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405105448 15373000704 18833 33554432000 4194304 4196468 140727846907312 139957716903328 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7455] ppid=7444 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7455/stat : 7455 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105448 15373000704 18833 33554432000 4194304 4196468 140727846907312 139957482022384 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7456] ppid=7444 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7456/stat : 7456 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15373000704 18833 33554432000 4194304 4196468 140727846907312 139957107514064 139959114643355 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7457] ppid=7444 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7457/stat : 7457 (java) S 7444 7444 5522 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 405105451 15373000704 18833 33554432000 4194304 4196468 140727846907312 139958452955120 139959114635906 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7458] ppid=7444 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7458/stat : 7458 (java) R 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15373000704 18833 33554432000 4194304 4196468 140727846907312 139958451902576 139959114635906 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7459] ppid=7444 vsize=15012696 memory=140283655456384 CPUtime=0.01 cores=0,2,4,6
/proc/7447/task/7459/stat : 7459 (java) R 7444 7444 5522 0 -1 4202560 426 0 0 0 1 0 0 0 20 0 15 0 405105451 15373000704 18833 33554432000 4194304 4196468 140727846907312 139958450844600 139959093592868 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7460] ppid=7444 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7460/stat : 7460 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15373000704 18833 33554432000 4194304 4196468 140727846907312 139956609608288 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7461] ppid=7444 vsize=15012696 memory=140283655456384 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7461/stat : 7461 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105451 15373000704 18833 33554432000 4194304 4196468 140727846907312 139958449797936 139959114635906 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 76200 KiB

[startup+0.210777 s]*
/proc/loadavg: 4.99 4.72 3.94 6/230 7461
/proc/meminfo: memFree=19700112/32770624 swapFree=66992696/67108860
[pid=7444] ppid=7441 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/7444/stat : 7444 (scop.sh) S 7441 7444 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405105444 115843072 349 33554432000 4194304 5098028 140726427398560 140726427395816 140223443567228 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28889088 140726427403048 140726427403376 140726427403376 140726427406285 0
/proc/7444/statm: 28282 349 296 221 0 87 0
[pid=7447] ppid=7444 vsize=15012696 memory=90228 CPUtime=0.25 cores=0,2,4,6
/proc/7447/stat : 7447 (java) S 7444 7444 5522 0 -1 1077944320 12065 0 0 0 21 4 0 0 20 0 15 0 405105444 15373000704 22557 33554432000 4194304 4196468 140727846907312 140727846889856 139959114624759 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
/proc/7447/statm: 3753174 22557 2978 1 0 3715579 0
[pid=7447/tid=7448] ppid=7444 vsize=15012696 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/7447/task/7448/stat : 7448 (java) R 7444 7444 5522 0 -1 4202560 9824 0 0 0 17 3 0 0 20 0 15 0 405105445 15373000704 22557 33554432000 4194304 4196468 140727846907312 139959086446112 139959114646685 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7449] ppid=7444 vsize=15012696 memory=2809255 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7449/stat : 7449 (java) S 7444 7444 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405105446 15373000704 22557 33554432000 4194304 4196468 140727846907312 139959118866704 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7450] ppid=7444 vsize=15012696 memory=2933223 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7450/stat : 7450 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105446 15373000704 22557 33554432000 4194304 4196468 140727846907312 139958894569872 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7451] ppid=7444 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7451/stat : 7451 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105446 15373000704 22557 33554432000 4194304 4196468 140727846907312 139958893517328 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7452] ppid=7444 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7452/stat : 7452 (java) S 7444 7444 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405105446 15373000704 22557 33554432000 4194304 4196468 140727846907312 139958892464784 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7453] ppid=7444 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7453/stat : 7453 (java) S 7444 7444 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405105448 15373000704 22557 33554432000 4194304 4196468 140727846907312 139958454008304 139959114635906 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7454] ppid=7444 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7454/stat : 7454 (java) S 7444 7444 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405105448 15373000704 22557 33554432000 4194304 4196468 140727846907312 139957716903328 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7455] ppid=7444 vsize=15012696 memory=140283655456384 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7455/stat : 7455 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105448 15373000704 22557 33554432000 4194304 4196468 140727846907312 139957482022384 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7456] ppid=7444 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7456/stat : 7456 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15373000704 22557 33554432000 4194304 4196468 140727846907312 139957107514064 139959114643355 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7457] ppid=7444 vsize=15012696 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/7447/task/7457/stat : 7457 (java) S 7444 7444 5522 0 -1 1077944384 474 0 0 0 1 0 0 0 20 0 15 0 405105451 15373000704 22557 33554432000 4194304 4196468 140727846907312 139958452955120 139959114635906 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7458] ppid=7444 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7458/stat : 7458 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15373000704 22557 33554432000 4194304 4196468 140727846907312 139958451902576 139959114635906 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7459] ppid=7444 vsize=15012696 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/7447/task/7459/stat : 7459 (java) R 7444 7444 5522 0 -1 4202560 433 0 0 0 3 0 0 0 20 0 15 0 405105451 15373000704 22557 33554432000 4194304 4196468 140727846907312 139958450850032 139959095852587 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7460] ppid=7444 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7460/stat : 7460 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15373000704 22557 33554432000 4194304 4196468 140727846907312 139956609608288 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7461] ppid=7444 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7461/stat : 7461 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105451 15373000704 22557 33554432000 4194304 4196468 140727846907312 139958449797936 139959114635906 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 91624 KiB

[startup+0.310574 s]*
/proc/loadavg: 4.99 4.72 3.94 7/230 7461
/proc/meminfo: memFree=19697216/32770624 swapFree=66992696/67108860
[pid=7444] ppid=7441 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/7444/stat : 7444 (scop.sh) S 7441 7444 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405105444 115843072 349 33554432000 4194304 5098028 140726427398560 140726427395816 140223443567228 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28889088 140726427403048 140726427403376 140726427403376 140726427406285 0
/proc/7444/statm: 28282 349 296 221 0 87 0
[pid=7447] ppid=7444 vsize=15012696 memory=93968 CPUtime=0.43 cores=0,2,4,6
/proc/7447/stat : 7447 (java) S 7444 7444 5522 0 -1 1077944320 12551 0 0 0 39 4 0 0 20 0 15 0 405105444 15373000704 23492 33554432000 4194304 4196468 140727846907312 140727846889856 139959114624759 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
/proc/7447/statm: 3753174 23492 3014 1 0 3715579 0
[pid=7447/tid=7448] ppid=7444 vsize=15012696 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/7447/task/7448/stat : 7448 (java) R 7444 7444 5522 0 -1 4202560 10105 0 0 0 27 3 0 0 20 0 15 0 405105445 15373000704 23492 33554432000 4194304 4196468 140727846907312 139959086440240 139959098705246 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7449] ppid=7444 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7449/stat : 7449 (java) S 7444 7444 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405105446 15373000704 23492 33554432000 4194304 4196468 140727846907312 139959118866704 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7450] ppid=7444 vsize=15012696 memory=2932664 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7450/stat : 7450 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105446 15373000704 23492 33554432000 4194304 4196468 140727846907312 139958894569872 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7451] ppid=7444 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7451/stat : 7451 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105446 15373000704 23492 33554432000 4194304 4196468 140727846907312 139958893517328 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7452] ppid=7444 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7452/stat : 7452 (java) S 7444 7444 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405105446 15373000704 23492 33554432000 4194304 4196468 140727846907312 139958892464784 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7453] ppid=7444 vsize=15012696 memory=140283655456384 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7453/stat : 7453 (java) S 7444 7444 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405105448 15373000704 23492 33554432000 4194304 4196468 140727846907312 139958454008304 139959114635906 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7454] ppid=7444 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7454/stat : 7454 (java) S 7444 7444 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405105448 15373000704 23492 33554432000 4194304 4196468 140727846907312 139957716903328 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7455] ppid=7444 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7455/stat : 7455 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105448 15373000704 23492 33554432000 4194304 4196468 140727846907312 139957482022384 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7456] ppid=7444 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7456/stat : 7456 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15373000704 23492 33554432000 4194304 4196468 140727846907312 139957107514064 139959114643355 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7457] ppid=7444 vsize=15012696 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7447/task/7457/stat : 7457 (java) S 7444 7444 5522 0 -1 1077944384 528 0 0 0 2 0 0 0 20 0 15 0 405105451 15373000704 23492 33554432000 4194304 4196468 140727846907312 139958452955120 139959114635906 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7458] ppid=7444 vsize=15012696 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7447/task/7458/stat : 7458 (java) S 7444 7444 5522 0 -1 1077944384 106 0 0 0 2 0 0 0 20 0 15 0 405105451 15373000704 23492 33554432000 4194304 4196468 140727846907312 139958451902576 139959114635906 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7459] ppid=7444 vsize=15012696 memory=140283655456384 CPUtime=0.07 cores=0,2,4,6
/proc/7447/task/7459/stat : 7459 (java) S 7444 7444 5522 0 -1 1077944384 483 0 0 0 7 0 0 0 20 0 15 0 405105451 15373000704 23492 33554432000 4194304 4196468 140727846907312 139958450850032 139959114635906 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7460] ppid=7444 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7460/stat : 7460 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15373000704 23492 33554432000 4194304 4196468 140727846907312 139956609608288 139959114634965 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7461] ppid=7444 vsize=15012696 memory=140283655456384 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7461/stat : 7461 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105451 15373000704 23492 33554432000 4194304 4196468 140727846907312 139958449797936 139959114635906 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 95364 KiB

[startup+0.700777 s]
/proc/loadavg: 4.99 4.72 3.94 6/230 7461
/proc/meminfo: memFree=19675884/32770624 swapFree=66992696/67108860
[pid=7444] ppid=7441 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/7444/stat : 7444 (scop.sh) S 7441 7444 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405105444 115843072 349 33554432000 4194304 5098028 140726427398560 140726427395816 140223443567228 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28889088 140726427403048 140726427403376 140726427403376 140726427406285 0
/proc/7444/statm: 28282 349 296 221 0 87 0
[pid=7447] ppid=7444 vsize=15021092 memory=131584 CPUtime=0.97 cores=0,2,4,6
/proc/7447/stat : 7447 (java) S 7444 7444 5522 0 -1 1077944320 20169 0 0 0 91 6 0 0 20 0 15 0 405105444 15381598208 32896 33554432000 4194304 4196468 140727846907312 140727846889856 139959114624759 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
/proc/7447/statm: 3755273 32896 3186 1 0 3716603 0
[pid=7447/tid=7448] ppid=7444 vsize=15021092 memory=2124 CPUtime=0.68 cores=0,2,4,6
/proc/7447/task/7448/stat : 7448 (java) R 7444 7444 5522 0 -1 4202560 17304 0 0 0 62 6 0 0 20 0 15 0 405105445 15381598208 32896 33554432000 4194304 4196468 140727846907312 139959086456496 139959098705246 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7449] ppid=7444 vsize=15021092 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7449/stat : 7449 (java) S 7444 7444 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405105446 15381598208 32896 33554432000 4194304 4196468 140727846907312 139959118866704 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7450] ppid=7444 vsize=15021092 memory=496 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7450/stat : 7450 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105446 15381598208 32896 33554432000 4194304 4196468 140727846907312 139958894569872 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7451] ppid=7444 vsize=15021092 memory=928 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7451/stat : 7451 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105446 15381598208 32896 33554432000 4194304 4196468 140727846907312 139958893517328 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7452] ppid=7444 vsize=15021092 memory=1604 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7452/stat : 7452 (java) S 7444 7444 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405105446 15381598208 32896 33554432000 4194304 4196468 140727846907312 139958892464784 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7453] ppid=7444 vsize=15021092 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7453/stat : 7453 (java) S 7444 7444 5522 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 405105448 15381598208 32896 33554432000 4194304 4196468 140727846907312 139958454008304 139959114635906 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7454] ppid=7444 vsize=15021092 memory=2356 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7454/stat : 7454 (java) S 7444 7444 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405105448 15381598208 32896 33554432000 4194304 4196468 140727846907312 139957716903328 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7455] ppid=7444 vsize=15021092 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7455/stat : 7455 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105448 15381598208 32961 33554432000 4194304 4196468 140727846907312 139957482022384 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7456] ppid=7444 vsize=15021092 memory=820 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7456/stat : 7456 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15381598208 32961 33554432000 4194304 4196468 140727846907312 139957107514064 139959114643355 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7457] ppid=7444 vsize=15021092 memory=7302135314614015843 CPUtime=0.06 cores=0,2,4,6
/proc/7447/task/7457/stat : 7457 (java) S 7444 7444 5522 0 -1 1077944384 767 0 0 0 6 0 0 0 20 0 15 0 405105451 15381598208 32961 33554432000 4194304 4196468 140727846907312 139958452955120 139959114635906 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7458] ppid=7444 vsize=15021092 memory=6942687306866584425 CPUtime=0.06 cores=0,2,4,6
/proc/7447/task/7458/stat : 7458 (java) R 7444 7444 5522 0 -1 4202560 160 0 0 0 6 0 0 0 20 0 15 0 405105451 15381598208 32961 33554432000 4194304 4196468 140727846907312 139958451883592 139959099750751 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7459] ppid=7444 vsize=15021092 memory=7444819964895188053 CPUtime=0.15 cores=0,2,4,6
/proc/7447/task/7459/stat : 7459 (java) S 7444 7444 5522 0 -1 1077944384 603 0 0 0 15 0 0 0 20 0 15 0 405105451 15381598208 32961 33554432000 4194304 4196468 140727846907312 139958450850032 139959114635906 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7460] ppid=7444 vsize=15021092 memory=4638778398333489488 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7460/stat : 7460 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15381598208 32961 33554432000 4194304 4196468 140727846907312 139956609608288 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7461] ppid=7444 vsize=15021092 memory=7379825633957865584 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7461/stat : 7461 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105451 15381598208 32961 33554432000 4194304 4196468 140727846907312 139958449797936 139959114635906 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 15134220 KiB
Current children cumulated memory: 132980 KiB

[startup+1.50708 s]
/proc/loadavg: 4.99 4.72 3.94 8/230 7461
/proc/meminfo: memFree=19647844/32770624 swapFree=66992696/67108860
[pid=7444] ppid=7441 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/7444/stat : 7444 (scop.sh) S 7441 7444 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405105444 115843072 349 33554432000 4194304 5098028 140726427398560 140726427395816 140223443567228 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28889088 140726427403048 140726427403376 140726427403376 140726427406285 0
/proc/7444/statm: 28282 349 296 221 0 87 0

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

/proc/7447/task/7450/stat : 7450 (java) R 7444 7444 5522 0 -1 4202560 17898 0 0 0 36516 226 0 0 20 0 15 0 405105446 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958894569992 139959107252967 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7451] ppid=7444 vsize=15025188 memory=12028652 CPUtime=366.67 cores=0,2,4,6
/proc/7447/task/7451/stat : 7451 (java) R 7444 7444 5522 0 -1 4202560 18618 0 0 0 36444 223 0 0 20 0 15 0 405105446 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958893517136 139959107252967 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7452] ppid=7444 vsize=15025188 memory=12028684 CPUtime=368.3 cores=0,2,4,6
/proc/7447/task/7452/stat : 7452 (java) R 7444 7444 5522 0 -1 4202560 15905 0 0 0 36660 170 0 0 20 0 15 0 405105446 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958892464984 139959099614402 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7453] ppid=7444 vsize=15025188 memory=1396 CPUtime=2.84 cores=0,2,4,6
/proc/7447/task/7453/stat : 7453 (java) S 7444 7444 5522 0 -1 1077944384 70688 0 0 0 281 3 0 0 20 0 15 0 405105448 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958454006848 139959114634965 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7454] ppid=7444 vsize=15025188 memory=3632 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7454/stat : 7454 (java) S 7444 7444 5522 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 405105448 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139957716903392 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7455] ppid=7444 vsize=15025188 memory=16080 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7455/stat : 7455 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105448 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139957482022400 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7456] ppid=7444 vsize=15025188 memory=164 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7456/stat : 7456 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139957107514064 139959114643355 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7457] ppid=7444 vsize=15025188 memory=66992729 CPUtime=6.05 cores=0,2,4,6
/proc/7447/task/7457/stat : 7457 (java) S 7444 7444 5522 0 -1 1077944384 7469 0 0 0 604 1 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958452955168 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7458] ppid=7444 vsize=15025188 memory=280566994255904 CPUtime=5.36 cores=0,2,4,6
/proc/7447/task/7458/stat : 7458 (java) S 7444 7444 5522 0 -1 1077944384 7798 0 0 0 534 2 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958451902336 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7459] ppid=7444 vsize=15025188 memory=589972055281463335 CPUtime=1.37 cores=0,2,4,6
/proc/7447/task/7459/stat : 7459 (java) S 7444 7444 5522 0 -1 1077944384 4674 0 0 0 135 2 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958450850080 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7460] ppid=7444 vsize=15025188 memory=576461256399351847 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7460/stat : 7460 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139956609608288 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7461] ppid=7444 vsize=15025188 memory=34874 CPUtime=0.17 cores=0,2,4,6
/proc/7447/task/7461/stat : 7461 (java) S 7444 7444 5522 0 -1 1077944384 375 0 0 0 10 7 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958449797936 139959114635906 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
Current children cumulated CPU time: 1534.95 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 12030156 KiB

[startup+425.601 s]
/proc/loadavg: 6.06 6.75 5.26 6/229 7571
/proc/meminfo: memFree=15492284/32770624 swapFree=66992696/67108860
[pid=7444] ppid=7441 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/7444/stat : 7444 (scop.sh) S 7441 7444 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405105444 115843072 349 33554432000 4194304 5098028 140726427398560 140726427395816 140223443567228 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28889088 140726427403048 140726427403376 140726427403376 140726427406285 0
/proc/7444/statm: 28282 349 296 221 0 87 0
[pid=7447] ppid=7444 vsize=15025188 memory=12028760 CPUtime=1547.34 cores=0,2,4,6
/proc/7447/stat : 7447 (java) S 7444 7444 5522 0 -1 1077944320 189386 0 0 0 153813 921 0 0 20 0 15 0 405105444 15385792512 3007190 33554432000 4194304 4196468 140727846907312 140727846889856 139959114624759 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
/proc/7447/statm: 3756297 3007190 3304 1 0 3717627 0
[pid=7447/tid=7448] ppid=7444 vsize=15025188 memory=6944656592455360604 CPUtime=50.32 cores=0,2,4,6
/proc/7447/task/7448/stat : 7448 (java) S 7444 7444 5522 0 -1 1077944384 27480 0 0 0 4977 55 0 0 20 0 15 0 405105445 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139959086462176 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7449] ppid=7444 vsize=15025188 memory=6944656592455359580 CPUtime=369.41 cores=0,2,4,6
/proc/7447/task/7449/stat : 7449 (java) R 7444 7444 5522 0 -1 4202560 16538 0 0 0 36709 232 0 0 20 0 15 0 405105446 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139959118866512 139959107252967 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7450] ppid=7444 vsize=15025188 memory=6791534058613427641 CPUtime=370.45 cores=0,2,4,6
/proc/7447/task/7450/stat : 7450 (java) R 7444 7444 5522 0 -1 4202560 17898 0 0 0 36818 227 0 0 20 0 15 0 405105446 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958894569992 139959107252967 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7451] ppid=7444 vsize=15025188 memory=2016 CPUtime=369.75 cores=0,2,4,6
/proc/7447/task/7451/stat : 7451 (java) R 7444 7444 5522 0 -1 4202560 18618 0 0 0 36752 223 0 0 20 0 15 0 405105446 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958893517136 139959107252967 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7452] ppid=7444 vsize=15025188 memory=1384 CPUtime=371.51 cores=0,2,4,6
/proc/7447/task/7452/stat : 7452 (java) R 7444 7444 5522 0 -1 4202560 16521 0 0 0 36980 171 0 0 20 0 15 0 405105446 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958892464984 139959107729452 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7453] ppid=7444 vsize=15025188 memory=776 CPUtime=2.84 cores=0,2,4,6
/proc/7447/task/7453/stat : 7453 (java) S 7444 7444 5522 0 -1 1077944384 70688 0 0 0 281 3 0 0 20 0 15 0 405105448 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958454006848 139959114634965 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7454] ppid=7444 vsize=15025188 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7454/stat : 7454 (java) S 7444 7444 5522 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 405105448 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139957716903392 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7455] ppid=7444 vsize=15025188 memory=7234817806554060373 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7455/stat : 7455 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105448 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139957482022400 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7456] ppid=7444 vsize=15025188 memory=7445975659075429969 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7456/stat : 7456 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139957107514064 139959114643355 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7457] ppid=7444 vsize=15025188 memory=7156609384634868066 CPUtime=6.05 cores=0,2,4,6
/proc/7447/task/7457/stat : 7457 (java) S 7444 7444 5522 0 -1 1077944384 7469 0 0 0 604 1 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958452955168 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7458] ppid=7444 vsize=15025188 memory=12028760 CPUtime=5.36 cores=0,2,4,6
/proc/7447/task/7458/stat : 7458 (java) S 7444 7444 5522 0 -1 1077944384 7798 0 0 0 534 2 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958451902336 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7459] ppid=7444 vsize=15025188 memory=1764 CPUtime=1.37 cores=0,2,4,6
/proc/7447/task/7459/stat : 7459 (java) S 7444 7444 5522 0 -1 1077944384 4674 0 0 0 135 2 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958450850080 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7460] ppid=7444 vsize=15025188 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7460/stat : 7460 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139956609608288 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7461] ppid=7444 vsize=15025188 memory=808 CPUtime=0.17 cores=0,2,4,6
/proc/7447/task/7461/stat : 7461 (java) S 7444 7444 5522 0 -1 1077944384 377 0 0 0 10 7 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958449797936 139959114635906 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
Current children cumulated CPU time: 1547.34 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 12030156 KiB

[startup+426.401 s]
/proc/loadavg: 5.98 6.72 5.26 6/229 7571
/proc/meminfo: memFree=15492176/32770624 swapFree=66992696/67108860
[pid=7444] ppid=7441 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/7444/stat : 7444 (scop.sh) S 7441 7444 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405105444 115843072 349 33554432000 4194304 5098028 140726427398560 140726427395816 140223443567228 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28889088 140726427403048 140726427403376 140726427403376 140726427406285 0
/proc/7444/statm: 28282 349 296 221 0 87 0
[pid=7447] ppid=7444 vsize=15025188 memory=12028760 CPUtime=1550.44 cores=0,2,4,6
/proc/7447/stat : 7447 (java) S 7444 7444 5522 0 -1 1077944320 189666 0 0 0 154122 922 0 0 20 0 15 0 405105444 15385792512 3007190 33554432000 4194304 4196468 140727846907312 140727846889856 139959114624759 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
/proc/7447/statm: 3756297 3007190 3304 1 0 3717627 0
[pid=7447/tid=7448] ppid=7444 vsize=15025188 memory=8112282956445269571 CPUtime=50.32 cores=0,2,4,6
/proc/7447/task/7448/stat : 7448 (java) S 7444 7444 5522 0 -1 1077944384 27480 0 0 0 4977 55 0 0 20 0 15 0 405105445 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139959086462176 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7449] ppid=7444 vsize=15025188 memory=12028760 CPUtime=370.18 cores=0,2,4,6
/proc/7447/task/7449/stat : 7449 (java) R 7444 7444 5522 0 -1 4202560 16538 0 0 0 36786 232 0 0 20 0 15 0 405105446 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139959118866512 139959107252967 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7450] ppid=7444 vsize=15025188 memory=111632 CPUtime=371.2 cores=0,2,4,6
/proc/7447/task/7450/stat : 7450 (java) R 7444 7444 5522 0 -1 4202560 17898 0 0 0 36893 227 0 0 20 0 15 0 405105446 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958894569992 139959107252967 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7451] ppid=7444 vsize=15025188 memory=1564 CPUtime=370.53 cores=0,2,4,6
/proc/7447/task/7451/stat : 7451 (java) R 7444 7444 5522 0 -1 4202560 18618 0 0 0 36829 224 0 0 20 0 15 0 405105446 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958893517136 139959107252967 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7452] ppid=7444 vsize=15025188 memory=8556 CPUtime=372.31 cores=0,2,4,6
/proc/7447/task/7452/stat : 7452 (java) R 7444 7444 5522 0 -1 4202560 16801 0 0 0 37060 171 0 0 20 0 15 0 405105446 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958892464984 139959099621252 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7453] ppid=7444 vsize=15025188 memory=3632 CPUtime=2.84 cores=0,2,4,6
/proc/7447/task/7453/stat : 7453 (java) S 7444 7444 5522 0 -1 1077944384 70688 0 0 0 281 3 0 0 20 0 15 0 405105448 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958454006848 139959114634965 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7454] ppid=7444 vsize=15025188 memory=16080 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7454/stat : 7454 (java) S 7444 7444 5522 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 405105448 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139957716903392 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7455] ppid=7444 vsize=15025188 memory=988 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7455/stat : 7455 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105448 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139957482022400 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7456] ppid=7444 vsize=15025188 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7456/stat : 7456 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139957107514064 139959114643355 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7457] ppid=7444 vsize=15025188 memory=1384 CPUtime=6.05 cores=0,2,4,6
/proc/7447/task/7457/stat : 7457 (java) S 7444 7444 5522 0 -1 1077944384 7469 0 0 0 604 1 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958452955168 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7458] ppid=7444 vsize=15025188 memory=1396 CPUtime=5.36 cores=0,2,4,6
/proc/7447/task/7458/stat : 7458 (java) S 7444 7444 5522 0 -1 1077944384 7798 0 0 0 534 2 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958451902336 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7459] ppid=7444 vsize=15025188 memory=12028760 CPUtime=1.37 cores=0,2,4,6
/proc/7447/task/7459/stat : 7459 (java) S 7444 7444 5522 0 -1 1077944384 4674 0 0 0 135 2 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958450850080 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7460] ppid=7444 vsize=15025188 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7460/stat : 7460 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139956609608288 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7461] ppid=7444 vsize=15025188 memory=6944656592455360604 CPUtime=0.17 cores=0,2,4,6
/proc/7447/task/7461/stat : 7461 (java) S 7444 7444 5522 0 -1 1077944384 377 0 0 0 10 7 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958449797936 139959114635906 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
Current children cumulated CPU time: 1550.44 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 12030156 KiB

[startup+426.801 s]
/proc/loadavg: 5.98 6.72 5.26 6/229 7571
/proc/meminfo: memFree=15492176/32770624 swapFree=66992696/67108860
[pid=7444] ppid=7441 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/7444/stat : 7444 (scop.sh) S 7441 7444 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405105444 115843072 349 33554432000 4194304 5098028 140726427398560 140726427395816 140223443567228 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28889088 140726427403048 140726427403376 140726427403376 140726427406285 0
/proc/7444/statm: 28282 349 296 221 0 87 0
[pid=7447] ppid=7444 vsize=15025188 memory=12028760 CPUtime=1551.99 cores=0,2,4,6
/proc/7447/stat : 7447 (java) S 7444 7444 5522 0 -1 1077944320 189806 0 0 0 154277 922 0 0 20 0 15 0 405105444 15385792512 3007190 33554432000 4194304 4196468 140727846907312 140727846889856 139959114624759 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
/proc/7447/statm: 3756297 3007190 3304 1 0 3717627 0
[pid=7447/tid=7448] ppid=7444 vsize=15025188 memory=13852958290872731 CPUtime=50.32 cores=0,2,4,6
/proc/7447/task/7448/stat : 7448 (java) S 7444 7444 5522 0 -1 1077944384 27480 0 0 0 4977 55 0 0 20 0 15 0 405105445 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139959086462176 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7449] ppid=7444 vsize=15025188 memory=-6520478321162704286 CPUtime=370.56 cores=0,2,4,6
/proc/7447/task/7449/stat : 7449 (java) R 7444 7444 5522 0 -1 4202560 16538 0 0 0 36824 232 0 0 20 0 15 0 405105446 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139959118866512 139959107252967 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7450] ppid=7444 vsize=15025188 memory=-7666414585839465563 CPUtime=371.58 cores=0,2,4,6
/proc/7447/task/7450/stat : 7450 (java) R 7444 7444 5522 0 -1 4202560 17898 0 0 0 36931 227 0 0 20 0 15 0 405105446 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958894569992 139959107252967 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7451] ppid=7444 vsize=15025188 memory=-7521736447810188379 CPUtime=370.91 cores=0,2,4,6
/proc/7447/task/7451/stat : 7451 (java) R 7444 7444 5522 0 -1 4202560 18618 0 0 0 36867 224 0 0 20 0 15 0 405105446 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958893517136 139959107252967 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7452] ppid=7444 vsize=15025188 memory=-8412652160765825907 CPUtime=372.71 cores=0,2,4,6
/proc/7447/task/7452/stat : 7452 (java) R 7444 7444 5522 0 -1 4202560 16941 0 0 0 37100 171 0 0 20 0 15 0 405105446 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958892464984 139959096178000 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7453] ppid=7444 vsize=15025188 memory=7897517683652307531 CPUtime=2.84 cores=0,2,4,6
/proc/7447/task/7453/stat : 7453 (java) S 7444 7444 5522 0 -1 1077944384 70688 0 0 0 281 3 0 0 20 0 15 0 405105448 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958454006848 139959114634965 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7454] ppid=7444 vsize=15025188 memory=8514726395715349656 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7454/stat : 7454 (java) S 7444 7444 5522 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 405105448 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139957716903392 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7455] ppid=7444 vsize=15025188 memory=7100839878645619564 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7455/stat : 7455 (java) S 7444 7444 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405105448 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139957482022400 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7456] ppid=7444 vsize=15025188 memory=-8634980985311628903 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7456/stat : 7456 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139957107514064 139959114643355 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7457] ppid=7444 vsize=15025188 memory=3047711553320166262 CPUtime=6.05 cores=0,2,4,6
/proc/7447/task/7457/stat : 7457 (java) S 7444 7444 5522 0 -1 1077944384 7469 0 0 0 604 1 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958452955168 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7458] ppid=7444 vsize=15025188 memory=7824336315716348491 CPUtime=5.36 cores=0,2,4,6
/proc/7447/task/7458/stat : 7458 (java) S 7444 7444 5522 0 -1 1077944384 7798 0 0 0 534 2 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958451902336 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7459] ppid=7444 vsize=15025188 memory=7232891426918000465 CPUtime=1.37 cores=0,2,4,6
/proc/7447/task/7459/stat : 7459 (java) S 7444 7444 5522 0 -1 1077944384 4674 0 0 0 135 2 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958450850080 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7460] ppid=7444 vsize=15025188 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/7447/task/7460/stat : 7460 (java) S 7444 7444 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139956609608288 139959114634965 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
[pid=7447/tid=7461] ppid=7444 vsize=15025188 memory=4275172 CPUtime=0.17 cores=0,2,4,6
/proc/7447/task/7461/stat : 7461 (java) S 7444 7444 5522 0 -1 1077944384 377 0 0 0 10 7 0 0 20 0 15 0 405105451 15385792512 3007190 33554432000 4194304 4196468 140727846907312 139958449797936 139959114635906 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22745088 140727846912751 140727846913178 140727846913178 140727846916047 0
Current children cumulated CPU time: 1551.99 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 12030156 KiB

[startup+427.001 s]*
/proc/loadavg: 5.98 6.72 5.26 3/216 7571
/proc/meminfo: memFree=17591044/32770624 swapFree=66992696/67108860
[pid=7444] ppid=7441 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/7444/stat : 7444 (scop.sh) S 7441 7444 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405105444 115843072 349 33554432000 4194304 5098028 140726427398560 140726427395816 140223443567228 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28889088 140726427403048 140726427403376 140726427403376 140726427406285 0
/proc/7444/statm: 28282 349 296 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1396 KiB

Child status: 0
Real time (s): 427.039
CPU time (s): 1552.39
CPU user time (s): 1543.12
CPU system time (s): 9.27454
CPU usage (%): 363.525
Max. virtual memory (cumulated for all children) (KiB): 15138316
Max. memory (cumulated for all children) (KiB): 12030168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1543.12
system time used= 9.27454
maximum resident set size= 12029104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191755
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17756
involuntary context switches= 28798


# summary of solver processes directly reported to runsolver:
#   pid: 7444
#   total CPU time (s): 1552.39
#   total CPU user time (s): 1543.12
#   total CPU system time (s): 9.27454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.48828 second user time and 4.50597 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-12 13:41:35
IDJOB=4387686
IDBENCH=122916
IDSOLVER=2825
FILE ID=node102/4387686-1568288540
RUNJOBID= node102-1568285939-6430
PBS_JOBID= 21701092
Free space on /tmp= 54640 MiB

SOLVER NAME= Fun-sCOP order+GlueMiniSat (2019-06-15)
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-184.xml
COMMAND LINE= DIR/scop.sh 11g DIR/scop.jar -order DIR/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387686-1568288540/watcher-4387686-1568288540 -o /tmp/evaluation-result-4387686-1568288540/solver-4387686-1568288540 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568285939-6430 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -order HOME/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa HOME HOME/instance-4387686-1568288540.xml

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

MD5SUM BENCH= 50aaeae16ffb672916f4ac64373270f5
RANDOM SEED=2137831219

node102.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.13
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.54
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.13
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.54
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.13
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.54
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.13
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19779736 kB
MemAvailable:   19899728 kB
Buffers:           89404 kB
Cached:           322776 kB
SwapCached:        11908 kB
Active:         12220684 kB
Inactive:         208784 kB
Active(anon):   12012288 kB
Inactive(anon):    33316 kB
Active(file):     208396 kB
Inactive(file):   175468 kB
Unevictable:      110384 kB
Mlocked:          110384 kB
SwapTotal:      67108860 kB
SwapFree:       66992696 kB
Dirty:             20668 kB
Writeback:             0 kB
AnonPages:      12116108 kB
Mapped:            43096 kB
Shmem:             19760 kB
Slab:             132308 kB
SReclaimable:     103928 kB
SUnreclaim:        28380 kB
KernelStack:        3808 kB
PageTables:        28600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13201316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11958272 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= 54620 MiB
End job on node102 at 2019-09-12 13:48:42