Trace number 4305667

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 both+MapleCOMSPS (2018-07-31)SAT 4.69459 2.56641

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 -both -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-20088-serial-file.bin HOME/instance-4305667-1534065063.xml
0.59/0.51	
0.59/0.52	scop both+minisat_release (2018-07-31)
0.67/0.52	(Encoding Process)
0.67/0.52	
0.67/0.54	c BEGIN-Prog: Sun Aug 12 11:11:03 CEST 2018
0.67/0.54	c PID: 20091
0.67/0.54	c IP: 172.20.3.135
0.67/0.54	c HOST: node135.alineos.net
0.67/0.55	c (0,0) Parsing Begin
1.39/0.91	c (0,0) Parsing End
1.39/0.92	c (0,0) CSP: 40 int (0 aux), 10 bool (0 aux), 31 ctr, max domain size 15
1.39/0.92	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.39/0.92	c (0,0) Constraint Name Generate Begin
1.39/0.92	c (0,0) Ctr:HOME/instance-4305667-1534065063.xml,Add:ExtensionSupport:IntVar:Le:NoOverlap:Num
1.39/0.92	c (0,0) Constraint Name Generate End
1.39/0.92	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.39/0.92	c (0,0) CSP to CSPinCNF Begin
1.39/1.00	c (0,0) translated 4 (10%) constraints
1.58/1.01	c (0,0) translated 7 (20%) constraints
1.58/1.01	c (0,0) translated 10 (30%) constraints
1.58/1.01	c (0,0) translated 13 (40%) constraints
1.58/1.02	c (0,0) translated 16 (50%) constraints
1.58/1.02	c (0,0) translated 19 (60%) constraints
1.58/1.10	c (0,0) translated 22 (70%) constraints
1.77/1.13	c (0,0) translated 25 (80%) constraints
1.77/1.17	c (0,0) translated 28 (90%) constraints
1.98/1.20	c (0,0) translated 31 (100%) constraints
2.28/1.32	c (0,0) STATISTICS1:HOME/instance-4305667-1534065063.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.28/1.32	c (0,0) ==========================================
2.28/1.32	c (0,0) Both Encoding selects:
2.28/1.32	c (0,0) Order
2.28/1.32	c (0,0) ==========================================
2.28/1.32	c (0,0) translated 21 (10%) constraints
2.28/1.33	c (0,0) translated 41 (20%) constraints
2.28/1.33	c (0,0) translated 61 (30%) constraints
2.28/1.34	c (0,0) translated 81 (40%) constraints
2.28/1.34	c (0,0) translated 101 (50%) constraints
2.28/1.34	c (0,0) translated 121 (60%) constraints
2.28/1.34	c (0,0) translated 141 (70%) constraints
2.28/1.35	c (0,0) translated 161 (80%) constraints
2.28/1.35	c (0,0) translated 181 (90%) constraints
2.28/1.36	c (0,0) translated 201 (100%) constraints
2.28/1.36	c (0,0) CSP to CSPinCNF End
2.28/1.36	c (0,0) CSP: 40 int (0 aux), 46 bool (36 aux), 201 ctr, max domain size 14
2.28/1.36	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.28/1.36	c (0,0) CSPinCNF Propagation Begin
2.53/1.41	c (0,0) 0 values, 9 unsatisfiable literals, and 3 valid clauses are removed
2.53/1.41	c (0,0) CSPinCNF Propagation End
2.53/1.41	c (0,0) CSP: 40 int (0 aux), 46 bool (36 aux), 198 ctr, max domain size 14
2.53/1.41	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.53/1.41	c (0,0) Simplify CSPinCNF Begin
2.53/1.45	c (0,0) Simplify CSPinCNF End
2.53/1.45	c (0,0) CSP: 40 int (0 aux), 226 bool (216 aux), 378 ctr, max domain size 14
2.53/1.45	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.53/1.45	c (0,0) Calculate Precise Domain Begin
2.53/1.45	c (0,0) 0 values are removed by re-calculation
2.53/1.45	c (0,0) Calculate Precise Domain End
2.53/1.45	c (0,0) CSP: 40 int (0 aux), 226 bool (216 aux), 378 ctr, max domain size 14
2.53/1.45	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
2.53/1.45	c (0,0) CSPinCNF to SatSolver Begin
2.53/1.49	c (0,0) 38 (10 %) CSP clauses are encoded (476 SAT variables, 249 SAT clauses)
2.53/1.49	c (0,0) 76 (20 %) CSP clauses are encoded (476 SAT variables, 287 SAT clauses)
2.53/1.49	c (0,0) 114 (30 %) CSP clauses are encoded (476 SAT variables, 325 SAT clauses)
2.53/1.49	c (0,0) 152 (40 %) CSP clauses are encoded (476 SAT variables, 363 SAT clauses)
2.78/1.51	c (0,0) 189 (50 %) CSP clauses are encoded (476 SAT variables, 712 SAT clauses)
2.78/1.53	c (1,0) 227 (60 %) CSP clauses are encoded (476 SAT variables, 1217 SAT clauses)
2.78/1.54	c (1,1) 265 (70 %) CSP clauses are encoded (476 SAT variables, 1780 SAT clauses)
2.78/1.55	c (1,1) 303 (80 %) CSP clauses are encoded (476 SAT variables, 2235 SAT clauses)
2.78/1.56	c (1,1) 341 (90 %) CSP clauses are encoded (476 SAT variables, 2755 SAT clauses)
2.78/1.57	c (1,1) 378 (100 %) CSP clauses are encoded (476 SAT variables, 3386 SAT clauses)
2.78/1.57	c (1,1) Launch Command will be: minisat_release
2.78/1.57	c (1,1) CSPinCNF to SatSolver End
2.78/1.57	c (1,1) Heap : 112 MiB used (max 10795 MiB), NonHeap : 27 MiB used (max 0 MiB)
2.78/1.59	c (1,1) STATISTICS2:HOME/instance-4305667-1534065063.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.78/1.59	c (1,1) 476 bool, 3410 clause
2.78/1.59	c (1,1) Export Begin
3.11/1.69	c (1,1) Export to HOME/scop-20088-serial-file.bin
3.11/1.69	c (1,1) Export End
3.11/1.69	c (1,1) Export File Size: 0.01 MB
3.11/1.69	c (1,1) 0,0,0,0,0,0,1,STOP-AFTER(DIMACS)
3.11/1.69	c END-Prog: Sun Aug 12 11:11:05 CEST 2018
3.38/1.71	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-20088-serial-file.bin
3.91/2.19	c (0,0) Read Serial File Begin
3.91/2.19	c (0,0) HOME/scop-20088-serial-file.bin
4.18/2.38	c (0,0) Read Serial File End
4.18/2.39	
4.18/2.39	scop order+minisat_release (2018-07-31)
4.18/2.39	(Solving Process)
4.18/2.39	
4.34/2.41	c BEGIN-Prog: Sun Aug 12 11:11:05 CEST 2018
4.34/2.41	c PID: 20106
4.34/2.41	c IP: 172.20.3.135
4.34/2.41	c HOST: node135.alineos.net
4.34/2.42	c (0,0) SatSolver.solve Begin
4.34/2.42	c (0,0) 0 bool, 0 clause
4.34/2.42	c (0,0) minisat_release HOME/instance-4305667-1534065063.xml-scop-20091.cnf
4.34/2.46	c (0,0) c This is COMiniSatPS.
4.34/2.46	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
4.34/2.46	c (0,0) c ============================[ Problem Statistics ]=============================
4.34/2.46	c (0,0) c |                                                                             |
4.34/2.46	c (0,0) c |  Number of variables:           476                                         |
4.34/2.46	c (0,0) c |  Number of clauses:            3410                                         |
4.34/2.46	c (0,0) c |  Parse time:                   0.00 s                                       |
4.34/2.46	c (0,0) c |  Eliminated clauses:           0.00 Mb                                      |
4.34/2.46	c (0,0) c Reduced to 338 vars, 3142 cls (grow=0)
4.34/2.46	c (0,0) c No iterative elimination performed. (vars=338, c/v ratio=9.3)
4.34/2.46	c (0,0) c |  Simplification time:          0.00 s                                       |
4.34/2.46	c (0,0) c |                                                                             |
4.34/2.46	c (0,0) c ============================[ Search Statistics ]==============================
4.34/2.46	c (0,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.34/2.46	c (0,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.34/2.46	c (0,0) c ===============================================================================
4.34/2.46	c (0,0) c ===============================================================================
4.34/2.46	c (0,0) c restarts              : 2
4.34/2.46	c (0,0) c conflicts             : 1141           (49741 /sec)
4.34/2.46	c (0,0) c decisions             : 1710           (0.00 % random) (74546 /sec)
4.34/2.46	c (0,0) c propagations          : 49824          (2172021 /sec)
4.34/2.46	c (0,0) c conflict literals     : 20138          (23.32 % deleted)
4.34/2.46	c (0,0) c CPU time              : 0.022939 s
4.34/2.46	c (0,0) 
4.34/2.46	c (0,0) s SATISFIABLE
4.34/2.49	c (0,0) SatSolver.solve End
4.34/2.49	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
4.34/2.49	c (0,0) Show results Begin
4.57/2.54	s SATISFIABLE
4.57/2.54	v <instantiation>
4.57/2.54	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.57/2.54	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.57/2.54	v </instantiation>
4.57/2.54	c (0,0) Show results End
4.57/2.54	c (0,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
4.57/2.54	c (0,0) 0,0,STOP-AFTER(ALL)
4.57/2.54	c END-Prog: Sun Aug 12 11:11:05 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 (6764 MiB free)
  memory of node 1: 16384 MiB (4640 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305667-1534065063/watcher-4305667-1534065063 -o /tmp/evaluation-result-4305667-1534065063/solver-4305667-1534065063 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534062530-19415 --watchdog 2580 scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305667-1534065063.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=20088, runsolver pid=20085
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 1.93 2.00 1.96 6/227 20105
/proc/meminfo: memFree=11617176/32770624 swapFree=67108860/67108860
[pid=20088] ppid=20085 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/20088/stat : 20088 (scop.sh) S 20085 20088 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 224069459 115843072 348 33554432000 4194304 5098028 140734254095632 140734254092888 140343987384956 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25448448 140734254097473 140734254097671 140734254097671 140734254100429 0
/proc/20088/statm: 28282 348 296 221 0 87 0
[pid=20091] ppid=20088 vsize=15012476 memory=74092 CPUtime=0.11 cores=1,3,5,7
/proc/20091/stat : 20091 (java) S 20088 20088 19383 0 -1 1077944320 6106 0 0 0 9 2 0 0 20 0 15 0 224069459 15372775424 18523 33554432000 4194304 4196468 140722121100016 140722121082560 140556023181047 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
/proc/20091/statm: 3753119 18523 2769 1 0 3715579 0
[pid=20091/tid=20092] ppid=20088 vsize=15012476 memory=7533807676074704953 CPUtime=0.09 cores=1,3,5,7
/proc/20091/task/20092/stat : 20092 (java) R 20088 20088 19383 0 -1 4202560 4241 0 0 0 7 2 0 0 20 0 15 0 224069459 15372775424 18523 33554432000 4194304 4196468 140722121100016 140555994979200 140556003456768 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20093] ppid=20088 vsize=15012476 memory=3472468968738715312 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20093/stat : 20093 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069461 15372775424 18589 33554432000 4194304 4196468 140722121100016 140556027423504 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20094] ppid=20088 vsize=15012476 memory=140672511035008 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20094/stat : 20094 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069461 15372775424 18589 33554432000 4194304 4196468 140722121100016 140555826199440 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20095] ppid=20088 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20095/stat : 20095 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069461 15372775424 18589 33554432000 4194304 4196468 140722121100016 140555482815504 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20096] ppid=20088 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20096/stat : 20096 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069461 15372775424 18589 33554432000 4194304 4196468 140722121100016 140555481762960 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20097] ppid=20088 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20097/stat : 20097 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069463 15372775424 18589 33554432000 4194304 4196468 140722121100016 140554792282096 140556023192194 0 0 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20098] ppid=20088 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20098/stat : 20098 (java) S 20088 20088 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224069463 15372775424 18589 33554432000 4194304 4196468 140722121100016 140554683802528 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20099] ppid=20088 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20099/stat : 20099 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069463 15372775424 18589 33554432000 4194304 4196468 140722121100016 140554415367152 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20100] ppid=20088 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20100/stat : 20100 (java) S 20088 20088 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224069466 15372775424 18589 33554432000 4194304 4196468 140722121100016 140554040858832 140556023199643 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20101] ppid=20088 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20101/stat : 20101 (java) S 20088 20088 19383 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 224069466 15372775424 18589 33554432000 4194304 4196468 140722121100016 140554791229936 140556023192194 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20102] ppid=20088 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20102/stat : 20102 (java) S 20088 20088 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224069466 15372775424 18589 33554432000 4194304 4196468 140722121100016 140554790177392 140556023192194 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20103] ppid=20088 vsize=15012476 memory=140672511035008 CPUtime=0.01 cores=1,3,5,7
/proc/20091/task/20103/stat : 20103 (java) S 20088 20088 19383 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 224069466 15372775424 18589 33554432000 4194304 4196468 140722121100016 140554789124848 140556023192194 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20104] ppid=20088 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20104/stat : 20104 (java) S 20088 20088 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224069466 15372775424 18655 33554432000 4194304 4196468 140722121100016 140553542954080 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20105] ppid=20088 vsize=15012476 memory=140672511035008 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20105/stat : 20105 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069466 15372775424 18655 33554432000 4194304 4196468 140722121100016 140554788071728 140556023192194 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 75484 KiB

[startup+0.211178 s]*
/proc/loadavg: 1.93 2.00 1.96 3/227 20105
/proc/meminfo: memFree=11603300/32770624 swapFree=67108860/67108860
[pid=20088] ppid=20085 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/20088/stat : 20088 (scop.sh) S 20085 20088 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 224069459 115843072 348 33554432000 4194304 5098028 140734254095632 140734254092888 140343987384956 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25448448 140734254097473 140734254097671 140734254097671 140734254100429 0
/proc/20088/statm: 28282 348 296 221 0 87 0
[pid=20091] ppid=20088 vsize=15012476 memory=86896 CPUtime=0.26 cores=1,3,5,7
/proc/20091/stat : 20091 (java) S 20088 20088 19383 0 -1 1077944320 9501 0 0 0 23 3 0 0 20 0 15 0 224069459 15372775424 21724 33554432000 4194304 4196468 140722121100016 140722121082560 140556023181047 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
/proc/20091/statm: 3753119 21724 2933 1 0 3715579 0
[pid=20091/tid=20092] ppid=20088 vsize=15012476 memory=8514701219881124769 CPUtime=0.19 cores=1,3,5,7
/proc/20091/task/20092/stat : 20092 (java) R 20088 20088 19383 0 -1 4202560 7403 0 0 0 17 2 0 0 20 0 15 0 224069459 15372775424 21724 33554432000 4194304 4196468 140722121100016 140555994999072 140556005071991 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20093] ppid=20088 vsize=15012476 memory=3472468968738715312 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20093/stat : 20093 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069461 15372775424 21724 33554432000 4194304 4196468 140722121100016 140556027423504 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20094] ppid=20088 vsize=15012476 memory=140672511035008 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20094/stat : 20094 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069461 15372775424 21724 33554432000 4194304 4196468 140722121100016 140555826199440 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20095] ppid=20088 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20095/stat : 20095 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069461 15372775424 21724 33554432000 4194304 4196468 140722121100016 140555482815504 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20096] ppid=20088 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20096/stat : 20096 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069461 15372775424 21724 33554432000 4194304 4196468 140722121100016 140555481762960 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20097] ppid=20088 vsize=15012476 memory=140672511035008 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20097/stat : 20097 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069463 15372775424 21724 33554432000 4194304 4196468 140722121100016 140554792282096 140556023192194 0 0 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20098] ppid=20088 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20098/stat : 20098 (java) S 20088 20088 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224069463 15372775424 21724 33554432000 4194304 4196468 140722121100016 140554683802528 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20099] ppid=20088 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20099/stat : 20099 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069463 15372775424 21724 33554432000 4194304 4196468 140722121100016 140554415367152 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20100] ppid=20088 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20100/stat : 20100 (java) S 20088 20088 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224069466 15372775424 21724 33554432000 4194304 4196468 140722121100016 140554040858832 140556023199643 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20101] ppid=20088 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20091/task/20101/stat : 20101 (java) R 20088 20088 19383 0 -1 4202560 335 0 0 0 1 0 0 0 20 0 15 0 224069466 15372775424 21724 33554432000 4194304 4196468 140722121100016 140554791229936 140556008843776 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20102] ppid=20088 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20102/stat : 20102 (java) R 20088 20088 19383 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 15 0 224069466 15372775424 21724 33554432000 4194304 4196468 140722121100016 140554790177392 140556007077059 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20103] ppid=20088 vsize=15012476 memory=140672511035008 CPUtime=0.03 cores=1,3,5,7
/proc/20091/task/20103/stat : 20103 (java) R 20088 20088 19383 0 -1 1077944384 293 0 0 0 3 0 0 0 20 0 15 0 224069466 15372775424 21724 33554432000 4194304 4196468 140722121100016 140554789124848 140556023192194 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20104] ppid=20088 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20104/stat : 20104 (java) S 20088 20088 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224069466 15372775424 21724 33554432000 4194304 4196468 140722121100016 140553542954080 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20105] ppid=20088 vsize=15012476 memory=140672511035008 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20105/stat : 20105 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069466 15372775424 21724 33554432000 4194304 4196468 140722121100016 140554788071728 140556023192194 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 88288 KiB

[startup+0.311133 s]*
/proc/loadavg: 1.93 2.00 1.96 3/227 20105
/proc/meminfo: memFree=11597924/32770624 swapFree=67108860/67108860
[pid=20088] ppid=20085 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/20088/stat : 20088 (scop.sh) S 20085 20088 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 224069459 115843072 348 33554432000 4194304 5098028 140734254095632 140734254092888 140343987384956 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25448448 140734254097473 140734254097671 140734254097671 140734254100429 0
/proc/20088/statm: 28282 348 296 221 0 87 0
[pid=20091] ppid=20088 vsize=15012476 memory=90148 CPUtime=0.43 cores=1,3,5,7
/proc/20091/stat : 20091 (java) S 20088 20088 19383 0 -1 1077944320 10043 0 0 0 40 3 0 0 20 0 15 0 224069459 15372775424 22537 33554432000 4194304 4196468 140722121100016 140722121082560 140556023181047 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
/proc/20091/statm: 3753119 22537 2970 1 0 3715579 0
[pid=20091/tid=20092] ppid=20088 vsize=15012476 memory=8514701219881124769 CPUtime=0.29 cores=1,3,5,7
/proc/20091/task/20092/stat : 20092 (java) R 20088 20088 19383 0 -1 4202560 7783 0 0 0 27 2 0 0 20 0 15 0 224069459 15372775424 22537 33554432000 4194304 4196468 140722121100016 140555994976496 140556003456377 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20093] ppid=20088 vsize=15012476 memory=3472468968738715312 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20093/stat : 20093 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069461 15372775424 22537 33554432000 4194304 4196468 140722121100016 140556027423504 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20094] ppid=20088 vsize=15012476 memory=281344903908224 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20094/stat : 20094 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069461 15372775424 22537 33554432000 4194304 4196468 140722121100016 140555826199440 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20095] ppid=20088 vsize=15012476 memory=281344785778720 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20095/stat : 20095 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069461 15372775424 22537 33554432000 4194304 4196468 140722121100016 140555482815504 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20096] ppid=20088 vsize=15012476 memory=140672392873231 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20096/stat : 20096 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069461 15372775424 22537 33554432000 4194304 4196468 140722121100016 140555481762960 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20097] ppid=20088 vsize=15012476 memory=281344903915136 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20097/stat : 20097 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069463 15372775424 22537 33554432000 4194304 4196468 140722121100016 140554792282096 140556023192194 0 0 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20098] ppid=20088 vsize=15012476 memory=140672392877839 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20098/stat : 20098 (java) S 20088 20088 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224069463 15372775424 22537 33554432000 4194304 4196468 140722121100016 140554683802528 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20099] ppid=20088 vsize=15012476 memory=140672392899831 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20099/stat : 20099 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069463 15372775424 22537 33554432000 4194304 4196468 140722121100016 140554415367152 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20100] ppid=20088 vsize=15012476 memory=281344785787936 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20100/stat : 20100 (java) S 20088 20088 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224069466 15372775424 22537 33554432000 4194304 4196468 140722121100016 140554040858832 140556023199643 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20101] ppid=20088 vsize=15012476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20091/task/20101/stat : 20101 (java) R 20088 20088 19383 0 -1 1077944384 423 0 0 0 2 0 0 0 20 0 15 0 224069466 15372775424 22537 33554432000 4194304 4196468 140722121100016 140554791229936 140556023192194 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20102] ppid=20088 vsize=15012476 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20091/task/20102/stat : 20102 (java) R 20088 20088 19383 0 -1 4202560 191 0 0 0 2 0 0 0 20 0 15 0 224069466 15372775424 22537 33554432000 4194304 4196468 140722121100016 140554790177392 140556015898199 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20103] ppid=20088 vsize=15012476 memory=140672511035008 CPUtime=0.07 cores=1,3,5,7
/proc/20091/task/20103/stat : 20103 (java) R 20088 20088 19383 0 -1 4202560 313 0 0 0 7 0 0 0 20 0 15 0 224069466 15372775424 22537 33554432000 4194304 4196468 140722121100016 140554789124848 140556002119141 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20104] ppid=20088 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20104/stat : 20104 (java) S 20088 20088 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224069466 15372775424 22537 33554432000 4194304 4196468 140722121100016 140553542954080 140556023191253 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20105] ppid=20088 vsize=15012476 memory=140672511036400 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20105/stat : 20105 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069466 15372775424 22537 33554432000 4194304 4196468 140722121100016 140554788071728 140556023192194 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91540 KiB

[startup+0.700802 s]
/proc/loadavg: 1.93 2.00 1.96 3/227 20105
/proc/meminfo: memFree=11574916/32770624 swapFree=67108860/67108860
[pid=20088] ppid=20085 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/20088/stat : 20088 (scop.sh) S 20085 20088 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 224069459 115843072 348 33554432000 4194304 5098028 140734254095632 140734254092888 140343987384956 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25448448 140734254097473 140734254097671 140734254097671 140734254100429 0
/proc/20088/statm: 28282 348 296 221 0 87 0
[pid=20091] ppid=20088 vsize=15020872 memory=129644 CPUtime=1.02 cores=1,3,5,7
/proc/20091/stat : 20091 (java) S 20088 20088 19383 0 -1 1077944320 17148 0 0 0 97 5 0 0 20 0 15 0 224069459 15381372928 32411 33554432000 4194304 4196468 140722121100016 140722121082560 140556023181047 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
/proc/20091/statm: 3755218 32411 3153 1 0 3716603 0
[pid=20091/tid=20092] ppid=20088 vsize=15020872 memory=57 CPUtime=0.67 cores=1,3,5,7
/proc/20091/task/20092/stat : 20092 (java) R 20088 20088 19383 0 -1 4202560 14399 0 0 0 63 4 0 0 20 0 15 0 224069459 15381372928 32411 33554432000 4194304 4196468 140722121100016 140555995019040 140556007261534 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20093] ppid=20088 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20093/stat : 20093 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069461 15381372928 32411 33554432000 4194304 4196468 140722121100016 140556027423504 140556023191253 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20094] ppid=20088 vsize=15020872 memory=7886766292050393141 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20094/stat : 20094 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069461 15381372928 32411 33554432000 4194304 4196468 140722121100016 140555826199440 140556023191253 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20095] ppid=20088 vsize=15020872 memory=7446508840811058281 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20095/stat : 20095 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069461 15381372928 32411 33554432000 4194304 4196468 140722121100016 140555482815504 140556023191253 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20096] ppid=20088 vsize=15020872 memory=7372762397046498368 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20096/stat : 20096 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069461 15381372928 32411 33554432000 4194304 4196468 140722121100016 140555481762960 140556023191253 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20097] ppid=20088 vsize=15020872 memory=2319389199337275488 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20097/stat : 20097 (java) S 20088 20088 19383 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 224069463 15381372928 32411 33554432000 4194304 4196468 140722121100016 140554792282096 140556023192194 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20098] ppid=20088 vsize=15020872 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20098/stat : 20098 (java) S 20088 20088 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224069463 15381372928 32411 33554432000 4194304 4196468 140722121100016 140554683802528 140556023191253 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20099] ppid=20088 vsize=15020872 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20099/stat : 20099 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069463 15381372928 32411 33554432000 4194304 4196468 140722121100016 140554415367152 140556023191253 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20100] ppid=20088 vsize=15020872 memory=968 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20100/stat : 20100 (java) S 20088 20088 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224069466 15381372928 32411 33554432000 4194304 4196468 140722121100016 140554040858832 140556023199643 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20101] ppid=20088 vsize=15020872 memory=12144 CPUtime=0.09 cores=1,3,5,7
/proc/20091/task/20101/stat : 20101 (java) S 20088 20088 19383 0 -1 1077944384 644 0 0 0 9 0 0 0 20 0 15 0 224069466 15381372928 32411 33554432000 4194304 4196468 140722121100016 140554791229936 140556023192194 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20102] ppid=20088 vsize=15020872 memory=1712 CPUtime=0.06 cores=1,3,5,7
/proc/20091/task/20102/stat : 20102 (java) S 20088 20088 19383 0 -1 1077944384 310 0 0 0 6 0 0 0 20 0 15 0 224069466 15381372928 32411 33554432000 4194304 4196468 140722121100016 140554790177392 140556023192194 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20103] ppid=20088 vsize=15020872 memory=8812 CPUtime=0.16 cores=1,3,5,7
/proc/20091/task/20103/stat : 20103 (java) S 20088 20088 19383 0 -1 1077944384 458 0 0 0 16 0 0 0 20 0 15 0 224069466 15381372928 32411 33554432000 4194304 4196468 140722121100016 140554789124848 140556023192194 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20104] ppid=20088 vsize=15020872 memory=4576 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20104/stat : 20104 (java) S 20088 20088 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224069466 15381372928 32411 33554432000 4194304 4196468 140722121100016 140553542954080 140556023191253 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20105] ppid=20088 vsize=15020872 memory=15868 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20105/stat : 20105 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069466 15381372928 32411 33554432000 4194304 4196468 140722121100016 140554788071728 140556023192194 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 131036 KiB

[startup+1.50087 s]
/proc/loadavg: 1.93 2.00 1.96 3/227 20105
/proc/meminfo: memFree=11547132/32770624 swapFree=67108860/67108860
[pid=20088] ppid=20085 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/20088/stat : 20088 (scop.sh) S 20085 20088 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 224069459 115843072 348 33554432000 4194304 5098028 140734254095632 140734254092888 140343987384956 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25448448 140734254097473 140734254097671 140734254097671 140734254100429 0
/proc/20088/statm: 28282 348 296 221 0 87 0

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

/proc/20088/stat : 20088 (scop.sh) S 20085 20088 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 224069459 115843072 348 33554432000 4194304 5098028 140734254095632 140734254092888 140343987384956 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25448448 140734254097473 140734254097671 140734254097671 140734254100429 0
/proc/20088/statm: 28282 348 296 221 0 87 0
[pid=20091] ppid=20088 vsize=15027084 memory=185288 CPUtime=3.11 cores=1,3,5,7
/proc/20091/stat : 20091 (java) S 20088 20088 19383 0 -1 1077944320 21796 0 0 0 302 9 0 0 20 0 15 0 224069459 15387734016 46322 33554432000 4194304 4196468 140722121100016 140722121082560 140556023181047 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
/proc/20091/statm: 3756771 46322 3203 1 0 3717627 0
[pid=20091/tid=20092] ppid=20088 vsize=15027084 memory=0 CPUtime=1.56 cores=1,3,5,7
/proc/20091/task/20092/stat : 20092 (java) R 20088 20088 19383 0 -1 4202560 16138 0 0 0 150 6 0 0 20 0 15 0 224069459 15387734016 46322 33554432000 4194304 4196468 140722121100016 140555995016688 140556007261534 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20093] ppid=20088 vsize=15027084 memory=83540 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20093/stat : 20093 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069461 15387734016 46322 33554432000 4194304 4196468 140722121100016 140556027423504 140556023191253 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20094] ppid=20088 vsize=15027084 memory=85812 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20094/stat : 20094 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069461 15387734016 46322 33554432000 4194304 4196468 140722121100016 140555826199440 140556023191253 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20095] ppid=20088 vsize=15027084 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20095/stat : 20095 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069461 15387734016 46322 33554432000 4194304 4196468 140722121100016 140555482815504 140556023191253 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20096] ppid=20088 vsize=15027084 memory=140672393059152 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20096/stat : 20096 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069461 15387734016 46322 33554432000 4194304 4196468 140722121100016 140555481762960 140556023191253 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20097] ppid=20088 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20097/stat : 20097 (java) S 20088 20088 19383 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 224069463 15387734016 46322 33554432000 4194304 4196468 140722121100016 140554792282096 140556023192194 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20098] ppid=20088 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20098/stat : 20098 (java) S 20088 20088 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224069463 15387734016 46322 33554432000 4194304 4196468 140722121100016 140554683802528 140556023191253 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20099] ppid=20088 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20099/stat : 20099 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069463 15387734016 46322 33554432000 4194304 4196468 140722121100016 140554415367152 140556023191253 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20100] ppid=20088 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20100/stat : 20100 (java) S 20088 20088 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224069466 15387734016 46322 33554432000 4194304 4196468 140722121100016 140554040858832 140556023199643 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20101] ppid=20088 vsize=15027084 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/20091/task/20101/stat : 20101 (java) R 20088 20088 19383 0 -1 4202560 823 0 0 0 35 0 0 0 20 0 15 0 224069466 15387734016 46322 33554432000 4194304 4196468 140722121100016 140554791211952 140556009332729 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20102] ppid=20088 vsize=15027084 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/20091/task/20102/stat : 20102 (java) R 20088 20088 19383 0 -1 4202560 706 0 0 0 38 1 0 0 20 0 15 0 224069466 15387734016 46387 33554432000 4194304 4196468 140722121100016 140554790165536 140556009332696 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20103] ppid=20088 vsize=15027084 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/20091/task/20103/stat : 20103 (java) S 20088 20088 19383 0 -1 1077944384 2794 0 0 0 76 1 0 0 20 0 15 0 224069466 15387734016 46387 33554432000 4194304 4196468 140722121100016 140554789124848 140556023192194 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20104] ppid=20088 vsize=15027084 memory=7664634432734849125 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20104/stat : 20104 (java) S 20088 20088 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224069466 15387734016 46387 33554432000 4194304 4196468 140722121100016 140553542954080 140556023191253 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
[pid=20091/tid=20105] ppid=20088 vsize=15027084 memory=7590928670950649706 CPUtime=0 cores=1,3,5,7
/proc/20091/task/20105/stat : 20105 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069466 15387734016 46387 33554432000 4194304 4196468 140722121100016 140554788071728 140556023192194 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10735616 140722121102343 140722121102641 140722121102641 140722121105359 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 15140212 KiB
Current children cumulated memory: 186680 KiB

[startup+2.00031 s]*
/proc/loadavg: 1.93 2.00 1.96 3/227 20120
/proc/meminfo: memFree=11626736/32770624 swapFree=67108860/67108860
[pid=20088] ppid=20085 vsize=113128 memory=1468 CPUtime=3.39 cores=1,3,5,7
/proc/20088/stat : 20088 (scop.sh) S 20085 20088 19383 0 -1 4202496 590 23092 0 0 0 0 328 11 20 0 1 0 224069459 115843072 367 33554432000 4194304 5098028 140734254095632 140734254092376 140343987384956 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25448448 140734254097473 140734254097671 140734254097671 140734254100429 0
/proc/20088/statm: 28282 367 311 221 0 87 0
[pid=20106] ppid=20088 vsize=7404280 memory=64272 CPUtime=0.4 cores=1,3,5,7
/proc/20106/stat : 20106 (java) S 20088 20088 19383 0 -1 1077944320 10620 0 0 0 38 2 0 0 20 0 15 0 224069630 7581982720 16068 33554432000 4194304 4196468 140735366100208 140735366082752 140341732507383 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
/proc/20106/statm: 1851070 16068 2982 1 0 1813530 0
[pid=20106/tid=20107] ppid=20088 vsize=7404280 memory=8514701219880731807 CPUtime=0.27 cores=1,3,5,7
/proc/20106/task/20107/stat : 20107 (java) R 20088 20088 19383 0 -1 4202560 8338 0 0 0 25 2 0 0 20 0 15 0 224069631 7581982720 16068 33554432000 4194304 4196468 140735366100208 140341704286832 140341717672928 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20108] ppid=20088 vsize=7404280 memory=3472468968738715312 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20108/stat : 20108 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069632 7581982720 16068 33554432000 4194304 4196468 140735366100208 140341736749968 140341732517589 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20109] ppid=20088 vsize=7404280 memory=3834167624963260341 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20109/stat : 20109 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069632 7581982720 16068 33554432000 4194304 4196468 140735366100208 140341550906128 140341732517589 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20110] ppid=20088 vsize=7404280 memory=4638778415513030992 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20110/stat : 20110 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069632 7581982720 16068 33554432000 4194304 4196468 140735366100208 140341549853840 140341732517589 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20111] ppid=20088 vsize=7404280 memory=7085122510163829101 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20111/stat : 20111 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069632 7581982720 16068 33554432000 4194304 4196468 140735366100208 140341548801040 140341732517589 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20112] ppid=20088 vsize=7404280 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20112/stat : 20112 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069633 7581982720 16068 33554432000 4194304 4196468 140735366100208 140340976613488 140341732518530 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20113] ppid=20088 vsize=7404280 memory=3472330327918405967 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20113/stat : 20113 (java) S 20088 20088 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224069634 7581982720 16068 33554432000 4194304 4196468 140735366100208 140340606526240 140341732517589 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20114] ppid=20088 vsize=7404280 memory=-6440250305510594398 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20114/stat : 20114 (java) S 20088 20088 19383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224069634 7581982720 16068 33554432000 4194304 4196468 140735366100208 140340472304752 140341732517589 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20115] ppid=20088 vsize=7404280 memory=7806821073119369070 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20115/stat : 20115 (java) S 20088 20088 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224069636 7581982720 16068 33554432000 4194304 4196468 140735366100208 140340097800272 140341732525979 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20116] ppid=20088 vsize=7404280 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20106/task/20116/stat : 20116 (java) S 20088 20088 19383 0 -1 1077944384 456 0 0 0 2 0 0 0 20 0 15 0 224069636 7581982720 16068 33554432000 4194304 4196468 140735366100208 140340975561328 140341732518530 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20117] ppid=20088 vsize=7404280 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/20106/task/20117/stat : 20117 (java) R 20088 20088 19383 0 -1 4202560 152 0 0 0 1 0 0 0 20 0 15 0 224069636 7581982720 16068 33554432000 4194304 4196468 140735366100208 140340974508528 140341732518530 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20118] ppid=20088 vsize=7404280 memory=140672511035008 CPUtime=0.07 cores=1,3,5,7
/proc/20106/task/20118/stat : 20118 (java) S 20088 20088 19383 0 -1 1077944384 323 0 0 0 7 0 0 0 20 0 15 0 224069636 7581982720 16068 33554432000 4194304 4196468 140735366100208 140340973456240 140341732518530 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20119] ppid=20088 vsize=7404280 memory=140672392757367 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20119/stat : 20119 (java) S 20088 20088 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224069636 7581982720 16068 33554432000 4194304 4196468 140735366100208 140339599895520 140341732517589 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20120] ppid=20088 vsize=7404280 memory=8315307735884643827 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20120/stat : 20120 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069636 7581982720 16068 33554432000 4194304 4196468 140735366100208 140340972403120 140341732518530 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
Current children cumulated CPU time: 3.79 s
Current children cumulated vsize: 7517408 KiB
Current children cumulated memory: 65740 KiB

[startup+2.40068 s]
/proc/loadavg: 1.93 2.00 1.96 3/227 20120
/proc/meminfo: memFree=11626736/32770624 swapFree=67108860/67108860
[pid=20088] ppid=20085 vsize=113128 memory=1468 CPUtime=3.39 cores=1,3,5,7
/proc/20088/stat : 20088 (scop.sh) S 20085 20088 19383 0 -1 4202496 590 23092 0 0 0 0 328 11 20 0 1 0 224069459 115843072 367 33554432000 4194304 5098028 140734254095632 140734254092376 140343987384956 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25448448 140734254097473 140734254097671 140734254097671 140734254100429 0
/proc/20088/statm: 28282 367 311 221 0 87 0
[pid=20106] ppid=20088 vsize=7408432 memory=98892 CPUtime=0.95 cores=1,3,5,7
/proc/20106/stat : 20106 (java) S 20088 20088 19383 0 -1 1077944320 17031 0 0 0 91 4 0 0 20 0 15 0 224069630 7586234368 24723 33554432000 4194304 4196468 140735366100208 140735366082752 140341732507383 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
/proc/20106/statm: 1852108 24723 3044 1 0 1814042 0
[pid=20106/tid=20107] ppid=20088 vsize=7408432 memory=6791534058613427641 CPUtime=0.65 cores=1,3,5,7
/proc/20106/task/20107/stat : 20107 (java) R 20088 20088 19383 0 -1 4202560 14438 0 0 0 62 3 0 0 20 0 15 0 224069631 7586234368 24723 33554432000 4194304 4196468 140735366100208 140341704338464 140341732529405 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20108] ppid=20088 vsize=7408432 memory=7163348398622402648 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20108/stat : 20108 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069632 7586234368 24723 33554432000 4194304 4196468 140735366100208 140341736749968 140341732517589 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20109] ppid=20088 vsize=7408432 memory=7163348398622402648 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20109/stat : 20109 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069632 7586234368 24723 33554432000 4194304 4196468 140735366100208 140341550906128 140341732517589 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20110] ppid=20088 vsize=7408432 memory=7163348398622402648 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20110/stat : 20110 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069632 7586234368 24723 33554432000 4194304 4196468 140735366100208 140341549853840 140341732517589 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20111] ppid=20088 vsize=7408432 memory=7163348398622402648 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20111/stat : 20111 (java) S 20088 20088 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224069632 7586234368 24723 33554432000 4194304 4196468 140735366100208 140341548801040 140341732517589 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20112] ppid=20088 vsize=7408432 memory=7163348398622402648 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20112/stat : 20112 (java) S 20088 20088 19383 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 224069633 7586234368 24723 33554432000 4194304 4196468 140735366100208 140340976613488 140341732518530 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20113] ppid=20088 vsize=7408432 memory=7163348398622402648 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20113/stat : 20113 (java) S 20088 20088 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224069634 7586234368 24723 33554432000 4194304 4196468 140735366100208 140340606526240 140341732517589 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20114] ppid=20088 vsize=7408432 memory=7163348398622402648 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20114/stat : 20114 (java) S 20088 20088 19383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224069634 7586234368 24723 33554432000 4194304 4196468 140735366100208 140340472304752 140341732517589 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20115] ppid=20088 vsize=7408432 memory=7163348398622402648 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20115/stat : 20115 (java) S 20088 20088 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224069636 7586234368 24723 33554432000 4194304 4196468 140735366100208 140340097800272 140341732525979 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20116] ppid=20088 vsize=7408432 memory=7163348398622402648 CPUtime=0.04 cores=1,3,5,7
/proc/20106/task/20116/stat : 20116 (java) S 20088 20088 19383 0 -1 1077944384 462 0 0 0 4 0 0 0 20 0 15 0 224069636 7586234368 24723 33554432000 4194304 4196468 140735366100208 140340975561328 140341732518530 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20117] ppid=20088 vsize=7408432 memory=7163348398622402648 CPUtime=0.06 cores=1,3,5,7
/proc/20106/task/20117/stat : 20117 (java) R 20088 20088 19383 0 -1 1077944384 302 0 0 0 6 0 0 0 20 0 15 0 224069636 7586234368 24723 33554432000 4194304 4196468 140735366100208 140340974508528 140341732518530 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20118] ppid=20088 vsize=7408432 memory=7308308011628390488 CPUtime=0.16 cores=1,3,5,7
/proc/20106/task/20118/stat : 20118 (java) R 20088 20088 19383 0 -1 4202560 476 0 0 0 16 0 0 0 20 0 15 0 224069636 7586234368 24723 33554432000 4194304 4196468 140735366100208 140340973456048 140341724744510 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20119] ppid=20088 vsize=7408432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20119/stat : 20119 (java) S 20088 20088 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224069636 7586234368 24723 33554432000 4194304 4196468 140735366100208 140339599895520 140341732517589 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20120] ppid=20088 vsize=7408432 memory=226946071960821 CPUtime=0 cores=1,3,5,7
/proc/20106/task/20120/stat : 20120 (java) S 20088 20088 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224069636 7586234368 24723 33554432000 4194304 4196468 140735366100208 140340972403120 140341732518530 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
Current children cumulated CPU time: 4.34 s
Current children cumulated vsize: 7521560 KiB
Current children cumulated memory: 100360 KiB

[startup+2.50076 s]
/proc/loadavg: 1.93 2.00 1.96 3/227 20120
/proc/meminfo: memFree=11626736/32770624 swapFree=67108860/67108860
[pid=20088] ppid=20085 vsize=113128 memory=1468 CPUtime=3.39 cores=1,3,5,7
/proc/20088/stat : 20088 (scop.sh) S 20085 20088 19383 0 -1 4202496 590 23092 0 0 0 0 328 11 20 0 1 0 224069459 115843072 367 33554432000 4194304 5098028 140734254095632 140734254092376 140343987384956 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25448448 140734254097473 140734254097671 140734254097671 140734254100429 0
/proc/20088/statm: 28282 367 311 221 0 87 0
[pid=20106] ppid=20088 vsize=7871608 memory=117324 CPUtime=1.18 cores=1,3,5,7
/proc/20106/stat : 20106 (java) S 20088 20088 19383 0 -1 1077944320 18149 630 0 0 111 5 2 0 20 0 17 0 224069630 8060526592 29331 33554432000 4194304 4196468 140735366100208 140735366082752 140341732507383 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
/proc/20106/statm: 1967902 29331 3139 1 0 1929301 0
[pid=20106/tid=20107] ppid=20088 vsize=7871608 memory=7523650641056653926 CPUtime=0.77 cores=1,3,5,7
/proc/20106/task/20107/stat : 20107 (java) R 20088 20088 19383 0 -1 4202560 15144 630 0 0 71 4 2 0 20 0 17 0 224069631 8060526592 29331 33554432000 4194304 4196468 140735366100208 140341704343408 140341716587870 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20108] ppid=20088 vsize=7871608 memory=288230574492221466 CPUtime=0.02 cores=1,3,5,7
/proc/20106/task/20108/stat : 20108 (java) S 20088 20088 19383 0 -1 1077944384 1 630 0 0 0 0 2 0 20 0 17 0 224069632 8060526592 29331 33554432000 4194304 4196468 140735366100208 140341736749968 140341732517589 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20109] ppid=20088 vsize=7871608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20106/task/20109/stat : 20109 (java) S 20088 20088 19383 0 -1 1077944384 1 630 0 0 0 0 2 0 20 0 17 0 224069632 8060526592 29331 33554432000 4194304 4196468 140735366100208 140341550906128 140341732517589 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20110] ppid=20088 vsize=7871608 memory=1468 CPUtime=0.02 cores=1,3,5,7
/proc/20106/task/20110/stat : 20110 (java) S 20088 20088 19383 0 -1 1077944384 1 630 0 0 0 0 2 0 20 0 17 0 224069632 8060526592 29331 33554432000 4194304 4196468 140735366100208 140341549853840 140341732517589 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20111] ppid=20088 vsize=7871608 memory=69888 CPUtime=0.02 cores=1,3,5,7
/proc/20106/task/20111/stat : 20111 (java) S 20088 20088 19383 0 -1 1077944384 2 630 0 0 0 0 2 0 20 0 17 0 224069632 8060526592 29331 33554432000 4194304 4196468 140735366100208 140341548801040 140341732517589 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20112] ppid=20088 vsize=7871608 memory=281344785708592 CPUtime=0.02 cores=1,3,5,7
/proc/20106/task/20112/stat : 20112 (java) S 20088 20088 19383 0 -1 1077944384 5 630 0 0 0 0 2 0 20 0 17 0 224069633 8060526592 29331 33554432000 4194304 4196468 140735366100208 140340976613488 140341732518530 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20113] ppid=20088 vsize=7871608 memory=140672392882176 CPUtime=0.02 cores=1,3,5,7
/proc/20106/task/20113/stat : 20113 (java) S 20088 20088 19383 0 -1 1077944384 13 630 0 0 0 0 2 0 20 0 17 0 224069634 8060526592 29331 33554432000 4194304 4196468 140735366100208 140340606526240 140341732517589 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20114] ppid=20088 vsize=7871608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20106/task/20114/stat : 20114 (java) S 20088 20088 19383 0 -1 1077944384 21 630 0 0 0 0 2 0 20 0 17 0 224069634 8060526592 29331 33554432000 4194304 4196468 140735366100208 140340472304752 140341732517589 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20115] ppid=20088 vsize=7871608 memory=-1807685287725067907 CPUtime=0.02 cores=1,3,5,7
/proc/20106/task/20115/stat : 20115 (java) S 20088 20088 19383 0 -1 1077944384 3 630 0 0 0 0 2 0 20 0 17 0 224069636 8060526592 29331 33554432000 4194304 4196468 140735366100208 140340097800272 140341732525979 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20116] ppid=20088 vsize=7871608 memory=2609 CPUtime=0.1 cores=1,3,5,7
/proc/20106/task/20116/stat : 20116 (java) S 20088 20088 19383 0 -1 1077944384 614 630 0 0 8 0 2 0 20 0 17 0 224069636 8060526592 29331 33554432000 4194304 4196468 140735366100208 140340975561328 140341732518530 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20117] ppid=20088 vsize=7871608 memory=-1664385933527490352 CPUtime=0.1 cores=1,3,5,7
/proc/20106/task/20117/stat : 20117 (java) S 20088 20088 19383 0 -1 1077944384 315 630 0 0 8 0 2 0 20 0 17 0 224069636 8060526592 29331 33554432000 4194304 4196468 140735366100208 140340974508528 140341732518530 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20118] ppid=20088 vsize=7871608 memory=-5921431000321636112 CPUtime=0.23 cores=1,3,5,7
/proc/20106/task/20118/stat : 20118 (java) S 20088 20088 19383 0 -1 1077944384 606 630 0 0 21 0 2 0 20 0 17 0 224069636 8060526592 29331 33554432000 4194304 4196468 140735366100208 140340973456240 140341732518530 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20119] ppid=20088 vsize=7871608 memory=281344785795616 CPUtime=0.02 cores=1,3,5,7
/proc/20106/task/20119/stat : 20119 (java) S 20088 20088 19383 0 -1 1077944384 3 630 0 0 0 0 2 0 20 0 17 0 224069636 8060526592 29331 33554432000 4194304 4196468 140735366100208 140339599895520 140341732517589 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
[pid=20106/tid=20120] ppid=20088 vsize=7871608 memory=-4866526899798303339 CPUtime=0.02 cores=1,3,5,7
/proc/20106/task/20120/stat : 20120 (java) S 20088 20088 19383 0 -1 1077944384 1 630 0 0 0 0 2 0 20 0 17 0 224069636 8060526592 29331 33554432000 4194304 4196468 140735366100208 140340972403120 140341732518530 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39825408 140735366104245 140735366104369 140735366104369 140735366107087 0
Current children cumulated CPU time: 4.57 s
Current children cumulated vsize: 7984736 KiB
Current children cumulated memory: 118792 KiB

Child status: 0
Real time (s): 2.56641
CPU time (s): 4.69459
CPU user time (s): 4.51187
CPU system time (s): 0.182725
CPU usage (%): 182.925
Max. virtual memory (cumulated for all children) (KiB): 15142280
Max. memory (cumulated for all children) (KiB): 192960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.51187
system time used= 0.182725
maximum resident set size= 191788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42741
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5196
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 20088
#   total CPU time (s): 4.69459
#   total CPU user time (s): 4.51187
#   total CPU system time (s): 0.182725

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037667 second user time and 0.077404 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-12 11:11:03
IDJOB=4305667
IDBENCH=141125
IDSOLVER=2783
FILE ID=node135/4305667-1534065063
RUNJOBID= node135-1534062530-19415
PBS_JOBID= 21036983
Free space on /tmp= 42568 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/StripPacking/StripPacking-1b_c18.xml
COMMAND LINE= scop.sh 11g scop.jar -both minisat_release default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305667-1534065063/watcher-4305667-1534065063 -o /tmp/evaluation-result-4305667-1534065063/solver-4305667-1534065063 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534062530-19415 --watchdog 2580  scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305667-1534065063.xml

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

MD5SUM BENCH= 1d962658b6cfa8354278e550b215e9b2
RANDOM SEED=1951007261

node135.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.50
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.50
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.50
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.50
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:        11678828 kB
MemAvailable:   31778924 kB
Buffers:          243864 kB
Cached:         19861304 kB
SwapCached:            0 kB
Active:          9233780 kB
Inactive:       11053708 kB
Active(anon):     130912 kB
Inactive(anon):   103300 kB
Active(file):    9102868 kB
Inactive(file): 10950408 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8140 kB
Writeback:             0 kB
AnonPages:        242116 kB
Mapped:            73392 kB
Shmem:             49824 kB
Slab:             504132 kB
SReclaimable:     475280 kB
SUnreclaim:        28852 kB
KernelStack:        4080 kB
PageTables:         5660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5839932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 42560 MiB
End job on node135 at 2018-08-12 11:11:06