Trace number 4305355

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
scop order+MapleCOMSPS (2018-07-31)UNSAT 4.36732 2.5495

General information on the benchmark

NameDubois/
Dubois-021_c18.xml
MD5SUM20df171288238b3174eb6e57a3777db0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.007467
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints42
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":63}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":63}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":42}]
Number of extensional constraints42
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":42}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -order -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-7963-serial-file.bin HOME/instance-4305355-1534075099.xml
0.65/0.52	
0.65/0.52	scop order+minisat_release (2018-07-31)
0.65/0.52	(Encoding Process)
0.65/0.52	
0.65/0.55	c BEGIN-Prog: Sun Aug 12 13:58:20 CEST 2018
0.65/0.55	c PID: 7966
0.65/0.55	c IP: 172.20.3.151
0.65/0.55	c HOST: node151.alineos.net
0.65/0.56	c (0,0) Parsing Begin
1.18/0.86	c (0,0) Parsing End
1.18/0.87	c (0,0) CSP: 0 int (0 aux), 63 bool (0 aux), 42 ctr, max domain size 2
1.18/0.87	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.18/0.87	c (0,0) Constraint Name Generate Begin
1.18/0.87	c (0,0) Ctr:HOME/instance-4305355-1534075099.xml,ExtensionSupport:IntVar
1.18/0.87	c (0,0) Constraint Name Generate End
1.18/0.87	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.18/0.87	c (0,0) CSP to CSPinCNF Begin
1.71/1.11	c (0,0) translated 5 (10%) constraints
1.71/1.16	c (0,0) translated 9 (20%) constraints
1.71/1.19	c (0,0) translated 13 (30%) constraints
1.98/1.22	c (0,0) translated 17 (40%) constraints
1.98/1.25	c (0,0) translated 21 (50%) constraints
1.98/1.29	c (0,0) translated 26 (60%) constraints
2.23/1.30	c (0,0) translated 30 (70%) constraints
2.23/1.32	c (0,0) translated 34 (80%) constraints
2.23/1.33	c (0,0) translated 38 (90%) constraints
2.23/1.35	c (0,0) translated 42 (100%) constraints
2.23/1.39	c (0,0) STATISTICS1:HOME/instance-4305355-1534075099.xml,ExtensionSupport:IntVar,231,798,-1,2,3,1,,2:2100,3:546;2:252,1:2100;0:42,
2.23/1.39	c (0,0) ==========================================
2.23/1.39	c (0,0) Order
2.23/1.39	c (0,0) ==========================================
2.23/1.40	c (0,0) translated 80 (10%) constraints
2.52/1.41	c (0,0) translated 160 (20%) constraints
2.52/1.41	c (0,0) translated 240 (30%) constraints
2.52/1.42	c (0,0) translated 320 (40%) constraints
2.52/1.42	c (0,0) translated 399 (50%) constraints
2.52/1.43	c (0,0) translated 479 (60%) constraints
2.52/1.43	c (0,0) translated 559 (70%) constraints
2.52/1.44	c (0,0) translated 639 (80%) constraints
2.52/1.44	c (0,0) translated 719 (90%) constraints
2.52/1.45	c (0,0) translated 798 (100%) constraints
2.52/1.45	c (0,0) CSP to CSPinCNF End
2.52/1.45	c (0,0) CSP: 0 int (0 aux), 231 bool (168 aux), 798 ctr, max domain size 2
2.52/1.45	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.52/1.45	c (0,0) CSPinCNF Propagation Begin
2.52/1.49	c (0,0) 0 values, 42 unsatisfiable literals, and 0 valid clauses are removed
2.52/1.49	c (0,0) CSPinCNF Propagation End
2.52/1.49	c (0,0) CSP: 0 int (0 aux), 231 bool (168 aux), 798 ctr, max domain size 2
2.52/1.49	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.52/1.49	c (0,0) Simplify CSPinCNF Begin
2.52/1.50	c (0,0) Simplify CSPinCNF End
2.52/1.50	c (0,0) CSP: 0 int (0 aux), 231 bool (168 aux), 798 ctr, max domain size 2
2.52/1.50	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.52/1.50	c (0,0) Calculate Precise Domain Begin
2.52/1.50	c (0,0) 0 values are removed by re-calculation
2.52/1.50	c (0,0) Calculate Precise Domain End
2.52/1.50	c (0,0) CSP: 0 int (0 aux), 231 bool (168 aux), 798 ctr, max domain size 2
2.52/1.50	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.52/1.50	c (0,0) CSPinCNF to SatSolver Begin
2.86/1.53	c (0,0) 80 (10 %) CSP clauses are encoded (231 SAT variables, 79 SAT clauses)
2.86/1.53	c (1,0) 160 (20 %) CSP clauses are encoded (231 SAT variables, 159 SAT clauses)
2.86/1.54	c (1,0) 240 (30 %) CSP clauses are encoded (231 SAT variables, 239 SAT clauses)
2.86/1.54	c (1,1) 320 (40 %) CSP clauses are encoded (231 SAT variables, 319 SAT clauses)
2.86/1.54	c (1,1) 399 (50 %) CSP clauses are encoded (231 SAT variables, 398 SAT clauses)
2.86/1.55	c (1,1) 479 (60 %) CSP clauses are encoded (231 SAT variables, 478 SAT clauses)
2.86/1.55	c (1,1) 559 (70 %) CSP clauses are encoded (231 SAT variables, 558 SAT clauses)
2.86/1.55	c (1,1) 639 (80 %) CSP clauses are encoded (231 SAT variables, 638 SAT clauses)
2.86/1.56	c (1,1) 719 (90 %) CSP clauses are encoded (231 SAT variables, 718 SAT clauses)
2.86/1.56	c (1,1) 798 (100 %) CSP clauses are encoded (231 SAT variables, 797 SAT clauses)
2.86/1.56	c (1,1) Launch Command will be: minisat_release
2.86/1.56	c (1,1) CSPinCNF to SatSolver End
2.86/1.56	c (1,1) Heap : 112 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
2.86/1.57	c (1,1) STATISTICS2:HOME/instance-4305355-1534075099.xml,ExtensionSupport:IntVar,231,798,-1,2,3,1,,2:2100,3:504;2:294,1:2100,
2.86/1.57	c (1,1) 231 bool, 798 clause
2.86/1.57	c (1,1) Export Begin
3.11/1.74	c (1,1) Export to HOME/scop-7963-serial-file.bin
3.11/1.74	c (1,1) Export End
3.11/1.74	c (1,1) Export File Size: 0.01 MB
3.11/1.74	c (1,1) 0,0,0,0,0,0,1,STOP-AFTER(DIMACS)
3.11/1.74	c END-Prog: Sun Aug 12 13:58:21 CEST 2018
3.11/1.75	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-7963-serial-file.bin
3.78/2.24	c (0,0) Read Serial File Begin
3.78/2.24	c (0,0) HOME/scop-7963-serial-file.bin
4.08/2.41	c (0,0) Read Serial File End
4.08/2.42	
4.08/2.42	scop order+minisat_release (2018-07-31)
4.08/2.42	(Solving Process)
4.08/2.42	
4.08/2.45	c BEGIN-Prog: Sun Aug 12 13:58:22 CEST 2018
4.08/2.45	c PID: 7981
4.08/2.45	c IP: 172.20.3.151
4.08/2.45	c HOST: node151.alineos.net
4.08/2.45	c (0,0) SatSolver.solve Begin
4.08/2.45	c (0,0) 0 bool, 0 clause
4.08/2.45	c (0,0) minisat_release HOME/instance-4305355-1534075099.xml-scop-7966.cnf
4.08/2.48	c (0,0) c This is COMiniSatPS.
4.08/2.48	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
4.08/2.48	c (0,0) c ============================[ Problem Statistics ]=============================
4.08/2.48	c (0,0) c |                                                                             |
4.08/2.48	c (0,0) c |  Number of variables:           231                                         |
4.08/2.48	c (0,0) c |  Number of clauses:             798                                         |
4.08/2.48	c (0,0) c |  Parse time:                   0.00 s                                       |
4.08/2.48	c (0,0) c |  Eliminated clauses:           0.01 Mb                                      |
4.08/2.48	c (0,0) c |  Simplification time:          0.00 s                                       |
4.08/2.48	c (0,0) c |                                                                             |
4.08/2.48	c (0,0) c ===============================================================================
4.08/2.48	c (0,0) c Solved by simplification
4.08/2.48	c (0,0) c restarts              : 0
4.08/2.48	c (0,0) c conflicts             : 0              (0 /sec)
4.08/2.48	c (0,0) c decisions             : 0              (-nan % random) (0 /sec)
4.08/2.48	c (0,0) c propagations          : 2              (793 /sec)
4.08/2.48	c (0,0) c conflict literals     : 0              (-nan % deleted)
4.08/2.48	c (0,0) c CPU time              : 0.002522 s
4.08/2.48	c (0,0) 
4.08/2.48	c (0,0) s UNSATISFIABLE
4.28/2.52	c (0,0) SatSolver.solve End
4.28/2.53	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
4.28/2.53	c (0,0) Show results Begin
4.28/2.53	s UNSATISFIABLE
4.28/2.53	c (0,0) Show results End
4.28/2.53	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
4.28/2.53	c (0,0) 0,0,STOP-AFTER(ALL)
4.28/2.53	c END-Prog: Sun Aug 12 13:58:22 CEST 2018

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305355-1534075099/watcher-4305355-1534075099 -o /tmp/evaluation-result-4305355-1534075099/solver-4305355-1534075099 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534062410-3793 --watchdog 2580 scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305355-1534075099.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=7963, runsolver pid=7960
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 2.33 2.15 2.08 3/222 7980
/proc/meminfo: memFree=8707628/32770624 swapFree=67108860/67108860
[pid=7963] ppid=7960 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/7963/stat : 7963 (scop.sh) S 7960 7963 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225073125 115843072 348 33554432000 4194304 5098028 140725661111344 140725661108600 139917212529276 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8331264 140725661115456 140725661115655 140725661115655 140725661118413 0
/proc/7963/statm: 28282 348 296 221 0 87 0
[pid=7966] ppid=7963 vsize=15012476 memory=71892 CPUtime=0.1 cores=0,2,4,6
/proc/7966/stat : 7966 (java) S 7963 7963 3762 0 -1 1077944320 6100 0 0 0 8 2 0 0 20 0 15 0 225073125 15372775424 17973 33554432000 4194304 4196468 140723409275520 140723409258064 139675446066935 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
/proc/7966/statm: 3753119 17973 2741 1 0 3715579 0
[pid=7966/tid=7967] ppid=7963 vsize=15012476 memory=-6526411401870300574 CPUtime=0.08 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (java) R 7963 7963 3762 0 -1 4202560 4246 0 0 0 7 1 0 0 20 0 15 0 225073126 15372775424 17973 33554432000 4194304 4196468 140723409275520 139675417872408 139675426343760 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7968] ppid=7963 vsize=15012476 memory=3472468304418686640 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073127 15372775424 17973 33554432000 4194304 4196468 140723409275520 139675450309008 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7969] ppid=7963 vsize=15012476 memory=140008191006336 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073127 15372775424 17973 33554432000 4194304 4196468 140723409275520 139675226011920 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7970] ppid=7963 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7970/stat : 7970 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073127 15372775424 17973 33554432000 4194304 4196468 140723409275520 139675224959632 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7971] ppid=7963 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7971/stat : 7971 (java) S 7963 7963 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073127 15372775424 17973 33554432000 4194304 4196468 140723409275520 139675223906832 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7972] ppid=7963 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7972/stat : 7972 (java) S 7963 7963 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073129 15372775424 17973 33554432000 4194304 4196468 140723409275520 139674785622640 139675446078082 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7973] ppid=7963 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7973/stat : 7973 (java) S 7963 7963 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073129 15372775424 17973 33554432000 4194304 4196468 140723409275520 139674047735072 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7974] ppid=7963 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7974/stat : 7974 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073130 15372775424 17973 33554432000 4194304 4196468 140723409275520 139673812854384 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7975] ppid=7963 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7975/stat : 7975 (java) S 7963 7963 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073132 15372775424 17973 33554432000 4194304 4196468 140723409275520 139673438345808 139675446085531 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7976] ppid=7963 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7976/stat : 7976 (java) S 7963 7963 3762 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 225073132 15372775424 17973 33554432000 4194304 4196468 140723409275520 139674784569456 139675446078082 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7977] ppid=7963 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7977/stat : 7977 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073132 15372775424 17973 33554432000 4194304 4196468 140723409275520 139674783516656 139675446078082 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7978] ppid=7963 vsize=15012476 memory=140008191006336 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7978/stat : 7978 (java) R 7963 7963 3762 0 -1 4202560 250 0 0 0 0 0 0 0 20 0 15 0 225073132 15372775424 17973 33554432000 4194304 4196468 140723409275520 139674782464368 139675446088282 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7979] ppid=7963 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7979/stat : 7979 (java) S 7963 7963 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073133 15372775424 17973 33554432000 4194304 4196468 140723409275520 139672940440032 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7980] ppid=7963 vsize=15012476 memory=140008191006336 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7980/stat : 7980 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073133 15372775424 17973 33554432000 4194304 4196468 140723409275520 139674781412272 139675446078082 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 73284 KiB

[startup+0.210453 s]*
/proc/loadavg: 2.33 2.15 2.08 4/222 7980
/proc/meminfo: memFree=8693560/32770624 swapFree=67108860/67108860
[pid=7963] ppid=7960 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/7963/stat : 7963 (scop.sh) S 7960 7963 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225073125 115843072 348 33554432000 4194304 5098028 140725661111344 140725661108600 139917212529276 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8331264 140725661115456 140725661115655 140725661115655 140725661118413 0
/proc/7963/statm: 28282 348 296 221 0 87 0
[pid=7966] ppid=7963 vsize=15012476 memory=85460 CPUtime=0.24 cores=0,2,4,6
/proc/7966/stat : 7966 (java) S 7963 7963 3762 0 -1 1077944320 9739 0 0 0 21 3 0 0 20 0 15 0 225073125 15372775424 21365 33554432000 4194304 4196468 140723409275520 140723409258064 139675446066935 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
/proc/7966/statm: 3753119 21365 2882 1 0 3715579 0
[pid=7966/tid=7967] ppid=7963 vsize=15012476 memory=-8976644418600983157 CPUtime=0.19 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (java) R 7963 7963 3762 0 -1 4202560 7647 0 0 0 17 2 0 0 20 0 15 0 225073126 15372775424 21365 33554432000 4194304 4196468 140723409275520 139675417875680 139674903412968 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7968] ppid=7963 vsize=15012476 memory=3472468304418686640 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073127 15372775424 21365 33554432000 4194304 4196468 140723409275520 139675450309008 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7969] ppid=7963 vsize=15012476 memory=140008191006336 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073127 15372775424 21365 33554432000 4194304 4196468 140723409275520 139675226011920 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7970] ppid=7963 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7970/stat : 7970 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073127 15372775424 21365 33554432000 4194304 4196468 140723409275520 139675224959632 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7971] ppid=7963 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7971/stat : 7971 (java) S 7963 7963 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073127 15372775424 21365 33554432000 4194304 4196468 140723409275520 139675223906832 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7972] ppid=7963 vsize=15012476 memory=140008191006336 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7972/stat : 7972 (java) S 7963 7963 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073129 15372775424 21365 33554432000 4194304 4196468 140723409275520 139674785622640 139675446078082 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7973] ppid=7963 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7973/stat : 7973 (java) S 7963 7963 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073129 15372775424 21365 33554432000 4194304 4196468 140723409275520 139674047735072 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7974] ppid=7963 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7974/stat : 7974 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073130 15372775424 21365 33554432000 4194304 4196468 140723409275520 139673812854384 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7975] ppid=7963 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7975/stat : 7975 (java) S 7963 7963 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073132 15372775424 21365 33554432000 4194304 4196468 140723409275520 139673438345808 139675446085531 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7976] ppid=7963 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7976/stat : 7976 (java) S 7963 7963 3762 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 225073132 15372775424 21365 33554432000 4194304 4196468 140723409275520 139674784569456 139675446078082 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7977] ppid=7963 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7977/stat : 7977 (java) S 7963 7963 3762 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 225073132 15372775424 21365 33554432000 4194304 4196468 140723409275520 139674783516656 139675446078082 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7978] ppid=7963 vsize=15012476 memory=140008191006336 CPUtime=0.02 cores=0,2,4,6
/proc/7966/task/7978/stat : 7978 (java) R 7963 7963 3762 0 -1 4202560 300 0 0 0 2 0 0 0 20 0 15 0 225073132 15372775424 21365 33554432000 4194304 4196468 140723409275520 139674782464368 139675446078082 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7979] ppid=7963 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7979/stat : 7979 (java) S 7963 7963 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073133 15372775424 21365 33554432000 4194304 4196468 140723409275520 139672940440032 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7980] ppid=7963 vsize=15012476 memory=140008191006336 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7980/stat : 7980 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073133 15372775424 21365 33554432000 4194304 4196468 140723409275520 139674781412272 139675446078082 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 86852 KiB

[startup+0.310365 s]*
/proc/loadavg: 2.33 2.15 2.08 3/222 7980
/proc/meminfo: memFree=8689464/32770624 swapFree=67108860/67108860
[pid=7963] ppid=7960 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/7963/stat : 7963 (scop.sh) S 7960 7963 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225073125 115843072 348 33554432000 4194304 5098028 140725661111344 140725661108600 139917212529276 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8331264 140725661115456 140725661115655 140725661115655 140725661118413 0
/proc/7963/statm: 28282 348 296 221 0 87 0
[pid=7966] ppid=7963 vsize=15012476 memory=89676 CPUtime=0.41 cores=0,2,4,6
/proc/7966/stat : 7966 (java) S 7963 7963 3762 0 -1 1077944320 10352 0 0 0 38 3 0 0 20 0 15 0 225073125 15372775424 22419 33554432000 4194304 4196468 140723409275520 140723409258064 139675446066935 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
/proc/7966/statm: 3753119 22419 2984 1 0 3715579 0
[pid=7966/tid=7967] ppid=7963 vsize=15012476 memory=-8976644418600983157 CPUtime=0.28 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (java) R 7963 7963 3762 0 -1 4202560 8088 0 0 0 26 2 0 0 20 0 15 0 225073126 15372775424 22419 33554432000 4194304 4196468 140723409275520 139675417861936 139675427630510 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7968] ppid=7963 vsize=15012476 memory=3472468304418686640 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073127 15372775424 22419 33554432000 4194304 4196468 140723409275520 139675450309008 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7969] ppid=7963 vsize=15012476 memory=280016273234816 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073127 15372775424 22419 33554432000 4194304 4196468 140723409275520 139675226011920 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7970] ppid=7963 vsize=15012476 memory=280016164489248 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7970/stat : 7970 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073127 15372775424 22419 33554432000 4194304 4196468 140723409275520 139675224959632 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7971] ppid=7963 vsize=15012476 memory=140008082228495 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7971/stat : 7971 (java) S 7963 7963 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073127 15372775424 22419 33554432000 4194304 4196468 140723409275520 139675223906832 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7972] ppid=7963 vsize=15012476 memory=280016273241728 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7972/stat : 7972 (java) S 7963 7963 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073129 15372775424 22419 33554432000 4194304 4196468 140723409275520 139674785622640 139675446078082 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7973] ppid=7963 vsize=15012476 memory=140008082233103 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7973/stat : 7973 (java) S 7963 7963 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073129 15372775424 22419 33554432000 4194304 4196468 140723409275520 139674047735072 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7974] ppid=7963 vsize=15012476 memory=140008082242864 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7974/stat : 7974 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073130 15372775424 22419 33554432000 4194304 4196468 140723409275520 139673812854384 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7975] ppid=7963 vsize=15012476 memory=280016164498464 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7975/stat : 7975 (java) S 7963 7963 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073132 15372775424 22419 33554432000 4194304 4196468 140723409275520 139673438345808 139675446085531 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7976] ppid=7963 vsize=15012476 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/7966/task/7976/stat : 7976 (java) S 7963 7963 3762 0 -1 1077944384 437 0 0 0 1 0 0 0 20 0 15 0 225073132 15372775424 22419 33554432000 4194304 4196468 140723409275520 139674784569456 139675446078082 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7977] ppid=7963 vsize=15012476 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7966/task/7977/stat : 7977 (java) S 7963 7963 3762 0 -1 1077944384 149 0 0 0 2 0 0 0 20 0 15 0 225073132 15372775424 22419 33554432000 4194304 4196468 140723409275520 139674783516656 139675446078082 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7978] ppid=7963 vsize=15012476 memory=140008191006336 CPUtime=0.07 cores=0,2,4,6
/proc/7966/task/7978/stat : 7978 (java) S 7963 7963 3762 0 -1 1077944384 347 0 0 0 7 0 0 0 20 0 15 0 225073132 15372775424 22419 33554432000 4194304 4196468 140723409275520 139674782464368 139675446078082 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7979] ppid=7963 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7979/stat : 7979 (java) S 7963 7963 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073133 15372775424 22419 33554432000 4194304 4196468 140723409275520 139672940440032 139675446077141 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7980] ppid=7963 vsize=15012476 memory=140008191007728 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7980/stat : 7980 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073133 15372775424 22419 33554432000 4194304 4196468 140723409275520 139674781412272 139675446078082 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91068 KiB

[startup+0.701278 s]
/proc/loadavg: 2.33 2.15 2.08 3/222 7980
/proc/meminfo: memFree=8664296/32770624 swapFree=67108860/67108860
[pid=7963] ppid=7960 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/7963/stat : 7963 (scop.sh) S 7960 7963 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225073125 115843072 348 33554432000 4194304 5098028 140725661111344 140725661108600 139917212529276 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8331264 140725661115456 140725661115655 140725661115655 140725661118413 0
/proc/7963/statm: 28282 348 296 221 0 87 0
[pid=7966] ppid=7963 vsize=15020872 memory=129500 CPUtime=0.99 cores=0,2,4,6
/proc/7966/stat : 7966 (java) S 7963 7963 3762 0 -1 1077944320 17541 0 0 0 93 6 0 0 20 0 15 0 225073125 15381372928 32375 33554432000 4194304 4196468 140723409275520 140723409258064 139675446066935 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
/proc/7966/statm: 3755218 32375 3146 1 0 3716603 0
[pid=7966/tid=7967] ppid=7963 vsize=15020872 memory=54 CPUtime=0.67 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (java) R 7963 7963 3762 0 -1 4202560 14838 0 0 0 62 5 0 0 20 0 15 0 225073126 15381372928 32375 33554432000 4194304 4196468 140723409275520 139675417898464 139675430110565 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7968] ppid=7963 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073127 15381372928 32375 33554432000 4194304 4196468 140723409275520 139675450309008 139675446077141 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7969] ppid=7963 vsize=15020872 memory=8751464017575360309 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073127 15381372928 32375 33554432000 4194304 4196468 140723409275520 139675226011920 139675446077141 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7970] ppid=7963 vsize=15020872 memory=5788902676991533888 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7970/stat : 7970 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073127 15381372928 32375 33554432000 4194304 4196468 140723409275520 139675224959632 139675446077141 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7971] ppid=7963 vsize=15020872 memory=6440526044186890340 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7971/stat : 7971 (java) S 7963 7963 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073127 15381372928 32375 33554432000 4194304 4196468 140723409275520 139675223906832 139675446077141 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7972] ppid=7963 vsize=15020872 memory=170926128 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7972/stat : 7972 (java) S 7963 7963 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225073129 15381372928 32375 33554432000 4194304 4196468 140723409275520 139674785622640 139675446078082 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7973] ppid=7963 vsize=15020872 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7973/stat : 7973 (java) S 7963 7963 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073129 15381372928 32375 33554432000 4194304 4196468 140723409275520 139674047735072 139675446077141 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7974] ppid=7963 vsize=15020872 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7974/stat : 7974 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073130 15381372928 32375 33554432000 4194304 4196468 140723409275520 139673812854384 139675446077141 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7975] ppid=7963 vsize=15020872 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7975/stat : 7975 (java) S 7963 7963 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073132 15381372928 32375 33554432000 4194304 4196468 140723409275520 139673438345808 139675446085531 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7976] ppid=7963 vsize=15020872 memory=4536 CPUtime=0.05 cores=0,2,4,6
/proc/7966/task/7976/stat : 7976 (java) R 7963 7963 3762 0 -1 4202560 538 0 0 0 5 0 0 0 20 0 15 0 225073132 15381372928 32375 33554432000 4194304 4196468 140723409275520 139674784559840 139675429969536 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7977] ppid=7963 vsize=15020872 memory=8448 CPUtime=0.1 cores=0,2,4,6
/proc/7966/task/7977/stat : 7977 (java) R 7963 7963 3762 0 -1 4202560 373 0 0 0 10 0 0 0 20 0 15 0 225073132 15381372928 32375 33554432000 4194304 4196468 140723409275520 139674783516656 139675430456453 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7978] ppid=7963 vsize=15020872 memory=1628 CPUtime=0.15 cores=0,2,4,6
/proc/7966/task/7978/stat : 7978 (java) S 7963 7963 3762 0 -1 1077944384 458 0 0 0 15 0 0 0 20 0 15 0 225073132 15381372928 32375 33554432000 4194304 4196468 140723409275520 139674782464368 139675446078082 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7979] ppid=7963 vsize=15020872 memory=1144 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7979/stat : 7979 (java) S 7963 7963 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073133 15381372928 32375 33554432000 4194304 4196468 140723409275520 139672940440032 139675446077141 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7980] ppid=7963 vsize=15020872 memory=15244 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7980/stat : 7980 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073133 15381372928 32375 33554432000 4194304 4196468 140723409275520 139674781412272 139675446078082 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 130892 KiB

[startup+1.50713 s]
/proc/loadavg: 2.33 2.15 2.08 3/222 7980
/proc/meminfo: memFree=8635512/32770624 swapFree=67108860/67108860
[pid=7963] ppid=7960 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/7963/stat : 7963 (scop.sh) S 7960 7963 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225073125 115843072 348 33554432000 4194304 5098028 140725661111344 140725661108600 139917212529276 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8331264 140725661115456 140725661115655 140725661115655 140725661118413 0
/proc/7963/statm: 28282 348 296 221 0 87 0

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

/proc/7963/stat : 7963 (scop.sh) S 7960 7963 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225073125 115843072 348 33554432000 4194304 5098028 140725661111344 140725661108600 139917212529276 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8331264 140725661115456 140725661115655 140725661115655 140725661118413 0
/proc/7963/statm: 28282 348 296 221 0 87 0
[pid=7966] ppid=7963 vsize=15027084 memory=186648 CPUtime=3.06 cores=0,2,4,6
/proc/7966/stat : 7966 (java) S 7963 7963 3762 0 -1 1077944320 22033 0 0 0 298 8 0 0 20 0 15 0 225073125 15387734016 46662 33554432000 4194304 4196468 140723409275520 140723409258064 139675446066935 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
/proc/7966/statm: 3756771 46662 3203 1 0 3717627 0
[pid=7966/tid=7967] ppid=7963 vsize=15027084 memory=0 CPUtime=1.55 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (java) D 7963 7963 3762 0 -1 4202560 16436 0 0 0 148 7 0 0 20 0 15 0 225073126 15387734016 46662 33554432000 4194304 4196468 140723409275520 139675417907376 139675446090813 0 4 2 25189581 18446744072100379781 0 0 -1 0 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7968] ppid=7963 vsize=15027084 memory=7378937314462426994 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073127 15387734016 46662 33554432000 4194304 4196468 140723409275520 139675450309008 139675446077141 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7969] ppid=7963 vsize=15027084 memory=7230921007607278949 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073127 15387734016 46662 33554432000 4194304 4196468 140723409275520 139675226011920 139675446077141 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7970] ppid=7963 vsize=15027084 memory=7445408212627188328 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7970/stat : 7970 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073127 15387734016 46662 33554432000 4194304 4196468 140723409275520 139675224959632 139675446077141 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7971] ppid=7963 vsize=15027084 memory=7378958217699224426 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7971/stat : 7971 (java) S 7963 7963 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073127 15387734016 46662 33554432000 4194304 4196468 140723409275520 139675223906832 139675446077141 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7972] ppid=7963 vsize=15027084 memory=7157735280196867940 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7972/stat : 7972 (java) S 7963 7963 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225073129 15387734016 46662 33554432000 4194304 4196468 140723409275520 139674785622640 139675446078082 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7973] ppid=7963 vsize=15027084 memory=7014751519617013604 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7973/stat : 7973 (java) S 7963 7963 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073129 15387734016 46662 33554432000 4194304 4196468 140723409275520 139674047735072 139675446077141 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7974] ppid=7963 vsize=15027084 memory=140008191006336 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7974/stat : 7974 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073130 15387734016 46662 33554432000 4194304 4196468 140723409275520 139673812854384 139675446077141 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7975] ppid=7963 vsize=15027084 memory=140007343915009 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7975/stat : 7975 (java) S 7963 7963 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073132 15387734016 46662 33554432000 4194304 4196468 140723409275520 139673438345808 139675446085531 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7976] ppid=7963 vsize=15027084 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/7966/task/7976/stat : 7976 (java) S 7963 7963 3762 0 -1 1077944384 880 0 0 0 34 0 0 0 20 0 15 0 225073132 15387734016 46662 33554432000 4194304 4196468 140723409275520 139674784569456 139675446078082 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7977] ppid=7963 vsize=15027084 memory=7157735280196867940 CPUtime=0.43 cores=0,2,4,6
/proc/7966/task/7977/stat : 7977 (java) S 7963 7963 3762 0 -1 1077944384 730 0 0 0 43 0 0 0 20 0 15 0 225073132 15387734016 46662 33554432000 4194304 4196468 140723409275520 139674783516656 139675446078082 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7978] ppid=7963 vsize=15027084 memory=7885354704963855975 CPUtime=0.72 cores=0,2,4,6
/proc/7966/task/7978/stat : 7978 (java) S 7963 7963 3762 0 -1 1077944384 2653 0 0 0 72 0 0 0 20 0 15 0 225073132 15387734016 46662 33554432000 4194304 4196468 140723409275520 139674782464368 139675446078082 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7979] ppid=7963 vsize=15027084 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7979/stat : 7979 (java) S 7963 7963 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073133 15387734016 46662 33554432000 4194304 4196468 140723409275520 139672940440032 139675446077141 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
[pid=7966/tid=7980] ppid=7963 vsize=15027084 memory=159616 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7980/stat : 7980 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073133 15387734016 46662 33554432000 4194304 4196468 140723409275520 139674781412272 139675446078082 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14139392 140723409277959 140723409278257 140723409278257 140723409280975 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 15140212 KiB
Current children cumulated memory: 188040 KiB

[startup+2.00033 s]*
/proc/loadavg: 2.33 2.15 2.08 3/222 7995
/proc/meminfo: memFree=8714812/32770624 swapFree=67108860/67108860
[pid=7963] ppid=7960 vsize=113128 memory=1472 CPUtime=3.2 cores=0,2,4,6
/proc/7963/stat : 7963 (scop.sh) S 7960 7963 3762 0 -1 4202496 590 22901 0 0 0 0 311 9 20 0 1 0 225073125 115843072 368 33554432000 4194304 5098028 140725661111344 140725661108088 139917212529276 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8331264 140725661115456 140725661115655 140725661115655 140725661118413 0
/proc/7963/statm: 28282 368 311 221 0 87 0
[pid=7981] ppid=7963 vsize=7404280 memory=63508 CPUtime=0.34 cores=0,2,4,6
/proc/7981/stat : 7981 (java) S 7963 7963 3762 0 -1 1077944320 9314 0 0 0 32 2 0 0 20 0 15 0 225073301 7581982720 15877 33554432000 4194304 4196468 140732909016560 140732908999104 140663473671927 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
/proc/7981/statm: 1851070 15877 3010 1 0 1813530 0
[pid=7981/tid=7982] ppid=7963 vsize=7404280 memory=5794279405114637417 CPUtime=0.23 cores=0,2,4,6
/proc/7981/task/7982/stat : 7982 (java) R 7963 7963 3762 0 -1 4202560 7047 0 0 0 21 2 0 0 20 0 15 0 225073301 7581982720 15877 33554432000 4194304 4196468 140732909016560 140663445478800 140663453947808 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7983] ppid=7963 vsize=7404280 memory=2211 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7983/stat : 7983 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073302 7581982720 15877 33554432000 4194304 4196468 140732909016560 140663477914128 140663473682133 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7984] ppid=7963 vsize=7404280 memory=140008191006336 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7984/stat : 7984 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073302 7581982720 15877 33554432000 4194304 4196468 140732909016560 140663278082704 140663473682133 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7985] ppid=7963 vsize=7404280 memory=6153431502485414761 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7985/stat : 7985 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073302 7581982720 15877 33554432000 4194304 4196468 140732909016560 140663277029648 140663473682133 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7986] ppid=7963 vsize=7404280 memory=7020311512870236465 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7986/stat : 7986 (java) S 7963 7963 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073302 7581982720 15877 33554432000 4194304 4196468 140732909016560 140663275977104 140663473682133 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7987] ppid=7963 vsize=7404280 memory=3251791853975291826 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7987/stat : 7987 (java) S 7963 7963 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073304 7581982720 15877 33554432000 4194304 4196468 140732909016560 140662852766448 140663473683074 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7988] ppid=7963 vsize=7404280 memory=8389687274667848497 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7988/stat : 7988 (java) S 7963 7963 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073304 7581982720 15877 33554432000 4194304 4196468 140732909016560 140662326421152 140663473682133 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7989] ppid=7963 vsize=7404280 memory=31588 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7989/stat : 7989 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073304 7581982720 15877 33554432000 4194304 4196468 140732909016560 140662057985264 140663473682133 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7990] ppid=7963 vsize=7404280 memory=7230921007607278949 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7990/stat : 7990 (java) S 7963 7963 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073307 7581982720 15877 33554432000 4194304 4196468 140732909016560 140661683476944 140663473690523 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7991] ppid=7963 vsize=7404280 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7981/task/7991/stat : 7991 (java) S 7963 7963 3762 0 -1 1077944384 475 0 0 0 2 0 0 0 20 0 15 0 225073307 7581982720 15877 33554432000 4194304 4196468 140732909016560 140662851713264 140663473683074 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7992] ppid=7963 vsize=7404280 memory=7018409457413940837 CPUtime=0.01 cores=0,2,4,6
/proc/7981/task/7992/stat : 7992 (java) S 7963 7963 3762 0 -1 1077944384 143 0 0 0 1 0 0 0 20 0 15 0 225073307 7581982720 15877 33554432000 4194304 4196468 140732909016560 140662850660720 140663473683074 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7993] ppid=7963 vsize=7404280 memory=4026532047 CPUtime=0.06 cores=0,2,4,6
/proc/7981/task/7993/stat : 7993 (java) S 7963 7963 3762 0 -1 1077944384 317 0 0 0 6 0 0 0 20 0 15 0 225073307 7581982720 15877 33554432000 4194304 4196468 140732909016560 140662849607664 140663473683074 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7994] ppid=7963 vsize=7404280 memory=14835 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7994/stat : 7994 (java) S 7963 7963 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073307 7581982720 15877 33554432000 4194304 4196468 140732909016560 140661185571168 140663473682133 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7995] ppid=7963 vsize=7404280 memory=1228974 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7995/stat : 7995 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073307 7581982720 15877 33554432000 4194304 4196468 140732909016560 140662848556080 140663473683074 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
Current children cumulated CPU time: 3.54 s
Current children cumulated vsize: 7517408 KiB
Current children cumulated memory: 64980 KiB

[startup+2.40074 s]
/proc/loadavg: 2.33 2.15 2.08 3/222 7995
/proc/meminfo: memFree=8714812/32770624 swapFree=67108860/67108860
[pid=7963] ppid=7960 vsize=113128 memory=1472 CPUtime=3.2 cores=0,2,4,6
/proc/7963/stat : 7963 (scop.sh) S 7960 7963 3762 0 -1 4202496 590 22901 0 0 0 0 311 9 20 0 1 0 225073125 115843072 368 33554432000 4194304 5098028 140725661111344 140725661108088 139917212529276 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8331264 140725661115456 140725661115655 140725661115655 140725661118413 0
/proc/7963/statm: 28282 368 311 221 0 87 0
[pid=7981] ppid=7963 vsize=7408432 memory=97592 CPUtime=0.88 cores=0,2,4,6
/proc/7981/stat : 7981 (java) S 7963 7963 3762 0 -1 1077944320 16133 0 0 0 83 5 0 0 20 0 15 0 225073301 7586234368 24398 33554432000 4194304 4196468 140732909016560 140732908999104 140663473671927 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
/proc/7981/statm: 1852108 24398 3043 1 0 1814042 0
[pid=7981/tid=7982] ppid=7963 vsize=7408432 memory=6075444207493988448 CPUtime=0.61 cores=0,2,4,6
/proc/7981/task/7982/stat : 7982 (java) R 7963 7963 3762 0 -1 4202560 13680 0 0 0 57 4 0 0 20 0 15 0 225073301 7586234368 24398 33554432000 4194304 4196468 140732909016560 140663445480208 140663457752414 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7983] ppid=7963 vsize=7408432 memory=7166255558922245515 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7983/stat : 7983 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073302 7586234368 24398 33554432000 4194304 4196468 140732909016560 140663477914128 140663473682133 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7984] ppid=7963 vsize=7408432 memory=4294969536 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7984/stat : 7984 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073302 7586234368 24398 33554432000 4194304 4196468 140732909016560 140663278082704 140663473682133 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7985] ppid=7963 vsize=7408432 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7985/stat : 7985 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073302 7586234368 24398 33554432000 4194304 4196468 140732909016560 140663277029648 140663473682133 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7986] ppid=7963 vsize=7408432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7986/stat : 7986 (java) S 7963 7963 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073302 7586234368 24398 33554432000 4194304 4196468 140732909016560 140663275977104 140663473682133 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7987] ppid=7963 vsize=7408432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7987/stat : 7987 (java) S 7963 7963 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073304 7586234368 24398 33554432000 4194304 4196468 140732909016560 140662852766448 140663473683074 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7988] ppid=7963 vsize=7408432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7988/stat : 7988 (java) S 7963 7963 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073304 7586234368 24398 33554432000 4194304 4196468 140732909016560 140662326421152 140663473682133 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7989] ppid=7963 vsize=7408432 memory=174208168508987 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7989/stat : 7989 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073304 7586234368 24398 33554432000 4194304 4196468 140732909016560 140662057985264 140663473682133 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7990] ppid=7963 vsize=7408432 memory=280016164607136 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7990/stat : 7990 (java) S 7963 7963 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073307 7586234368 24398 33554432000 4194304 4196468 140732909016560 140661683476944 140663473690523 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7991] ppid=7963 vsize=7408432 memory=3184097920075968560 CPUtime=0.04 cores=0,2,4,6
/proc/7981/task/7991/stat : 7991 (java) S 7963 7963 3762 0 -1 1077944384 503 0 0 0 4 0 0 0 20 0 15 0 225073307 7586234368 24398 33554432000 4194304 4196468 140732909016560 140662851713264 140663473683074 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7992] ppid=7963 vsize=7408432 memory=6944652177228980320 CPUtime=0.05 cores=0,2,4,6
/proc/7981/task/7992/stat : 7992 (java) S 7963 7963 3762 0 -1 1077944384 166 0 0 0 5 0 0 0 20 0 15 0 225073307 7586234368 24398 33554432000 4194304 4196468 140732909016560 140662850660720 140663473683074 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7993] ppid=7963 vsize=7408432 memory=6656426216303648864 CPUtime=0.15 cores=0,2,4,6
/proc/7981/task/7993/stat : 7993 (java) S 7963 7963 3762 0 -1 1077944384 452 0 0 0 15 0 0 0 20 0 15 0 225073307 7586234368 24398 33554432000 4194304 4196468 140732909016560 140662849607664 140663473683074 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7994] ppid=7963 vsize=7408432 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7994/stat : 7994 (java) S 7963 7963 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073307 7586234368 24398 33554432000 4194304 4196468 140732909016560 140661185571168 140663473682133 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7995] ppid=7963 vsize=7408432 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7995/stat : 7995 (java) S 7963 7963 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073307 7586234368 24398 33554432000 4194304 4196468 140732909016560 140662848556080 140663473683074 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
Current children cumulated CPU time: 4.08 s
Current children cumulated vsize: 7521560 KiB
Current children cumulated memory: 99064 KiB

[startup+2.50104 s]
/proc/loadavg: 2.33 2.15 2.08 3/222 7995
/proc/meminfo: memFree=8714812/32770624 swapFree=67108860/67108860
[pid=7963] ppid=7960 vsize=113128 memory=1472 CPUtime=3.2 cores=0,2,4,6
/proc/7963/stat : 7963 (scop.sh) S 7960 7963 3762 0 -1 4202496 590 22901 0 0 0 0 311 9 20 0 1 0 225073125 115843072 368 33554432000 4194304 5098028 140725661111344 140725661108088 139917212529276 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8331264 140725661115456 140725661115655 140725661115655 140725661118413 0
/proc/7963/statm: 28282 368 311 221 0 87 0
[pid=7981] ppid=7963 vsize=7740532 memory=114128 CPUtime=1.08 cores=0,2,4,6
/proc/7981/stat : 7981 (java) S 7963 7963 3762 0 -1 1077944320 17286 451 0 0 102 6 0 0 20 0 16 0 225073301 7926304768 28532 33554432000 4194304 4196468 140732909016560 140732908999104 140663473671927 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
/proc/7981/statm: 1935133 28532 3141 1 0 1896532 0
[pid=7981/tid=7982] ppid=7963 vsize=7740532 memory=7660741062263007078 CPUtime=0.71 cores=0,2,4,6
/proc/7981/task/7982/stat : 7982 (java) R 7963 7963 3762 0 -1 4202560 14418 451 0 0 67 4 0 0 20 0 16 0 225073301 7926304768 28532 33554432000 4194304 4196468 140732909016560 140663445496064 140663459352080 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7983] ppid=7963 vsize=7740532 memory=33 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7983/stat : 7983 (java) S 7963 7963 3762 0 -1 1077944384 1 451 0 0 0 0 0 0 20 0 16 0 225073302 7926304768 28532 33554432000 4194304 4196468 140732909016560 140663477914128 140663473682133 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7984] ppid=7963 vsize=7740532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7984/stat : 7984 (java) S 7963 7963 3762 0 -1 1077944384 1 451 0 0 0 0 0 0 20 0 16 0 225073302 7926304768 28532 33554432000 4194304 4196468 140732909016560 140663278082704 140663473682133 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7985] ppid=7963 vsize=7740532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7985/stat : 7985 (java) S 7963 7963 3762 0 -1 1077944384 1 451 0 0 0 0 0 0 20 0 16 0 225073302 7926304768 28532 33554432000 4194304 4196468 140732909016560 140663277029648 140663473682133 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7986] ppid=7963 vsize=7740532 memory=69188 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7986/stat : 7986 (java) S 7963 7963 3762 0 -1 1077944384 2 451 0 0 0 0 0 0 20 0 16 0 225073302 7926304768 28532 33554432000 4194304 4196468 140732909016560 140663275977104 140663473682133 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7987] ppid=7963 vsize=7740532 memory=280016164497048 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7987/stat : 7987 (java) S 7963 7963 3762 0 -1 1077944384 5 451 0 0 0 0 0 0 20 0 16 0 225073304 7926304768 28532 33554432000 4194304 4196468 140732909016560 140662852766448 140663473683074 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7988] ppid=7963 vsize=7740532 memory=280016164768720 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7988/stat : 7988 (java) S 7963 7963 3762 0 -1 1077944384 13 451 0 0 0 0 0 0 20 0 16 0 225073304 7926304768 28532 33554432000 4194304 4196468 140732909016560 140662326421152 140663473682133 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7989] ppid=7963 vsize=7740532 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7989/stat : 7989 (java) S 7963 7963 3762 0 -1 1077944384 1 451 0 0 0 0 0 0 20 0 16 0 225073304 7926304768 28532 33554432000 4194304 4196468 140732909016560 140662057985264 140663473682133 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7990] ppid=7963 vsize=7740532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7990/stat : 7990 (java) S 7963 7963 3762 0 -1 1077944384 3 451 0 0 0 0 0 0 20 0 16 0 225073307 7926304768 28532 33554432000 4194304 4196468 140732909016560 140661683476944 140663473690523 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7991] ppid=7963 vsize=7740532 memory=1472 CPUtime=0.08 cores=0,2,4,6
/proc/7981/task/7991/stat : 7991 (java) S 7963 7963 3762 0 -1 1077944384 701 451 0 0 8 0 0 0 20 0 16 0 225073307 7926304768 28532 33554432000 4194304 4196468 140732909016560 140662851713264 140663473683074 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7992] ppid=7963 vsize=7740532 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/7981/task/7992/stat : 7992 (java) R 7963 7963 3762 0 -1 4202560 248 451 0 0 7 0 0 0 20 0 16 0 225073307 7926304768 28532 33554432000 4194304 4196468 140732909016560 140662850660720 140663451266704 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7993] ppid=7963 vsize=7740532 memory=6944656592455360604 CPUtime=0.19 cores=0,2,4,6
/proc/7981/task/7993/stat : 7993 (java) S 7963 7963 3762 0 -1 1077944384 542 451 0 0 19 0 0 0 20 0 16 0 225073307 7926304768 28532 33554432000 4194304 4196468 140732909016560 140662849607664 140663473683074 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7994] ppid=7963 vsize=7740532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7994/stat : 7994 (java) S 7963 7963 3762 0 -1 1077944384 3 451 0 0 0 0 0 0 20 0 16 0 225073307 7926304768 28532 33554432000 4194304 4196468 140732909016560 140661185571168 140663473682133 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
[pid=7981/tid=7995] ppid=7963 vsize=7740532 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/7981/task/7995/stat : 7995 (java) S 7963 7963 3762 0 -1 1077944384 1 451 0 0 0 0 0 0 20 0 16 0 225073307 7926304768 28532 33554432000 4194304 4196468 140732909016560 140662848556080 140663473683074 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31055872 140732909024438 140732909024561 140732909024561 140732909027279 0
Current children cumulated CPU time: 4.28 s
Current children cumulated vsize: 7853660 KiB
Current children cumulated memory: 115600 KiB

Child status: 0
Real time (s): 2.5495
CPU time (s): 4.36732
CPU user time (s): 4.19298
CPU system time (s): 0.17434
CPU usage (%): 171.301
Max. virtual memory (cumulated for all children) (KiB): 15140232
Max. memory (cumulated for all children) (KiB): 189100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.19298
system time used= 0.17434
maximum resident set size= 193076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41415
page faults= 0
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5026
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 7963
#   total CPU time (s): 4.36732
#   total CPU user time (s): 4.19298
#   total CPU system time (s): 0.17434

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037182 second user time and 0.071177 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-12 13:58:19
IDJOB=4305355
IDBENCH=141402
IDSOLVER=2782
FILE ID=node151/4305355-1534075099
RUNJOBID= node151-1534062410-3793
PBS_JOBID= 21036982
Free space on /tmp= 41244 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/Dubois/Dubois-021_c18.xml
COMMAND LINE= scop.sh 11g scop.jar -order minisat_release default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305355-1534075099/watcher-4305355-1534075099 -o /tmp/evaluation-result-4305355-1534075099/solver-4305355-1534075099 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534062410-3793 --watchdog 2580  scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305355-1534075099.xml

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

MD5SUM BENCH= 20df171288238b3174eb6e57a3777db0
RANDOM SEED=1905755420

node151.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.87
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.87
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.87
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.87
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:         8767096 kB
MemAvailable:   31749900 kB
Buffers:          263072 kB
Cached:         22675148 kB
SwapCached:            0 kB
Active:         10453904 kB
Inactive:       12694592 kB
Active(anon):     159312 kB
Inactive(anon):   103292 kB
Active(file):   10294592 kB
Inactive(file): 12591300 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             0 kB
AnonPages:        262544 kB
Mapped:            71880 kB
Shmem:             49800 kB
Slab:             554140 kB
SReclaimable:     525372 kB
SUnreclaim:        28768 kB
KernelStack:        4000 kB
PageTables:         5848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5869152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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= 41236 MiB
End job on node151 at 2018-08-12 13:58:22