Trace number 4305431

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)SAT 4.5321 2.58041

General information on the benchmark

NameStripPacking/
StripPacking-1b_c18.xml
MD5SUM1d962658b6cfa8354278e550b215e9b2
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 benchmark0.636192
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints31
Number of domains12
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":15,"count":20}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":10},{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity2
Maximum constraint arity40
Distribution of constraint arities[{"arity":2,"count":20},{"arity":3,"count":10},{"arity":40,"count":1}]
Number of extensional constraints10
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":10},{"type":"intension","count":20},{"type":"noOverlap","count":1}]
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-4455-serial-file.bin HOME/instance-4305431-1534064944.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.54	c BEGIN-Prog: Sun Aug 12 11:09:05 CEST 2018
0.65/0.55	c PID: 4458
0.65/0.55	c IP: 172.20.3.151
0.65/0.55	c HOST: node151.alineos.net
0.65/0.55	c (0,0) Parsing Begin
1.37/0.92	c (0,0) Parsing End
1.37/0.93	c (0,0) CSP: 40 int (0 aux), 10 bool (0 aux), 31 ctr, max domain size 15
1.37/0.93	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.37/0.93	c (0,0) Constraint Name Generate Begin
1.37/0.93	c (0,0) Ctr:HOME/instance-4305431-1534064944.xml,Add:ExtensionSupport:IntVar:Le:NoOverlap:Num
1.37/0.93	c (0,0) Constraint Name Generate End
1.37/0.93	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.37/0.93	c (0,0) CSP to CSPinCNF Begin
1.53/1.01	c (0,0) translated 4 (10%) constraints
1.53/1.01	c (0,0) translated 7 (20%) constraints
1.53/1.02	c (0,0) translated 10 (30%) constraints
1.53/1.02	c (0,0) translated 13 (40%) constraints
1.53/1.02	c (0,0) translated 16 (50%) constraints
1.53/1.03	c (0,0) translated 19 (60%) constraints
1.74/1.11	c (0,0) translated 22 (70%) constraints
1.74/1.14	c (0,0) translated 25 (80%) constraints
1.74/1.18	c (0,0) translated 28 (90%) constraints
1.94/1.21	c (0,0) translated 31 (100%) constraints
2.24/1.32	c (0,0) STATISTICS1:HOME/instance-4305431-1534064944.xml,Add:ExtensionSupport:IntVar:Le:NoOverlap:Num,86,201,28,14,4,3,28:12;26:72;22:44;20:34;11:16;10:2;2:18;1:2,14:114;13:152;11:76;10:38;2:486;1:20,4:45;3:45;2:90;1:21,3:180;2:20;1:306;0:10,
2.24/1.32	c (0,0) ==========================================
2.24/1.32	c (0,0) Order
2.24/1.32	c (0,0) ==========================================
2.24/1.33	c (0,0) translated 21 (10%) constraints
2.24/1.34	c (0,0) translated 41 (20%) constraints
2.24/1.34	c (0,0) translated 61 (30%) constraints
2.24/1.35	c (0,0) translated 81 (40%) constraints
2.24/1.35	c (0,0) translated 101 (50%) constraints
2.24/1.35	c (0,0) translated 121 (60%) constraints
2.24/1.35	c (0,0) translated 141 (70%) constraints
2.24/1.36	c (0,0) translated 161 (80%) constraints
2.24/1.36	c (0,0) translated 181 (90%) constraints
2.24/1.37	c (0,0) translated 201 (100%) constraints
2.24/1.37	c (0,0) CSP to CSPinCNF End
2.24/1.37	c (0,0) CSP: 40 int (0 aux), 46 bool (36 aux), 201 ctr, max domain size 14
2.24/1.37	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.24/1.37	c (0,0) CSPinCNF Propagation Begin
2.49/1.42	c (0,0) 0 values, 9 unsatisfiable literals, and 3 valid clauses are removed
2.49/1.42	c (0,0) CSPinCNF Propagation End
2.49/1.42	c (0,0) CSP: 40 int (0 aux), 46 bool (36 aux), 198 ctr, max domain size 14
2.49/1.42	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.49/1.42	c (0,0) Simplify CSPinCNF Begin
2.49/1.46	c (0,0) Simplify CSPinCNF End
2.49/1.46	c (0,0) CSP: 40 int (0 aux), 226 bool (216 aux), 378 ctr, max domain size 14
2.49/1.46	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
2.49/1.46	c (0,0) Calculate Precise Domain Begin
2.49/1.46	c (0,0) 0 values are removed by re-calculation
2.49/1.46	c (0,0) Calculate Precise Domain End
2.49/1.46	c (0,0) CSP: 40 int (0 aux), 226 bool (216 aux), 378 ctr, max domain size 14
2.49/1.46	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
2.49/1.46	c (0,0) CSPinCNF to SatSolver Begin
2.49/1.49	c (0,0) 38 (10 %) CSP clauses are encoded (476 SAT variables, 249 SAT clauses)
2.71/1.50	c (0,0) 76 (20 %) CSP clauses are encoded (476 SAT variables, 287 SAT clauses)
2.71/1.50	c (0,0) 114 (30 %) CSP clauses are encoded (476 SAT variables, 325 SAT clauses)
2.71/1.50	c (0,0) 152 (40 %) CSP clauses are encoded (476 SAT variables, 363 SAT clauses)
2.71/1.52	c (0,0) 189 (50 %) CSP clauses are encoded (476 SAT variables, 712 SAT clauses)
2.71/1.54	c (1,1) 227 (60 %) CSP clauses are encoded (476 SAT variables, 1217 SAT clauses)
2.71/1.56	c (1,1) 265 (70 %) CSP clauses are encoded (476 SAT variables, 1780 SAT clauses)
2.71/1.56	c (1,1) 303 (80 %) CSP clauses are encoded (476 SAT variables, 2235 SAT clauses)
2.71/1.57	c (1,1) 341 (90 %) CSP clauses are encoded (476 SAT variables, 2755 SAT clauses)
2.71/1.58	c (1,1) 378 (100 %) CSP clauses are encoded (476 SAT variables, 3386 SAT clauses)
2.71/1.58	c (1,1) Launch Command will be: minisat_release
2.71/1.58	c (1,1) CSPinCNF to SatSolver End
2.71/1.58	c (1,1) Heap : 112 MiB used (max 10795 MiB), NonHeap : 27 MiB used (max 0 MiB)
2.71/1.59	c (1,1) STATISTICS2:HOME/instance-4305431-1534064944.xml,Add:ExtensionSupport:IntVar:Le:NoOverlap:Num,266,378,28,14,4,3,28:12;26:72;22:44;20:34;11:16;10:2;2:18,14:114;13:152;11:74;10:38;2:846;1:18,4:45;3:36;2:279;1:18,3:180;2:18;1:666,
2.71/1.60	c (1,1) 476 bool, 3410 clause
2.71/1.60	c (1,1) Export Begin
3.03/1.69	c (1,1) Export to HOME/scop-4455-serial-file.bin
3.03/1.69	c (1,1) Export End
3.03/1.70	c (1,1) Export File Size: 0.01 MB
3.03/1.70	c (1,1) 0,0,0,0,0,0,1,STOP-AFTER(DIMACS)
3.03/1.70	c END-Prog: Sun Aug 12 11:09:06 CEST 2018
3.22/1.71	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-4455-serial-file.bin
3.85/2.21	c (0,0) Read Serial File Begin
3.85/2.21	c (0,0) HOME/scop-4455-serial-file.bin
4.00/2.39	c (0,0) Read Serial File End
4.16/2.40	
4.16/2.40	scop order+minisat_release (2018-07-31)
4.16/2.40	(Solving Process)
4.16/2.40	
4.16/2.43	c BEGIN-Prog: Sun Aug 12 11:09:06 CEST 2018
4.16/2.43	c PID: 4473
4.16/2.43	c IP: 172.20.3.151
4.16/2.43	c HOST: node151.alineos.net
4.16/2.43	c (0,0) SatSolver.solve Begin
4.16/2.43	c (0,0) 0 bool, 0 clause
4.16/2.43	c (0,0) minisat_release HOME/instance-4305431-1534064944.xml-scop-4458.cnf
4.16/2.48	c (0,0) c This is COMiniSatPS.
4.16/2.48	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
4.16/2.48	c (0,0) c ============================[ Problem Statistics ]=============================
4.16/2.48	c (0,0) c |                                                                             |
4.16/2.48	c (0,0) c |  Number of variables:           476                                         |
4.16/2.48	c (0,0) c |  Number of clauses:            3410                                         |
4.16/2.48	c (0,0) c |  Parse time:                   0.00 s                                       |
4.16/2.48	c (0,0) c |  Eliminated clauses:           0.00 Mb                                      |
4.16/2.48	c (0,0) c Reduced to 338 vars, 3142 cls (grow=0)
4.16/2.48	c (0,0) c No iterative elimination performed. (vars=338, c/v ratio=9.3)
4.16/2.48	c (0,0) c |  Simplification time:          0.00 s                                       |
4.16/2.48	c (0,0) c |                                                                             |
4.16/2.48	c (0,0) c ============================[ Search Statistics ]==============================
4.16/2.48	c (0,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.16/2.48	c (0,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.16/2.48	c (0,0) c ===============================================================================
4.16/2.48	c (0,0) c ===============================================================================
4.16/2.48	c (0,0) c restarts              : 2
4.16/2.48	c (0,0) c conflicts             : 1141           (50083 /sec)
4.16/2.48	c (0,0) c decisions             : 1710           (0.00 % random) (75059 /sec)
4.16/2.48	c (0,0) c propagations          : 49824          (2186990 /sec)
4.16/2.48	c (0,0) c conflict literals     : 20138          (23.32 % deleted)
4.16/2.48	c (0,0) c CPU time              : 0.022782 s
4.16/2.48	c (0,0) 
4.16/2.48	c (0,0) s SATISFIABLE
4.39/2.50	c (0,0) SatSolver.solve End
4.39/2.50	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
4.39/2.50	c (0,0) Show results Begin
4.39/2.55	s SATISFIABLE
4.39/2.56	v <instantiation>
4.39/2.56	v     <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] w[0] w[1] w[2] w[3] w[4] w[5] w[6] w[7] w[8] w[9] h[0] h[1] h[2] h[3] h[4] h[5] h[6] h[7] h[8] h[9] r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9]</list>
4.39/2.56	v     <values>0 6 10 0 12 9 5 4 6 0 5 7 12 0 0 5 0 13 5 13 6 3 5 5 3 3 7 6 3 4 8 6 3 5 12 7 5 2 2 2 1 0 1 0 0 0 1 1 0 0</values>
4.39/2.56	v </instantiation>
4.39/2.56	c (0,0) Show results End
4.39/2.56	c (0,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
4.39/2.56	c (0,0) 0,0,STOP-AFTER(ALL)
4.39/2.56	c END-Prog: Sun Aug 12 11:09:07 CEST 2018

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305431-1534064944/watcher-4305431-1534064944 -o /tmp/evaluation-result-4305431-1534064944/solver-4305431-1534064944 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534062410-3794 --watchdog 2580 scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305431-1534064944.xml 

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

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=4455, runsolver pid=4452
Current StackSize limit: 8192 KiB


[startup+0.100358 s]*
/proc/loadavg: 2.03 2.15 2.06 3/222 4472
/proc/meminfo: memFree=8400152/32770624 swapFree=67108860/67108860
[pid=4455] ppid=4452 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/4455/stat : 4455 (scop.sh) S 4452 4455 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224057585 115843072 349 33554432000 4194304 5098028 140722286392528 140722286389784 140148556345980 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38105088 140722286396480 140722286396679 140722286396679 140722286399437 0
/proc/4455/statm: 28282 349 296 221 0 87 0
[pid=4458] ppid=4455 vsize=15012476 memory=72472 CPUtime=0.1 cores=1,3,5,7
/proc/4458/stat : 4458 (java) S 4455 4455 3762 0 -1 1077944320 6813 0 0 0 8 2 0 0 20 0 15 0 224057586 15372775424 18118 33554432000 4194304 4196468 140735742046096 140735742028640 140401980632823 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
/proc/4458/statm: 3753119 18118 2739 1 0 3715579 0
[pid=4458/tid=4459] ppid=4455 vsize=15012476 memory=-2843871807142741150 CPUtime=0.08 cores=1,3,5,7
/proc/4458/task/4459/stat : 4459 (java) R 4455 4455 3762 0 -1 4202560 4966 0 0 0 7 1 0 0 20 0 15 0 224057586 15372775424 18184 33554432000 4194304 4196468 140735742046096 140401952435768 140401964713310 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4460] ppid=4455 vsize=15012476 memory=8303054830060986464 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4460/stat : 4460 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057588 15372775424 18184 33554432000 4194304 4196468 140735742046096 140401984875408 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4461] ppid=4455 vsize=15012476 memory=140439323735680 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4461/stat : 4461 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057588 15372775424 18184 33554432000 4194304 4196468 140735742046096 140401811692304 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4462] ppid=4455 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4462/stat : 4462 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057588 15372775424 18184 33554432000 4194304 4196468 140735742046096 140401439931536 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4463] ppid=4455 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4463/stat : 4463 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057588 15372775424 18184 33554432000 4194304 4196468 140735742046096 140401438878736 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4464] ppid=4455 vsize=15012476 memory=140439323735680 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4464/stat : 4464 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057589 15372775424 18184 33554432000 4194304 4196468 140735742046096 140401018234992 140401980643970 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4465] ppid=4455 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4465/stat : 4465 (java) S 4455 4455 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224057590 15372775424 18184 33554432000 4194304 4196468 140735742046096 140400534741792 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4466] ppid=4455 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4466/stat : 4466 (java) S 4455 4455 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224057590 15372775424 18184 33554432000 4194304 4196468 140735742046096 140400400520304 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4467] ppid=4455 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4467/stat : 4467 (java) S 4455 4455 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224057592 15372775424 18184 33554432000 4194304 4196468 140735742046096 140400026015824 140401980651419 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4468] ppid=4455 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4468/stat : 4468 (java) S 4455 4455 3762 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 224057592 15372775424 18184 33554432000 4194304 4196468 140735742046096 140401017182832 140401980643970 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4469] ppid=4455 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4469/stat : 4469 (java) S 4455 4455 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224057592 15372775424 18184 33554432000 4194304 4196468 140735742046096 140401016130032 140401980643970 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4470] ppid=4455 vsize=15012476 memory=140439323735680 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4470/stat : 4470 (java) S 4455 4455 3762 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 15 0 224057592 15372775424 18184 33554432000 4194304 4196468 140735742046096 140401015077744 140401980643970 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4471] ppid=4455 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4471/stat : 4471 (java) S 4455 4455 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224057593 15372775424 18184 33554432000 4194304 4196468 140735742046096 140399528111072 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4472] ppid=4455 vsize=15012476 memory=140439323735680 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4472/stat : 4472 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057593 15372775424 18184 33554432000 4194304 4196468 140735742046096 140401014024624 140401980643970 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 73868 KiB

[startup+0.21051 s]*
/proc/loadavg: 2.03 2.15 2.06 3/222 4472
/proc/meminfo: memFree=8386572/32770624 swapFree=67108860/67108860
[pid=4455] ppid=4452 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/4455/stat : 4455 (scop.sh) S 4452 4455 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224057585 115843072 349 33554432000 4194304 5098028 140722286392528 140722286389784 140148556345980 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38105088 140722286396480 140722286396679 140722286396679 140722286399437 0
/proc/4455/statm: 28282 349 296 221 0 87 0
[pid=4458] ppid=4455 vsize=15012476 memory=86332 CPUtime=0.24 cores=1,3,5,7
/proc/4458/stat : 4458 (java) S 4455 4455 3762 0 -1 1077944320 10445 0 0 0 21 3 0 0 20 0 15 0 224057586 15372775424 21583 33554432000 4194304 4196468 140735742046096 140735742028640 140401980632823 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
/proc/4458/statm: 3753119 21583 2876 1 0 3715579 0
[pid=4458/tid=4459] ppid=4455 vsize=15012476 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/4458/task/4459/stat : 4459 (java) R 4455 4455 3762 0 -1 4202560 8341 0 0 0 17 2 0 0 20 0 15 0 224057586 15372775424 21583 33554432000 4194304 4196468 140735742046096 140401952452288 140401980644758 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4460] ppid=4455 vsize=15012476 memory=540 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4460/stat : 4460 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057588 15372775424 21583 33554432000 4194304 4196468 140735742046096 140401984875408 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4461] ppid=4455 vsize=15012476 memory=4050059807313688224 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4461/stat : 4461 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057588 15372775424 21583 33554432000 4194304 4196468 140735742046096 140401811692304 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4462] ppid=4455 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4462/stat : 4462 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057588 15372775424 21583 33554432000 4194304 4196468 140735742046096 140401439931536 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4463] ppid=4455 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4463/stat : 4463 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057588 15372775424 21583 33554432000 4194304 4196468 140735742046096 140401438878736 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4464] ppid=4455 vsize=15012476 memory=140439323735680 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4464/stat : 4464 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057589 15372775424 21583 33554432000 4194304 4196468 140735742046096 140401018234992 140401980643970 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4465] ppid=4455 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4465/stat : 4465 (java) S 4455 4455 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224057590 15372775424 21583 33554432000 4194304 4196468 140735742046096 140400534741792 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4466] ppid=4455 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4466/stat : 4466 (java) S 4455 4455 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224057590 15372775424 21583 33554432000 4194304 4196468 140735742046096 140400400520304 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4467] ppid=4455 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4467/stat : 4467 (java) S 4455 4455 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224057592 15372775424 21583 33554432000 4194304 4196468 140735742046096 140400026015824 140401980651419 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4468] ppid=4455 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4458/task/4468/stat : 4468 (java) S 4455 4455 3762 0 -1 1077944384 449 0 0 0 1 0 0 0 20 0 15 0 224057592 15372775424 21583 33554432000 4194304 4196468 140735742046096 140401017182832 140401980643970 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4469] ppid=4455 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4469/stat : 4469 (java) S 4455 4455 3762 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 224057592 15372775424 21583 33554432000 4194304 4196468 140735742046096 140401016130032 140401980643970 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4470] ppid=4455 vsize=15012476 memory=140439323735680 CPUtime=0.03 cores=1,3,5,7
/proc/4458/task/4470/stat : 4470 (java) R 4455 4455 3762 0 -1 4202560 288 0 0 0 3 0 0 0 20 0 15 0 224057592 15372775424 21583 33554432000 4194304 4196468 140735742046096 140401015077744 140401965184737 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4471] ppid=4455 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4471/stat : 4471 (java) S 4455 4455 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224057593 15372775424 21583 33554432000 4194304 4196468 140735742046096 140399528111072 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4472] ppid=4455 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4472/stat : 4472 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057593 15372775424 21583 33554432000 4194304 4196468 140735742046096 140401014024624 140401980643970 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 87728 KiB

[startup+0.310574 s]*
/proc/loadavg: 2.03 2.15 2.06 3/222 4472
/proc/meminfo: memFree=8382904/32770624 swapFree=67108860/67108860
[pid=4455] ppid=4452 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/4455/stat : 4455 (scop.sh) S 4452 4455 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224057585 115843072 349 33554432000 4194304 5098028 140722286392528 140722286389784 140148556345980 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38105088 140722286396480 140722286396679 140722286396679 140722286399437 0
/proc/4455/statm: 28282 349 296 221 0 87 0
[pid=4458] ppid=4455 vsize=15012476 memory=89856 CPUtime=0.41 cores=1,3,5,7
/proc/4458/stat : 4458 (java) S 4455 4455 3762 0 -1 1077944320 10986 0 0 0 38 3 0 0 20 0 15 0 224057586 15372775424 22464 33554432000 4194304 4196468 140735742046096 140735742028640 140401980632823 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
/proc/4458/statm: 3753119 22464 2972 1 0 3715579 0
[pid=4458/tid=4459] ppid=4455 vsize=15012476 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/4458/task/4459/stat : 4459 (java) R 4455 4455 3762 0 -1 4202560 8714 0 0 0 26 3 0 0 20 0 15 0 224057586 15372775424 22464 33554432000 4194304 4196468 140735742046096 140401952427824 140401980654749 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4460] ppid=4455 vsize=15012476 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4460/stat : 4460 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057588 15372775424 22464 33554432000 4194304 4196468 140735742046096 140401984875408 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4461] ppid=4455 vsize=15012476 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4461/stat : 4461 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057588 15372775424 22464 33554432000 4194304 4196468 140735742046096 140401811692304 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4462] ppid=4455 vsize=15012476 memory=7307460116655545206 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4462/stat : 4462 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057588 15372775424 22464 33554432000 4194304 4196468 140735742046096 140401439931536 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4463] ppid=4455 vsize=15012476 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4463/stat : 4463 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057588 15372775424 22464 33554432000 4194304 4196468 140735742046096 140401438878736 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4464] ppid=4455 vsize=15012476 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4464/stat : 4464 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057589 15372775424 22464 33554432000 4194304 4196468 140735742046096 140401018234992 140401980643970 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4465] ppid=4455 vsize=15012476 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4465/stat : 4465 (java) S 4455 4455 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224057590 15372775424 22464 33554432000 4194304 4196468 140735742046096 140400534741792 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4466] ppid=4455 vsize=15012476 memory=8549982201333320512 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4466/stat : 4466 (java) S 4455 4455 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224057590 15372775424 22464 33554432000 4194304 4196468 140735742046096 140400400520304 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4467] ppid=4455 vsize=15012476 memory=8325818968683490714 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4467/stat : 4467 (java) S 4455 4455 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224057592 15372775424 22464 33554432000 4194304 4196468 140735742046096 140400026015824 140401980651419 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4468] ppid=4455 vsize=15012476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4458/task/4468/stat : 4468 (java) S 4455 4455 3762 0 -1 1077944384 505 0 0 0 2 0 0 0 20 0 15 0 224057592 15372775424 22464 33554432000 4194304 4196468 140735742046096 140401017182832 140401980643970 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4469] ppid=4455 vsize=15012476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4458/task/4469/stat : 4469 (java) S 4455 4455 3762 0 -1 1077944384 107 0 0 0 2 0 0 0 20 0 15 0 224057592 15372775424 22464 33554432000 4194304 4196468 140735742046096 140401016130032 140401980643970 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4470] ppid=4455 vsize=15012476 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4458/task/4470/stat : 4470 (java) S 4455 4455 3762 0 -1 1077944384 311 0 0 0 7 0 0 0 20 0 15 0 224057592 15372775424 22464 33554432000 4194304 4196468 140735742046096 140401015077744 140401980643970 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4471] ppid=4455 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4471/stat : 4471 (java) S 4455 4455 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224057593 15372775424 22464 33554432000 4194304 4196468 140735742046096 140399528111072 140401980643029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4472] ppid=4455 vsize=15012476 memory=3546081375967917871 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4472/stat : 4472 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057593 15372775424 22464 33554432000 4194304 4196468 140735742046096 140401014024624 140401980643970 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91252 KiB

[startup+0.700727 s]
/proc/loadavg: 2.03 2.15 2.06 3/222 4472
/proc/meminfo: memFree=8358844/32770624 swapFree=67108860/67108860
[pid=4455] ppid=4452 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/4455/stat : 4455 (scop.sh) S 4452 4455 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224057585 115843072 349 33554432000 4194304 5098028 140722286392528 140722286389784 140148556345980 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38105088 140722286396480 140722286396679 140722286396679 140722286399437 0
/proc/4455/statm: 28282 349 296 221 0 87 0
[pid=4458] ppid=4455 vsize=15020872 memory=129468 CPUtime=0.99 cores=1,3,5,7
/proc/4458/stat : 4458 (java) S 4455 4455 3762 0 -1 1077944320 18052 0 0 0 94 5 0 0 20 0 15 0 224057586 15381372928 32367 33554432000 4194304 4196468 140735742046096 140735742028640 140401980632823 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
/proc/4458/statm: 3755218 32367 3148 1 0 3716603 0
[pid=4458/tid=4459] ppid=4455 vsize=15020872 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/4458/task/4459/stat : 4459 (java) R 4455 4455 3762 0 -1 4202560 15419 0 0 0 62 5 0 0 20 0 15 0 224057586 15381372928 32367 33554432000 4194304 4196468 140735742046096 140401952469696 140401980644758 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4460] ppid=4455 vsize=15020872 memory=6425271076031 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4460/stat : 4460 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057588 15381372928 32367 33554432000 4194304 4196468 140735742046096 140401984875408 140401980643029 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4461] ppid=4455 vsize=15020872 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4461/stat : 4461 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057588 15381372928 32367 33554432000 4194304 4196468 140735742046096 140401811692304 140401980643029 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4462] ppid=4455 vsize=15020872 memory=13850767857552233 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4462/stat : 4462 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057588 15381372928 32367 33554432000 4194304 4196468 140735742046096 140401439931536 140401980643029 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4463] ppid=4455 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4463/stat : 4463 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057588 15381372928 32367 33554432000 4194304 4196468 140735742046096 140401438878736 140401980643029 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4464] ppid=4455 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4464/stat : 4464 (java) S 4455 4455 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 224057589 15381372928 32367 33554432000 4194304 4196468 140735742046096 140401018234992 140401980643970 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4465] ppid=4455 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4465/stat : 4465 (java) S 4455 4455 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224057590 15381372928 32367 33554432000 4194304 4196468 140735742046096 140400534741792 140401980643029 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4466] ppid=4455 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4466/stat : 4466 (java) S 4455 4455 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224057590 15381372928 32367 33554432000 4194304 4196468 140735742046096 140400400520304 140401980643029 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4467] ppid=4455 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4467/stat : 4467 (java) S 4455 4455 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224057592 15381372928 32367 33554432000 4194304 4196468 140735742046096 140400026015824 140401980651419 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4468] ppid=4455 vsize=15020872 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4458/task/4468/stat : 4468 (java) R 4455 4455 3762 0 -1 1077944384 744 0 0 0 10 0 0 0 20 0 15 0 224057592 15381372928 32367 33554432000 4194304 4196468 140735742046096 140401017182832 140401980643970 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4469] ppid=4455 vsize=15020872 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/4458/task/4469/stat : 4469 (java) R 4455 4455 3762 0 -1 4202560 155 0 0 0 5 0 0 0 20 0 15 0 224057592 15381372928 32367 33554432000 4194304 4196468 140735742046096 140401016120144 140401964001121 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4470] ppid=4455 vsize=15020872 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/4458/task/4470/stat : 4470 (java) R 4455 4455 3762 0 -1 4202560 379 0 0 0 15 0 0 0 20 0 15 0 224057592 15381372928 32367 33554432000 4194304 4196468 140735742046096 140401015077744 140401964713310 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4471] ppid=4455 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4471/stat : 4471 (java) S 4455 4455 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224057593 15381372928 32367 33554432000 4194304 4196468 140735742046096 140399528111072 140401980643029 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4472] ppid=4455 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4472/stat : 4472 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057593 15381372928 32367 33554432000 4194304 4196468 140735742046096 140401014024624 140401980643970 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 130864 KiB

[startup+1.50075 s]
/proc/loadavg: 2.03 2.15 2.06 3/222 4472
/proc/meminfo: memFree=8329636/32770624 swapFree=67108860/67108860
[pid=4455] ppid=4452 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/4455/stat : 4455 (scop.sh) S 4452 4455 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224057585 115843072 349 33554432000 4194304 5098028 140722286392528 140722286389784 140148556345980 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38105088 140722286396480 140722286396679 140722286396679 140722286399437 0
/proc/4455/statm: 28282 349 296 221 0 87 0

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

/proc/4455/stat : 4455 (scop.sh) S 4452 4455 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224057585 115843072 349 33554432000 4194304 5098028 140722286392528 140722286389784 140148556345980 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38105088 140722286396480 140722286396679 140722286396679 140722286399437 0
/proc/4455/statm: 28282 349 296 221 0 87 0
[pid=4458] ppid=4455 vsize=15027084 memory=182800 CPUtime=3.03 cores=1,3,5,7
/proc/4458/stat : 4458 (java) S 4455 4455 3762 0 -1 1077944320 22674 0 0 0 295 8 0 0 20 0 15 0 224057586 15387734016 45700 33554432000 4194304 4196468 140735742046096 140735742028640 140401980632823 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
/proc/4458/statm: 3756771 45700 3204 1 0 3717627 0
[pid=4458/tid=4459] ppid=4455 vsize=15027084 memory=1396 CPUtime=1.56 cores=1,3,5,7
/proc/4458/task/4459/stat : 4459 (java) R 4455 4455 3762 0 -1 4202560 17128 0 0 0 150 6 0 0 20 0 15 0 224057586 15387734016 45700 33554432000 4194304 4196468 140735742046096 140401952468960 140401972869950 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4460] ppid=4455 vsize=15027084 memory=143772 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4460/stat : 4460 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057588 15387734016 45700 33554432000 4194304 4196468 140735742046096 140401984875408 140401980643029 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4461] ppid=4455 vsize=15027084 memory=280878378997312 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4461/stat : 4461 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057588 15387734016 45700 33554432000 4194304 4196468 140735742046096 140401811692304 140401980643029 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4462] ppid=4455 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4462/stat : 4462 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057588 15387734016 45700 33554432000 4194304 4196468 140735742046096 140401439931536 140401980643029 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4463] ppid=4455 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4463/stat : 4463 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057588 15387734016 45700 33554432000 4194304 4196468 140735742046096 140401438878736 140401980643029 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4464] ppid=4455 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4464/stat : 4464 (java) S 4455 4455 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 224057589 15387734016 45700 33554432000 4194304 4196468 140735742046096 140401018234992 140401980643970 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4465] ppid=4455 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4465/stat : 4465 (java) S 4455 4455 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224057590 15387734016 45700 33554432000 4194304 4196468 140735742046096 140400534741792 140401980643029 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4466] ppid=4455 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4466/stat : 4466 (java) S 4455 4455 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224057590 15387734016 45700 33554432000 4194304 4196468 140735742046096 140400400520304 140401980643029 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4467] ppid=4455 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4467/stat : 4467 (java) S 4455 4455 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224057592 15387734016 45700 33554432000 4194304 4196468 140735742046096 140400026015824 140401980651419 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4468] ppid=4455 vsize=15027084 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/4458/task/4468/stat : 4468 (java) S 4455 4455 3762 0 -1 1077944384 1081 0 0 0 35 0 0 0 20 0 15 0 224057592 15387734016 45700 33554432000 4194304 4196468 140735742046096 140401017182832 140401980643970 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4469] ppid=4455 vsize=15027084 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/4458/task/4469/stat : 4469 (java) R 4455 4455 3762 0 -1 4202560 429 0 0 0 33 0 0 0 20 0 15 0 224057592 15387734016 45700 33554432000 4194304 4196468 140735742046096 140401016108464 140401962177050 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4470] ppid=4455 vsize=15027084 memory=0 CPUtime=0.75 cores=1,3,5,7
/proc/4458/task/4470/stat : 4470 (java) R 4455 4455 3762 0 -1 4202560 2683 0 0 0 75 0 0 0 20 0 15 0 224057592 15387734016 45700 33554432000 4194304 4196468 140735742046096 140401015072800 140401959437905 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4471] ppid=4455 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4471/stat : 4471 (java) S 4455 4455 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224057593 15387734016 45700 33554432000 4194304 4196468 140735742046096 140399528111072 140401980643029 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
[pid=4458/tid=4472] ppid=4455 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4472/stat : 4472 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057593 15387734016 45700 33554432000 4194304 4196468 140735742046096 140401014024624 140401980643970 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39112704 140735742051335 140735742051633 140735742051633 140735742054351 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 15140212 KiB
Current children cumulated memory: 184196 KiB

[startup+2.00232 s]*
/proc/loadavg: 2.03 2.15 2.06 3/222 4487
/proc/meminfo: memFree=8409476/32770624 swapFree=67108860/67108860
[pid=4455] ppid=4452 vsize=113128 memory=1472 CPUtime=3.23 cores=1,3,5,7
/proc/4455/stat : 4455 (scop.sh) S 4452 4455 3762 0 -1 4202496 591 23727 0 0 0 0 313 10 20 0 1 0 224057585 115843072 368 33554432000 4194304 5098028 140722286392528 140722286389272 140148556345980 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38105088 140722286396480 140722286396679 140722286396679 140722286399437 0
/proc/4455/statm: 28282 368 311 221 0 87 0
[pid=4473] ppid=4455 vsize=7404280 memory=63996 CPUtime=0.39 cores=1,3,5,7
/proc/4473/stat : 4473 (java) S 4455 4455 3762 0 -1 1077944320 10953 0 0 0 36 3 0 0 20 0 15 0 224057757 7581982720 15999 33554432000 4194304 4196468 140727911745200 140727911727744 140130924293879 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
/proc/4473/statm: 1851070 15999 3012 1 0 1813530 0
[pid=4473/tid=4474] ppid=4455 vsize=7404280 memory=8112282956445269571 CPUtime=0.27 cores=1,3,5,7
/proc/4473/task/4474/stat : 4474 (java) R 4455 4455 3762 0 -1 4202560 8514 0 0 0 25 2 0 0 20 0 15 0 224057758 7581982720 15999 33554432000 4194304 4196468 140727911745200 140130896085632 140130904569052 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4475] ppid=4455 vsize=7404280 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4475/stat : 4475 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057759 7581982720 15999 33554432000 4194304 4196468 140727911745200 140130928536592 140130924304085 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4476] ppid=4455 vsize=7404280 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4476/stat : 4476 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057759 7581982720 15999 33554432000 4194304 4196468 140727911745200 140130409417872 140130924304085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4477] ppid=4455 vsize=7404280 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4477/stat : 4477 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057759 7581982720 15999 33554432000 4194304 4196468 140727911745200 140130408364816 140130924304085 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4478] ppid=4455 vsize=7404280 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4478/stat : 4478 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057759 7581982720 15999 33554432000 4194304 4196468 140727911745200 140130407312272 140130924304085 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4479] ppid=4455 vsize=7404280 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4479/stat : 4479 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057760 7581982720 15999 33554432000 4194304 4196468 140727911745200 140130370754800 140130924305026 0 0 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4480] ppid=4455 vsize=7404280 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4480/stat : 4480 (java) S 4455 4455 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224057761 7581982720 15999 33554432000 4194304 4196468 140727911745200 140129750475936 140130924304085 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4481] ppid=4455 vsize=7404280 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4481/stat : 4481 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057761 7581982720 15999 33554432000 4194304 4196468 140727911745200 140129482040048 140130924304085 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4482] ppid=4455 vsize=7404280 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4482/stat : 4482 (java) S 4455 4455 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224057763 7581982720 15999 33554432000 4194304 4196468 140727911745200 140129107531728 140130924312475 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4483] ppid=4455 vsize=7404280 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4473/task/4483/stat : 4483 (java) S 4455 4455 3762 0 -1 1077944384 560 0 0 0 2 0 0 0 20 0 15 0 224057763 7581982720 15999 33554432000 4194304 4196468 140727911745200 140130369702640 140130924305026 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4484] ppid=4455 vsize=7404280 memory=-1161699032755964503 CPUtime=0.01 cores=1,3,5,7
/proc/4473/task/4484/stat : 4484 (java) S 4455 4455 3762 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 15 0 224057763 7581982720 15999 33554432000 4194304 4196468 140727911745200 140130368650096 140130924305026 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4485] ppid=4455 vsize=7404280 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4473/task/4485/stat : 4485 (java) S 4455 4455 3762 0 -1 1077944384 476 0 0 0 7 0 0 0 20 0 15 0 224057763 7581982720 15999 33554432000 4194304 4196468 140727911745200 140130367597040 140130924305026 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4486] ppid=4455 vsize=7404280 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4486/stat : 4486 (java) S 4455 4455 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224057764 7581982720 15999 33554432000 4194304 4196468 140727911745200 140128609626976 140130924304085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4487] ppid=4455 vsize=7404280 memory=1399094042734925955 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4487/stat : 4487 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057764 7581982720 15999 33554432000 4194304 4196468 140727911745200 140130366544432 140130924305026 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
Current children cumulated CPU time: 3.62 s
Current children cumulated vsize: 7517408 KiB
Current children cumulated memory: 65468 KiB

[startup+2.40082 s]
/proc/loadavg: 2.03 2.15 2.06 3/222 4487
/proc/meminfo: memFree=8409476/32770624 swapFree=67108860/67108860
[pid=4455] ppid=4452 vsize=113128 memory=1472 CPUtime=3.23 cores=1,3,5,7
/proc/4455/stat : 4455 (scop.sh) S 4452 4455 3762 0 -1 4202496 591 23727 0 0 0 0 313 10 20 0 1 0 224057585 115843072 368 33554432000 4194304 5098028 140722286392528 140722286389272 140148556345980 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38105088 140722286396480 140722286396679 140722286396679 140722286399437 0
/proc/4455/statm: 28282 368 311 221 0 87 0
[pid=4473] ppid=4455 vsize=7408432 memory=100040 CPUtime=0.93 cores=1,3,5,7
/proc/4473/stat : 4473 (java) S 4455 4455 3762 0 -1 1077944320 17680 0 0 0 88 5 0 0 20 0 15 0 224057757 7586234368 25010 33554432000 4194304 4196468 140727911745200 140727911727744 140130924293879 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
/proc/4473/statm: 1852108 25010 3055 1 0 1814042 0
[pid=4473/tid=4474] ppid=4455 vsize=7408432 memory=1396 CPUtime=0.66 cores=1,3,5,7
/proc/4473/task/4474/stat : 4474 (java) R 4455 4455 3762 0 -1 4202560 14845 0 0 0 62 4 0 0 20 0 15 0 224057758 7586234368 25010 33554432000 4194304 4196468 140727911745200 140130896131792 140130907480688 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4475] ppid=4455 vsize=7408432 memory=576587670020715552 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4475/stat : 4475 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057759 7586234368 25010 33554432000 4194304 4196468 140727911745200 140130928536592 140130924304085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4476] ppid=4455 vsize=7408432 memory=288285567387713104 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4476/stat : 4476 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057759 7586234368 25010 33554432000 4194304 4196468 140727911745200 140130409417872 140130924304085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4477] ppid=4455 vsize=7408432 memory=-7457052372387209120 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4477/stat : 4477 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057759 7586234368 25010 33554432000 4194304 4196468 140727911745200 140130408364816 140130924304085 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4478] ppid=4455 vsize=7408432 memory=280878379134848 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4478/stat : 4478 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057759 7586234368 25010 33554432000 4194304 4196468 140727911745200 140130407312272 140130924304085 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4479] ppid=4455 vsize=7408432 memory=1399094042734925955 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4479/stat : 4479 (java) S 4455 4455 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224057760 7586234368 25010 33554432000 4194304 4196468 140727911745200 140130370754800 140130924305026 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4480] ppid=4455 vsize=7408432 memory=7679937539659563834 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4480/stat : 4480 (java) S 4455 4455 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224057761 7586234368 25010 33554432000 4194304 4196468 140727911745200 140129750475936 140130924304085 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4481] ppid=4455 vsize=7408432 memory=-7457052372387209120 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4481/stat : 4481 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057761 7586234368 25010 33554432000 4194304 4196468 140727911745200 140129482040048 140130924304085 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4482] ppid=4455 vsize=7408432 memory=6944656591801717918 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4482/stat : 4482 (java) S 4455 4455 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224057763 7586234368 25010 33554432000 4194304 4196468 140727911745200 140129107531728 140130924312475 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4483] ppid=4455 vsize=7408432 memory=-7739291672887926688 CPUtime=0.05 cores=1,3,5,7
/proc/4473/task/4483/stat : 4483 (java) S 4455 4455 3762 0 -1 1077944384 587 0 0 0 5 0 0 0 20 0 15 0 224057763 7586234368 25010 33554432000 4194304 4196468 140727911745200 140130369702640 140130924305026 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4484] ppid=4455 vsize=7408432 memory=4206468019014099040 CPUtime=0.05 cores=1,3,5,7
/proc/4473/task/4484/stat : 4484 (java) S 4455 4455 3762 0 -1 1077944384 216 0 0 0 5 0 0 0 20 0 15 0 224057763 7586234368 25010 33554432000 4194304 4196468 140727911745200 140130368650096 140130924305026 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4485] ppid=4455 vsize=7408432 memory=-9181546050914066336 CPUtime=0.16 cores=1,3,5,7
/proc/4473/task/4485/stat : 4485 (java) S 4455 4455 3762 0 -1 1077944384 698 0 0 0 16 0 0 0 20 0 15 0 224057763 7586234368 25010 33554432000 4194304 4196468 140727911745200 140130367597040 140130924305026 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4486] ppid=4455 vsize=7408432 memory=7679937539659563834 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4486/stat : 4486 (java) S 4455 4455 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224057764 7586234368 25010 33554432000 4194304 4196468 140727911745200 140128609626976 140130924304085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4487] ppid=4455 vsize=7408432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4473/task/4487/stat : 4487 (java) S 4455 4455 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224057764 7586234368 25010 33554432000 4194304 4196468 140727911745200 140130366544432 140130924305026 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
Current children cumulated CPU time: 4.16 s
Current children cumulated vsize: 7521560 KiB
Current children cumulated memory: 101512 KiB

[startup+2.50077 s]
/proc/loadavg: 2.03 2.15 2.06 3/222 4487
/proc/meminfo: memFree=8409476/32770624 swapFree=67108860/67108860
[pid=4455] ppid=4452 vsize=113128 memory=1472 CPUtime=3.23 cores=1,3,5,7
/proc/4455/stat : 4455 (scop.sh) S 4452 4455 3762 0 -1 4202496 591 23727 0 0 0 0 313 10 20 0 1 0 224057585 115843072 368 33554432000 4194304 5098028 140722286392528 140722286389272 140148556345980 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38105088 140722286396480 140722286396679 140722286396679 140722286399437 0
/proc/4455/statm: 28282 368 311 221 0 87 0
[pid=4473] ppid=4455 vsize=7871608 memory=116268 CPUtime=1.16 cores=1,3,5,7
/proc/4473/stat : 4473 (java) S 4455 4455 3762 0 -1 1077944320 18887 630 0 0 108 6 2 0 20 0 17 0 224057757 8060526592 29067 33554432000 4194304 4196468 140727911745200 140727911727744 140130924293879 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
/proc/4473/statm: 1967902 29067 3149 1 0 1929301 0
[pid=4473/tid=4474] ppid=4455 vsize=7871608 memory=1472 CPUtime=0.77 cores=1,3,5,7
/proc/4473/task/4474/stat : 4474 (java) R 4455 4455 3762 0 -1 4202560 15672 630 0 0 70 5 2 0 20 0 17 0 224057758 8060526592 29067 33554432000 4194304 4196468 140727911745200 140130896125776 140130910454324 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4475] ppid=4455 vsize=7871608 memory=288230574492221466 CPUtime=0.02 cores=1,3,5,7
/proc/4473/task/4475/stat : 4475 (java) S 4455 4455 3762 0 -1 1077944384 2 630 0 0 0 0 2 0 20 0 17 0 224057759 8060526592 29067 33554432000 4194304 4196468 140727911745200 140130928536592 140130924304085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4476] ppid=4455 vsize=7871608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4473/task/4476/stat : 4476 (java) S 4455 4455 3762 0 -1 1077944384 1 630 0 0 0 0 2 0 20 0 17 0 224057759 8060526592 29067 33554432000 4194304 4196468 140727911745200 140130409417872 140130924304085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4477] ppid=4455 vsize=7871608 memory=1408 CPUtime=0.02 cores=1,3,5,7
/proc/4473/task/4477/stat : 4477 (java) S 4455 4455 3762 0 -1 1077944384 2 630 0 0 0 0 2 0 20 0 17 0 224057759 8060526592 29067 33554432000 4194304 4196468 140727911745200 140130408364816 140130924304085 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4478] ppid=4455 vsize=7871608 memory=2876 CPUtime=0.02 cores=1,3,5,7
/proc/4473/task/4478/stat : 4478 (java) S 4455 4455 3762 0 -1 1077944384 2 630 0 0 0 0 2 0 20 0 17 0 224057759 8060526592 29067 33554432000 4194304 4196468 140727911745200 140130407312272 140130924304085 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4479] ppid=4455 vsize=7871608 memory=1472 CPUtime=0.02 cores=1,3,5,7
/proc/4473/task/4479/stat : 4479 (java) S 4455 4455 3762 0 -1 1077944384 5 630 0 0 0 0 2 0 20 0 17 0 224057760 8060526592 29067 33554432000 4194304 4196468 140727911745200 140130370754800 140130924305026 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4480] ppid=4455 vsize=7871608 memory=118136 CPUtime=0.02 cores=1,3,5,7
/proc/4473/task/4480/stat : 4480 (java) S 4455 4455 3762 0 -1 1077944384 13 630 0 0 0 0 2 0 20 0 17 0 224057761 8060526592 29067 33554432000 4194304 4196468 140727911745200 140129750475936 140130924304085 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4481] ppid=4455 vsize=7871608 memory=21576 CPUtime=0.02 cores=1,3,5,7
/proc/4473/task/4481/stat : 4481 (java) S 4455 4455 3762 0 -1 1077944384 1 630 0 0 0 0 2 0 20 0 17 0 224057761 8060526592 29067 33554432000 4194304 4196468 140727911745200 140129482040048 140130924304085 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4482] ppid=4455 vsize=7871608 memory=280878379081952 CPUtime=0.02 cores=1,3,5,7
/proc/4473/task/4482/stat : 4482 (java) S 4455 4455 3762 0 -1 1077944384 3 630 0 0 0 0 2 0 20 0 17 0 224057763 8060526592 29067 33554432000 4194304 4196468 140727911745200 140129107531728 140130924312475 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4483] ppid=4455 vsize=7871608 memory=1408 CPUtime=0.09 cores=1,3,5,7
/proc/4473/task/4483/stat : 4483 (java) S 4455 4455 3762 0 -1 1077944384 643 630 0 0 7 0 2 0 20 0 17 0 224057763 8060526592 29067 33554432000 4194304 4196468 140727911745200 140130369702640 140130924305026 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4484] ppid=4455 vsize=7871608 memory=2876 CPUtime=0.1 cores=1,3,5,7
/proc/4473/task/4484/stat : 4484 (java) R 4455 4455 3762 0 -1 1077944384 282 630 0 0 8 0 2 0 20 0 17 0 224057763 8060526592 29067 33554432000 4194304 4196468 140727911745200 140130368650096 140130924305026 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4485] ppid=4455 vsize=7871608 memory=1472 CPUtime=0.22 cores=1,3,5,7
/proc/4473/task/4485/stat : 4485 (java) R 4455 4455 3762 0 -1 1077944384 803 630 0 0 20 0 2 0 20 0 17 0 224057763 8060526592 29067 33554432000 4194304 4196468 140727911745200 140130367597040 140130924305026 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4486] ppid=4455 vsize=7871608 memory=118136 CPUtime=0.02 cores=1,3,5,7
/proc/4473/task/4486/stat : 4486 (java) S 4455 4455 3762 0 -1 1077944384 3 630 0 0 0 0 2 0 20 0 17 0 224057764 8060526592 29067 33554432000 4194304 4196468 140727911745200 140128609626976 140130924304085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
[pid=4473/tid=4487] ppid=4455 vsize=7871608 memory=21576 CPUtime=0.02 cores=1,3,5,7
/proc/4473/task/4487/stat : 4487 (java) S 4455 4455 3762 0 -1 1077944384 1 630 0 0 0 0 2 0 20 0 17 0 224057764 8060526592 29067 33554432000 4194304 4196468 140727911745200 140130366544432 140130924305026 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7008256 140727911748790 140727911748913 140727911748913 140727911751631 0
Current children cumulated CPU time: 4.39 s
Current children cumulated vsize: 7984736 KiB
Current children cumulated memory: 117740 KiB

Child status: 0
Real time (s): 2.58041
CPU time (s): 4.5321
CPU user time (s): 4.34775
CPU system time (s): 0.18435
CPU usage (%): 175.635
Max. virtual memory (cumulated for all children) (KiB): 15142280
Max. memory (cumulated for all children) (KiB): 191316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.34775
system time used= 0.18435
maximum resident set size= 189940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44183
page faults= 0
swaps= 0
block input operations= 0
block output operations= 280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5592
involuntary context switches= 40


# summary of solver processes directly reported to runsolver:
#   pid: 4455
#   total CPU time (s): 4.5321
#   total CPU user time (s): 4.34775
#   total CPU system time (s): 0.18435

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046947 second user time and 0.062597 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-12 11:09:04
IDJOB=4305431
IDBENCH=141125
IDSOLVER=2782
FILE ID=node151/4305431-1534064944
RUNJOBID= node151-1534062410-3794
PBS_JOBID= 21036982
Free space on /tmp= 40852 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/StripPacking/StripPacking-1b_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-4305431-1534064944/watcher-4305431-1534064944 -o /tmp/evaluation-result-4305431-1534064944/solver-4305431-1534064944 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534062410-3794 --watchdog 2580  scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305431-1534064944.xml

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

MD5SUM BENCH= 1d962658b6cfa8354278e550b215e9b2
RANDOM SEED=1777784537

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:         8462408 kB
MemAvailable:   31776296 kB
Buffers:          260240 kB
Cached:         23007740 kB
SwapCached:            0 kB
Active:         10761328 kB
Inactive:       12689612 kB
Active(anon):     131676 kB
Inactive(anon):   103352 kB
Active(file):   10629652 kB
Inactive(file): 12586260 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7980 kB
Writeback:             0 kB
AnonPages:        190412 kB
Mapped:            71748 kB
Shmem:             49800 kB
Slab:             554400 kB
SReclaimable:     526436 kB
SUnreclaim:        27964 kB
KernelStack:        3632 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5840492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 40844 MiB
End job on node151 at 2018-08-12 11:09:07