Trace number 4305638

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)UNSAT 7.71229 3.71659

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-07_c18.xml
MD5SUM3b77ed50ef14863a53905eb481969062
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.00629
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints86
Number of domains2
Minimum domain size7
Maximum domain size49
Distribution of domain sizes[{"size":7,"count":49},{"size":49,"count":42}]
Minimum variable degree0
Maximum variable degree45
Distribution of variable degrees[{"degree":0,"count":7},{"degree":2,"count":42},{"degree":44,"count":7},{"degree":45,"count":42}]
Minimum constraint arity3
Maximum constraint arity50
Distribution of constraint arities[{"arity":3,"count":42},{"arity":7,"count":1},{"arity":49,"count":1},{"arity":50,"count":42}]
Number of extensional constraints0
Number of intensional constraints42
Distribution of constraint types[{"type":"intension","count":42},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":42}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -both -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-8834-serial-file.bin HOME/instance-4305638-1534133253.xml
0.54/0.51	
0.54/0.51	scop both+minisat_release (2018-07-31)
0.54/0.51	(Encoding Process)
0.54/0.51	
0.66/0.54	c BEGIN-Prog: Mon Aug 13 06:07:33 CEST 2018
0.66/0.54	c PID: 8837
0.66/0.54	c IP: 172.20.3.150
0.66/0.54	c HOST: node150.alineos.net
0.66/0.55	c (0,0) Parsing Begin
1.41/0.95	c (0,0) Parsing End
1.41/0.95	c (0,0) CSP: 91 int (0 aux), 0 bool (0 aux), 86 ctr, max domain size 49
1.41/0.95	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.41/0.95	c (0,0) Constraint Name Generate Begin
1.41/0.96	c (0,0) Ctr:HOME/instance-4305638-1534133253.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num
1.41/0.96	c (0,0) Constraint Name Generate End
1.41/0.96	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.41/0.96	c (0,0) CSP to CSPinCNF Begin
2.39/1.31	c (0,0) translated 9 (10%) constraints
2.39/1.36	c (0,0) translated 18 (20%) constraints
2.39/1.40	c (0,0) translated 26 (30%) constraints
2.71/1.43	c (0,0) translated 35 (40%) constraints
2.71/1.46	c (0,0) translated 43 (50%) constraints
2.71/1.47	c (0,0) translated 52 (60%) constraints
2.71/1.48	c (0,0) translated 61 (70%) constraints
2.71/1.48	c (0,0) translated 69 (80%) constraints
2.71/1.48	c (0,0) translated 78 (90%) constraints
2.71/1.48	c (0,0) translated 86 (100%) constraints
3.00/1.55	c (1,1) STATISTICS1:HOME/instance-4305638-1534133253.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num,91,2429,49,49,7,3,49:84;7:210;1:84,49:2100;7:2520;1:413,7:28;3:2058;2:294;1:49,3:84;2:294;1:6384,
3.00/1.55	c (1,1) ==========================================
3.00/1.55	c (1,1) Both Encoding selects:
3.00/1.55	c (1,1) Order
3.00/1.55	c (1,1) ==========================================
3.00/1.59	c (1,1) translated 243 (10%) constraints
3.29/1.64	c (1,1) translated 486 (20%) constraints
3.29/1.69	c (1,1) translated 729 (30%) constraints
3.64/1.72	c (1,1) translated 972 (40%) constraints
3.64/1.76	c (1,1) translated 1215 (50%) constraints
3.64/1.79	c (1,1) translated 1458 (60%) constraints
3.94/1.83	c (1,1) translated 1701 (70%) constraints
3.94/1.86	c (1,1) translated 1944 (80%) constraints
3.94/1.89	c (1,1) translated 2187 (90%) constraints
4.25/1.92	c (1,1) translated 2429 (100%) constraints
4.25/1.93	c (1,1) CSP to CSPinCNF End
4.25/1.93	c (1,1) CSP: 91 int (0 aux), 343 bool (343 aux), 6594 ctr, max domain size 49
4.25/1.93	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 27 MiB used (max 0 MiB)
4.25/1.93	c (1,1) CSPinCNF Propagation Begin
4.60/2.06	c (1,1) 182 values, 1332 unsatisfiable literals, and 1792 valid clauses are removed
4.60/2.06	c (1,1) CSPinCNF Propagation End
4.60/2.06	c (1,1) CSP: 161 int (70 aux), 273 bool (273 aux), 4802 ctr, max domain size 47
4.60/2.06	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
4.60/2.06	c (1,1) Simplify CSPinCNF Begin
4.60/2.10	c (1,1) Simplify CSPinCNF End
4.60/2.10	c (1,1) CSP: 161 int (70 aux), 805 bool (805 aux), 5334 ctr, max domain size 47
4.60/2.10	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
4.60/2.10	c (1,1) Calculate Precise Domain Begin
4.93/2.11	c (1,1) 0 values are removed by re-calculation
4.93/2.11	c (1,1) Calculate Precise Domain End
4.93/2.11	c (1,1) CSP: 161 int (70 aux), 805 bool (805 aux), 5334 ctr, max domain size 47
4.93/2.11	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
4.93/2.11	c (1,1) CSPinCNF to SatSolver Begin
5.26/2.21	c (1,1) 534 (10 %) CSP clauses are encoded (2727 SAT variables, 3726 SAT clauses)
5.26/2.23	c (1,1) 1067 (20 %) CSP clauses are encoded (2727 SAT variables, 4984 SAT clauses)
5.26/2.24	c (1,1) 1601 (30 %) CSP clauses are encoded (2727 SAT variables, 5518 SAT clauses)
5.26/2.25	c (1,1) 2134 (40 %) CSP clauses are encoded (2727 SAT variables, 6051 SAT clauses)
5.26/2.25	c (1,1) 2667 (50 %) CSP clauses are encoded (2727 SAT variables, 6584 SAT clauses)
5.26/2.26	c (1,1) 3201 (60 %) CSP clauses are encoded (2727 SAT variables, 7118 SAT clauses)
5.26/2.27	c (1,1) 3734 (70 %) CSP clauses are encoded (2727 SAT variables, 7651 SAT clauses)
5.26/2.27	c (1,1) 4268 (80 %) CSP clauses are encoded (2727 SAT variables, 8185 SAT clauses)
5.26/2.28	c (1,1) 4801 (90 %) CSP clauses are encoded (2727 SAT variables, 8718 SAT clauses)
5.55/2.30	c (1,1) 5334 (100 %) CSP clauses are encoded (2727 SAT variables, 12369 SAT clauses)
5.55/2.30	c (1,1) Launch Command will be: minisat_release
5.55/2.30	c (1,1) CSPinCNF to SatSolver End
5.55/2.30	c (1,1) Heap : 337 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
5.55/2.35	c (1,1) STATISTICS2:HOME/instance-4305638-1534133253.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num,966,5334,49,47,5,3,49:40;36:32;25:12;7:120;6:188;5:112;1:112,47:1128;46:736;39:1092;38:152;31:372;7:2080;6:1408;5:440;2:5272;1:112,5:24;3:1436;2:3790;1:84,3:84;2:532;1:11476,
5.55/2.35	c (1,1) 2727 bool, 12392 clause
5.55/2.35	c (1,1) Export Begin
5.88/2.44	c (1,1) Export to HOME/scop-8834-serial-file.bin
5.88/2.44	c (1,1) Export End
5.88/2.44	c (1,1) Export File Size: 0.02 MB
5.88/2.44	c (1,1) 0,0,1,1,1,1,1,STOP-AFTER(DIMACS)
5.88/2.44	c END-Prog: Mon Aug 13 06:07:35 CEST 2018
5.88/2.48	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-8834-serial-file.bin
6.07/2.97	c (0,0) Read Serial File Begin
6.07/2.97	c (0,0) HOME/scop-8834-serial-file.bin
6.91/3.13	c (0,0) Read Serial File End
6.91/3.14	
6.91/3.14	scop order+minisat_release (2018-07-31)
6.91/3.14	(Solving Process)
6.91/3.14	
6.91/3.16	c BEGIN-Prog: Mon Aug 13 06:07:36 CEST 2018
6.91/3.16	c PID: 8852
6.91/3.16	c IP: 172.20.3.150
6.91/3.16	c HOST: node150.alineos.net
6.91/3.17	c (0,0) SatSolver.solve Begin
6.91/3.17	c (0,0) 0 bool, 0 clause
6.91/3.17	c (0,0) minisat_release HOME/instance-4305638-1534133253.xml-scop-8837.cnf
7.16/3.70	c (0,0) c This is COMiniSatPS.
7.16/3.70	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
7.16/3.70	c (0,0) c ============================[ Problem Statistics ]=============================
7.16/3.70	c (0,0) c |                                                                             |
7.16/3.70	c (0,0) c |  Number of variables:          2727                                         |
7.16/3.70	c (0,0) c |  Number of clauses:           12392                                         |
7.16/3.70	c (0,0) c |  Parse time:                   0.00 s                                       |
7.16/3.70	c (0,0) c |  Eliminated clauses:           0.04 Mb                                      |
7.16/3.70	c (0,0) c Reduced to 1473 vars, 9134 cls (grow=0)
7.16/3.70	c (0,0) c No iterative elimination performed. (vars=1473, c/v ratio=6.2)
7.16/3.70	c (0,0) c |  Simplification time:          0.01 s                                       |
7.16/3.70	c (0,0) c |                                                                             |
7.16/3.70	c (0,0) c ============================[ Search Statistics ]==============================
7.16/3.70	c (0,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.16/3.70	c (0,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.16/3.70	c (0,0) c ===============================================================================
7.16/3.70	c (0,0) c ===============================================================================
7.16/3.70	c (0,0) c restarts              : 11
7.16/3.70	c (0,0) c conflicts             : 6717           (13303 /sec)
7.16/3.70	c (0,0) c decisions             : 7660           (0.00 % random) (15171 /sec)
7.16/3.70	c (0,0) c propagations          : 2046784        (4053696 /sec)
7.16/3.70	c (0,0) c conflict literals     : 100959         (31.97 % deleted)
7.16/3.70	c (0,0) c CPU time              : 0.504918 s
7.16/3.70	c (0,0) 
7.16/3.70	c (0,0) s UNSATISFIABLE
7.16/3.70	c (0,0) SatSolver.solve End
7.16/3.70	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
7.16/3.70	c (0,0) Show results Begin
7.16/3.70	s UNSATISFIABLE
7.16/3.70	c (0,0) Show results End
7.16/3.70	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
7.16/3.70	c (0,0) 0,0,STOP-AFTER(ALL)
7.16/3.70	c END-Prog: Mon Aug 13 06:07:37 CEST 2018

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (5399 MiB free)
  memory of node 1: 16384 MiB (9978 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305638-1534133253/watcher-4305638-1534133253 -o /tmp/evaluation-result-4305638-1534133253/solver-4305638-1534133253 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534130664-8263 --watchdog 2580 scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305638-1534133253.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=8834, runsolver pid=8831
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 2.03 2.04 1.97 3/222 8851
/proc/meminfo: memFree=15686652/32770624 swapFree=67108792/67108860
[pid=8834] ppid=8831 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/8834/stat : 8834 (scop.sh) S 8831 8834 8231 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 230888558 115843072 348 33554432000 4194304 5098028 140736006597680 140736006594936 140572342805116 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37777408 140736006599745 140736006599943 140736006599943 140736006602701 0
/proc/8834/statm: 28282 348 296 221 0 87 0
[pid=8837] ppid=8834 vsize=15012476 memory=71512 CPUtime=0.1 cores=1,3,5,7
/proc/8837/stat : 8837 (java) S 8834 8834 8231 0 -1 1077944320 6514 0 0 0 9 1 0 0 20 0 15 0 230888559 15372775424 17878 33554432000 4194304 4196468 140733636308992 140733636291536 140224980877047 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
/proc/8837/statm: 3753119 17878 2766 1 0 3715579 0
[pid=8837/tid=8838] ppid=8834 vsize=15012476 memory=-6526411401870300574 CPUtime=0.09 cores=1,3,5,7
/proc/8837/task/8838/stat : 8838 (java) R 8834 8834 8231 0 -1 4202560 4774 0 0 0 8 1 0 0 20 0 15 0 230888559 15372775424 18076 33554432000 4194304 4196468 140733636308992 140224952703376 140224961152875 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8839] ppid=8834 vsize=15012476 memory=3472468417828460208 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8839/stat : 8839 (java) S 8834 8834 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230888560 15372775424 18076 33554432000 4194304 4196468 140733636308992 140224985119248 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8840] ppid=8834 vsize=15012476 memory=140121600779904 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8840/stat : 8840 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888560 15372775424 18076 33554432000 4194304 4196468 140733636308992 140224783895184 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8841] ppid=8834 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8841/stat : 8841 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888561 15372775424 18076 33554432000 4194304 4196468 140733636308992 140224782842128 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8842] ppid=8834 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8842/stat : 8842 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888561 15372775424 18076 33554432000 4194304 4196468 140733636308992 140224781789584 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8843] ppid=8834 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8843/stat : 8843 (java) S 8834 8834 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230888562 15372775424 18076 33554432000 4194304 4196468 140733636308992 140223950301936 140224980888194 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8844] ppid=8834 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8844/stat : 8844 (java) S 8834 8834 8231 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230888562 15372775424 18076 33554432000 4194304 4196468 140733636308992 140223434450592 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8845] ppid=8834 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8845/stat : 8845 (java) S 8834 8834 8231 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230888563 15372775424 18076 33554432000 4194304 4196468 140733636308992 140223300228336 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8846] ppid=8834 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8846/stat : 8846 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230888565 15372775424 18142 33554432000 4194304 4196468 140733636308992 140222925724112 140224980895643 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8847] ppid=8834 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8847/stat : 8847 (java) S 8834 8834 8231 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 230888565 15372775424 18142 33554432000 4194304 4196468 140733636308992 140223949248752 140224980888194 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8848] ppid=8834 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8848/stat : 8848 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230888565 15372775424 18142 33554432000 4194304 4196468 140733636308992 140223948196208 140224980888194 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8849] ppid=8834 vsize=15012476 memory=140121600779904 CPUtime=0.01 cores=1,3,5,7
/proc/8837/task/8849/stat : 8849 (java) S 8834 8834 8231 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 230888565 15372775424 18142 33554432000 4194304 4196468 140733636308992 140223947143152 140224980888194 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8850] ppid=8834 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8850/stat : 8850 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230888565 15372775424 18142 33554432000 4194304 4196468 140733636308992 140222427818336 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8851] ppid=8834 vsize=15012476 memory=140121600779904 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8851/stat : 8851 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888565 15372775424 18142 33554432000 4194304 4196468 140733636308992 140223946091568 140224980888194 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 72904 KiB

[startup+0.210554 s]*
/proc/loadavg: 2.03 2.04 1.97 3/222 8851
/proc/meminfo: memFree=15672808/32770624 swapFree=67108792/67108860
[pid=8834] ppid=8831 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/8834/stat : 8834 (scop.sh) S 8831 8834 8231 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 230888558 115843072 348 33554432000 4194304 5098028 140736006597680 140736006594936 140572342805116 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37777408 140736006599745 140736006599943 140736006599943 140736006602701 0
/proc/8834/statm: 28282 348 296 221 0 87 0
[pid=8837] ppid=8834 vsize=15012476 memory=84860 CPUtime=0.25 cores=1,3,5,7
/proc/8837/stat : 8837 (java) S 8834 8834 8231 0 -1 1077944320 10027 0 0 0 22 3 0 0 20 0 15 0 230888559 15372775424 21215 33554432000 4194304 4196468 140733636308992 140733636291536 140224980877047 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
/proc/8837/statm: 3753119 21215 2934 1 0 3715579 0
[pid=8837/tid=8838] ppid=8834 vsize=15012476 memory=-8976644418600983157 CPUtime=0.19 cores=1,3,5,7
/proc/8837/task/8838/stat : 8838 (java) R 8834 8834 8231 0 -1 4202560 7917 0 0 0 17 2 0 0 20 0 15 0 230888559 15372775424 21215 33554432000 4194304 4196468 140733636308992 140224952702144 140224457944792 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8839] ppid=8834 vsize=15012476 memory=3472468417828460208 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8839/stat : 8839 (java) S 8834 8834 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230888560 15372775424 21215 33554432000 4194304 4196468 140733636308992 140224985119248 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8840] ppid=8834 vsize=15012476 memory=140121600779904 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8840/stat : 8840 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888560 15372775424 21215 33554432000 4194304 4196468 140733636308992 140224783895184 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8841] ppid=8834 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8841/stat : 8841 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888561 15372775424 21215 33554432000 4194304 4196468 140733636308992 140224782842128 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8842] ppid=8834 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8842/stat : 8842 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888561 15372775424 21215 33554432000 4194304 4196468 140733636308992 140224781789584 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8843] ppid=8834 vsize=15012476 memory=140121600779904 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8843/stat : 8843 (java) S 8834 8834 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230888562 15372775424 21215 33554432000 4194304 4196468 140733636308992 140223950301936 140224980888194 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8844] ppid=8834 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8844/stat : 8844 (java) S 8834 8834 8231 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230888562 15372775424 21215 33554432000 4194304 4196468 140733636308992 140223434450592 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8845] ppid=8834 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8845/stat : 8845 (java) S 8834 8834 8231 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230888563 15372775424 21215 33554432000 4194304 4196468 140733636308992 140223300228336 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8846] ppid=8834 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8846/stat : 8846 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230888565 15372775424 21215 33554432000 4194304 4196468 140733636308992 140222925724112 140224980895643 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8847] ppid=8834 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8837/task/8847/stat : 8847 (java) R 8834 8834 8231 0 -1 4202560 337 0 0 0 1 0 0 0 20 0 15 0 230888565 15372775424 21215 33554432000 4194304 4196468 140733636308992 140223949240400 140224958536112 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8848] ppid=8834 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8848/stat : 8848 (java) R 8834 8834 8231 0 -1 4202560 139 0 0 0 0 0 0 0 20 0 15 0 230888565 15372775424 21215 33554432000 4194304 4196468 140733636308992 140223948196304 140224960040208 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8849] ppid=8834 vsize=15012476 memory=140121600779904 CPUtime=0.03 cores=1,3,5,7
/proc/8837/task/8849/stat : 8849 (java) R 8834 8834 8231 0 -1 1077944384 293 0 0 0 3 0 0 0 20 0 15 0 230888565 15372775424 21215 33554432000 4194304 4196468 140733636308992 140223947143152 140224980888194 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8850] ppid=8834 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8850/stat : 8850 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230888565 15372775424 21215 33554432000 4194304 4196468 140733636308992 140222427818336 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8851] ppid=8834 vsize=15012476 memory=140121600779904 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8851/stat : 8851 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888565 15372775424 21215 33554432000 4194304 4196468 140733636308992 140223946091568 140224980888194 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 86252 KiB

[startup+0.310701 s]*
/proc/loadavg: 2.03 2.04 1.97 3/222 8851
/proc/meminfo: memFree=15669520/32770624 swapFree=67108792/67108860
[pid=8834] ppid=8831 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/8834/stat : 8834 (scop.sh) S 8831 8834 8231 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 230888558 115843072 348 33554432000 4194304 5098028 140736006597680 140736006594936 140572342805116 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37777408 140736006599745 140736006599943 140736006599943 140736006602701 0
/proc/8834/statm: 28282 348 296 221 0 87 0
[pid=8837] ppid=8834 vsize=15012476 memory=88128 CPUtime=0.42 cores=1,3,5,7
/proc/8837/stat : 8837 (java) S 8834 8834 8231 0 -1 1077944320 10572 0 0 0 39 3 0 0 20 0 15 0 230888559 15372775424 22032 33554432000 4194304 4196468 140733636308992 140733636291536 140224980877047 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
/proc/8837/statm: 3753119 22032 2975 1 0 3715579 0
[pid=8837/tid=8838] ppid=8834 vsize=15012476 memory=-8976644418600983157 CPUtime=0.29 cores=1,3,5,7
/proc/8837/task/8838/stat : 8838 (java) R 8834 8834 8231 0 -1 4202560 8297 0 0 0 27 2 0 0 20 0 15 0 230888559 15372775424 22032 33554432000 4194304 4196468 140733636308992 140224952672048 140224961152343 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8839] ppid=8834 vsize=15012476 memory=3472468417828460208 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8839/stat : 8839 (java) S 8834 8834 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230888560 15372775424 22032 33554432000 4194304 4196468 140733636308992 140224985119248 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8840] ppid=8834 vsize=15012476 memory=280243096988544 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8840/stat : 8840 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888560 15372775424 22032 33554432000 4194304 4196468 140733636308992 140224783895184 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8841] ppid=8834 vsize=15012476 memory=280242992447264 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8841/stat : 8841 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888561 15372775424 22032 33554432000 4194304 4196468 140733636308992 140224782842128 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8842] ppid=8834 vsize=15012476 memory=140121496208655 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8842/stat : 8842 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888561 15372775424 22098 33554432000 4194304 4196468 140733636308992 140224781789584 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8843] ppid=8834 vsize=15012476 memory=280243096995456 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8843/stat : 8843 (java) S 8834 8834 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230888562 15372775424 22098 33554432000 4194304 4196468 140733636308992 140223950301936 140224980888194 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8844] ppid=8834 vsize=15012476 memory=140121496213263 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8844/stat : 8844 (java) S 8834 8834 8231 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230888562 15372775424 22098 33554432000 4194304 4196468 140733636308992 140223434450592 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8845] ppid=8834 vsize=15012476 memory=140121496224197 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8845/stat : 8845 (java) S 8834 8834 8231 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230888563 15372775424 22098 33554432000 4194304 4196468 140733636308992 140223300228336 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8846] ppid=8834 vsize=15012476 memory=280242992458784 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8846/stat : 8846 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230888565 15372775424 22098 33554432000 4194304 4196468 140733636308992 140222925724112 140224980895643 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8847] ppid=8834 vsize=15012476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8837/task/8847/stat : 8847 (java) R 8834 8834 8231 0 -1 4202560 399 0 0 0 2 0 0 0 20 0 15 0 230888565 15372775424 22098 33554432000 4194304 4196468 140733636308992 140223949248752 140224973166496 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8848] ppid=8834 vsize=15012476 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8837/task/8848/stat : 8848 (java) S 8834 8834 8231 0 -1 1077944384 223 0 0 0 2 0 0 0 20 0 15 0 230888565 15372775424 22098 33554432000 4194304 4196468 140733636308992 140223948196208 140224980888194 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8849] ppid=8834 vsize=15012476 memory=140121600779904 CPUtime=0.07 cores=1,3,5,7
/proc/8837/task/8849/stat : 8849 (java) S 8834 8834 8231 0 -1 1077944384 313 0 0 0 7 0 0 0 20 0 15 0 230888565 15372775424 22098 33554432000 4194304 4196468 140733636308992 140223947143152 140224980888194 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8850] ppid=8834 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8850/stat : 8850 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230888565 15372775424 22098 33554432000 4194304 4196468 140733636308992 140222427818336 140224980887253 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8851] ppid=8834 vsize=15012476 memory=140121600781296 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8851/stat : 8851 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888565 15372775424 22098 33554432000 4194304 4196468 140733636308992 140223946091568 140224980888194 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 89520 KiB

[startup+0.70082 s]
/proc/loadavg: 2.03 2.04 1.97 4/222 8851
/proc/meminfo: memFree=15645336/32770624 swapFree=67108792/67108860
[pid=8834] ppid=8831 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/8834/stat : 8834 (scop.sh) S 8831 8834 8231 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 230888558 115843072 348 33554432000 4194304 5098028 140736006597680 140736006594936 140572342805116 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37777408 140736006599745 140736006599943 140736006599943 140736006602701 0
/proc/8834/statm: 28282 348 296 221 0 87 0
[pid=8837] ppid=8834 vsize=15020872 memory=127624 CPUtime=1.01 cores=1,3,5,7
/proc/8837/stat : 8837 (java) S 8834 8834 8231 0 -1 1077944320 17640 0 0 0 95 6 0 0 20 0 15 0 230888559 15381372928 31906 33554432000 4194304 4196468 140733636308992 140733636291536 140224980877047 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
/proc/8837/statm: 3755218 31906 3147 1 0 3716603 0
[pid=8837/tid=8838] ppid=8834 vsize=15020872 memory=53 CPUtime=0.67 cores=1,3,5,7
/proc/8837/task/8838/stat : 8838 (java) R 8834 8834 8231 0 -1 4202560 14914 0 0 0 62 5 0 0 20 0 15 0 230888559 15381372928 31906 33554432000 4194304 4196468 140733636308992 140224952715936 140224980888982 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8839] ppid=8834 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8839/stat : 8839 (java) S 8834 8834 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230888560 15381372928 31906 33554432000 4194304 4196468 140733636308992 140224985119248 140224980887253 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8840] ppid=8834 vsize=15020872 memory=8320808402719618869 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8840/stat : 8840 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888560 15381372928 31906 33554432000 4194304 4196468 140733636308992 140224783895184 140224980887253 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8841] ppid=8834 vsize=15020872 memory=7223880817056039022 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8841/stat : 8841 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888561 15381372928 31906 33554432000 4194304 4196468 140733636308992 140224782842128 140224980887253 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8842] ppid=8834 vsize=15020872 memory=7588675599774802240 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8842/stat : 8842 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888561 15381372928 31906 33554432000 4194304 4196468 140733636308992 140224781789584 140224980887253 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8843] ppid=8834 vsize=15020872 memory=734122130331934768 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8843/stat : 8843 (java) S 8834 8834 8231 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230888562 15381372928 31906 33554432000 4194304 4196468 140733636308992 140223950301936 140224980888194 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8844] ppid=8834 vsize=15020872 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8844/stat : 8844 (java) S 8834 8834 8231 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230888562 15381372928 31906 33554432000 4194304 4196468 140733636308992 140223434450592 140224980887253 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8845] ppid=8834 vsize=15020872 memory=1264 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8845/stat : 8845 (java) S 8834 8834 8231 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230888563 15381372928 31906 33554432000 4194304 4196468 140733636308992 140223300228336 140224980887253 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8846] ppid=8834 vsize=15020872 memory=7136 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8846/stat : 8846 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230888565 15381372928 31906 33554432000 4194304 4196468 140733636308992 140222925724112 140224980895643 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8847] ppid=8834 vsize=15020872 memory=748 CPUtime=0.1 cores=1,3,5,7
/proc/8837/task/8847/stat : 8847 (java) S 8834 8834 8231 0 -1 1077944384 639 0 0 0 10 0 0 0 20 0 15 0 230888565 15381372928 31906 33554432000 4194304 4196468 140733636308992 140223949248752 140224980888194 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8848] ppid=8834 vsize=15020872 memory=872 CPUtime=0.06 cores=1,3,5,7
/proc/8837/task/8848/stat : 8848 (java) S 8834 8834 8231 0 -1 1077944384 285 0 0 0 6 0 0 0 20 0 15 0 230888565 15381372928 31906 33554432000 4194304 4196468 140733636308992 140223948196208 140224980888194 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8849] ppid=8834 vsize=15020872 memory=1220 CPUtime=0.16 cores=1,3,5,7
/proc/8837/task/8849/stat : 8849 (java) S 8834 8834 8231 0 -1 1077944384 448 0 0 0 16 0 0 0 20 0 15 0 230888565 15381372928 31906 33554432000 4194304 4196468 140733636308992 140223947143152 140224980888194 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8850] ppid=8834 vsize=15020872 memory=1108 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8850/stat : 8850 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230888565 15381372928 31906 33554432000 4194304 4196468 140733636308992 140222427818336 140224980887253 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
[pid=8837/tid=8851] ppid=8834 vsize=15020872 memory=15336 CPUtime=0 cores=1,3,5,7
/proc/8837/task/8851/stat : 8851 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888565 15381372928 31906 33554432000 4194304 4196468 140733636308992 140223946091568 140224980888194 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7233536 140733636318216 140733636318513 140733636318513 140733636321231 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 129016 KiB

[startup+1.50119 s]
/proc/loadavg: 2.03 2.04 1.97 5/222 8851
/proc/meminfo: memFree=15616056/32770624 swapFree=67108792/67108860
[pid=8834] ppid=8831 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/8834/stat : 8834 (scop.sh) S 8831 8834 8231 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 230888558 115843072 348 33554432000 4194304 5098028 140736006597680 140736006594936 140572342805116 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37777408 140736006599745 140736006599943 140736006599943 140736006602701 0
/proc/8834/statm: 28282 348 296 221 0 87 0

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

/proc/8852/task/8854/stat : 8854 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888808 7586234368 24343 33554432000 4194304 4196468 140733857295184 140685037202064 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8855] ppid=8834 vsize=7408432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8855/stat : 8855 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888808 7586234368 24343 33554432000 4194304 4196468 140733857295184 140684837370384 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8856] ppid=8834 vsize=7408432 memory=280242992645184 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8856/stat : 8856 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888808 7586234368 24343 33554432000 4194304 4196468 140733857295184 140684836317584 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8857] ppid=8834 vsize=7408432 memory=4137280412607091059 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8857/stat : 8857 (java) S 8834 8834 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230888808 7586234368 24343 33554432000 4194304 4196468 140733857295184 140684835264784 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8858] ppid=8834 vsize=7408432 memory=6944656591801717405 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8858/stat : 8858 (java) S 8834 8834 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230888810 7586234368 24343 33554432000 4194304 4196468 140733857295184 140684479380336 140685032970882 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8859] ppid=8834 vsize=7408432 memory=-7101718590825193272 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8859/stat : 8859 (java) S 8834 8834 8231 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230888810 7586234368 24343 33554432000 4194304 4196468 140733857295184 140683935475232 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8860] ppid=8834 vsize=7408432 memory=-7882018838379555936 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8860/stat : 8860 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888810 7586234368 24343 33554432000 4194304 4196468 140733857295184 140683667039600 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8861] ppid=8834 vsize=7408432 memory=4137280412607091059 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8861/stat : 8861 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230888813 7586234368 24343 33554432000 4194304 4196468 140733857295184 140683292531024 140685032978331 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8862] ppid=8834 vsize=7408432 memory=-2746958450906831424 CPUtime=0.04 cores=1,3,5,7
/proc/8852/task/8862/stat : 8862 (java) S 8834 8834 8231 0 -1 1077944384 412 0 0 0 4 0 0 0 20 0 15 0 230888813 7586234368 24343 33554432000 4194304 4196468 140733857295184 140684478327152 140685032970882 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8863] ppid=8834 vsize=7408432 memory=6944656591801717405 CPUtime=0.04 cores=1,3,5,7
/proc/8852/task/8863/stat : 8863 (java) S 8834 8834 8231 0 -1 1077944384 238 0 0 0 4 0 0 0 20 0 15 0 230888813 7586234368 24343 33554432000 4194304 4196468 140733857295184 140684477274352 140685032970882 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8864] ppid=8834 vsize=7408432 memory=-7101718590825193272 CPUtime=0.14 cores=1,3,5,7
/proc/8852/task/8864/stat : 8864 (java) S 8834 8834 8231 0 -1 1077944384 482 0 0 0 14 0 0 0 20 0 15 0 230888813 7586234368 24343 33554432000 4194304 4196468 140733857295184 140684476221552 140685032970882 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8865] ppid=8834 vsize=7408432 memory=-7882018838379555936 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8865/stat : 8865 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230888813 7586234368 24343 33554432000 4194304 4196468 140733857295184 140682794625248 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8866] ppid=8834 vsize=7408432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8866/stat : 8866 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230888813 7586234368 24343 33554432000 4194304 4196468 140733857295184 140684475169968 140685032970882 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
Current children cumulated CPU time: 6.91 s
Current children cumulated vsize: 7521560 KiB
Current children cumulated memory: 98840 KiB

[startup+3.71651 s]
# the end of solver process 8834 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.49505 s, system=0.217246 s

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

[startup+3.20106 s]
/proc/loadavg: 2.03 2.04 1.97 4/222 8866
/proc/meminfo: memFree=15666656/32770624 swapFree=67108792/67108860
[pid=8834] ppid=8831 vsize=113128 memory=1468 CPUtime=6.07 cores=1,3,5,7
/proc/8834/stat : 8834 (scop.sh) S 8831 8834 8231 0 -1 4202496 590 26355 0 0 0 0 593 14 20 0 1 0 230888558 115843072 367 33554432000 4194304 5098028 140736006597680 140736006594424 140572342805116 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37777408 140736006599745 140736006599943 140736006599943 140736006602701 0
/proc/8834/statm: 28282 367 311 221 0 87 0
[pid=8852] ppid=8834 vsize=7804024 memory=107324 CPUtime=1.02 cores=1,3,5,7
/proc/8852/stat : 8852 (java) S 8834 8834 8231 0 -1 1077944320 18097 0 0 0 96 6 0 0 20 0 18 0 230888807 7991320576 26831 33554432000 4194304 4196468 140733857295184 140733857277728 140685032959735 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
/proc/8852/statm: 1951006 26831 3142 1 0 1912405 0
[pid=8852/tid=8853] ppid=8834 vsize=7804024 memory=178060754175242 CPUtime=0.68 cores=1,3,5,7
/proc/8852/task/8853/stat : 8853 (java) R 8834 8834 8231 0 -1 4202560 15229 0 0 0 64 4 0 0 20 0 18 0 230888807 7991320576 26831 33554432000 4194304 4196468 140733857295184 140685004800368 140685025196862 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8854] ppid=8834 vsize=7804024 memory=178060754175243 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8854/stat : 8854 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 18 0 230888808 7991320576 26831 33554432000 4194304 4196468 140733857295184 140685037202064 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8855] ppid=8834 vsize=7804024 memory=178060754175244 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8855/stat : 8855 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 18 0 230888808 7991320576 26831 33554432000 4194304 4196468 140733857295184 140684837370384 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8856] ppid=8834 vsize=7804024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8856/stat : 8856 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 18 0 230888808 7991320576 26831 33554432000 4194304 4196468 140733857295184 140684836317584 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8857] ppid=8834 vsize=7804024 memory=140125791096576 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8857/stat : 8857 (java) S 8834 8834 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 18 0 230888808 7991320576 26831 33554432000 4194304 4196468 140733857295184 140684835264784 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8858] ppid=8834 vsize=7804024 memory=140123308032581 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8858/stat : 8858 (java) S 8834 8834 8231 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 18 0 230888810 7991320576 26831 33554432000 4194304 4196468 140733857295184 140684479380336 140685032970882 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8859] ppid=8834 vsize=7804024 memory=140123308032583 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8859/stat : 8859 (java) S 8834 8834 8231 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 18 0 230888810 7991320576 26831 33554432000 4194304 4196468 140733857295184 140683935475232 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8860] ppid=8834 vsize=7804024 memory=140123308032603 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8860/stat : 8860 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 18 0 230888810 7991320576 26831 33554432000 4194304 4196468 140733857295184 140683667039600 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8861] ppid=8834 vsize=7804024 memory=140123308032604 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8861/stat : 8861 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 230888813 7991320576 26831 33554432000 4194304 4196468 140733857295184 140683292531024 140685032978331 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8862] ppid=8834 vsize=7804024 memory=140123308032608 CPUtime=0.07 cores=1,3,5,7
/proc/8852/task/8862/stat : 8862 (java) S 8834 8834 8231 0 -1 1077944384 505 0 0 0 7 0 0 0 20 0 18 0 230888813 7991320576 26831 33554432000 4194304 4196468 140733857295184 140684478327152 140685032970882 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8863] ppid=8834 vsize=7804024 memory=140123308032617 CPUtime=0.06 cores=1,3,5,7
/proc/8852/task/8863/stat : 8863 (java) R 8834 8834 8231 0 -1 4202560 425 0 0 0 6 0 0 0 20 0 18 0 230888813 7991320576 26831 33554432000 4194304 4196468 140733857295184 140684477253248 140685014477561 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8864] ppid=8834 vsize=7804024 memory=31012 CPUtime=0.17 cores=1,3,5,7
/proc/8852/task/8864/stat : 8864 (java) S 8834 8834 8231 0 -1 1077944384 559 0 0 0 17 0 0 0 20 0 18 0 230888813 7991320576 26831 33554432000 4194304 4196468 140733857295184 140684476221552 140685032970882 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8865] ppid=8834 vsize=7804024 memory=1468 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8865/stat : 8865 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 230888813 7991320576 26831 33554432000 4194304 4196468 140733857295184 140682794625248 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8866] ppid=8834 vsize=7804024 memory=303430223234596890 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8866/stat : 8866 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 18 0 230888813 7991320576 26831 33554432000 4194304 4196468 140733857295184 140684475169968 140685032970882 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
Current children cumulated CPU time: 7.09 s
Current children cumulated vsize: 7917152 KiB
Current children cumulated memory: 108792 KiB

[startup+3.60068 s]
/proc/loadavg: 2.03 2.04 1.97 4/222 8866
/proc/meminfo: memFree=15666656/32770624 swapFree=67108792/67108860
[pid=8834] ppid=8831 vsize=113128 memory=1468 CPUtime=6.07 cores=1,3,5,7
/proc/8834/stat : 8834 (scop.sh) S 8831 8834 8231 0 -1 4202496 590 26355 0 0 0 0 593 14 20 0 1 0 230888558 115843072 367 33554432000 4194304 5098028 140736006597680 140736006594424 140572342805116 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37777408 140736006599745 140736006599943 140736006599943 140736006602701 0
/proc/8834/statm: 28282 367 311 221 0 87 0
[pid=8852] ppid=8834 vsize=8068220 memory=116300 CPUtime=1.09 cores=1,3,5,7
/proc/8852/stat : 8852 (java) S 8834 8834 8231 0 -1 1077944320 18362 0 0 0 103 6 0 0 20 0 19 0 230888807 8261857280 29075 33554432000 4194304 4196468 140733857295184 140733857277728 140685032959735 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
/proc/8852/statm: 2017055 29075 3150 1 0 1978454 0
[pid=8852/tid=8853] ppid=8834 vsize=8068220 memory=4283920778551073454 CPUtime=0.72 cores=1,3,5,7
/proc/8852/task/8853/stat : 8853 (java) S 8834 8834 8231 0 -1 1077944384 15423 0 0 0 68 4 0 0 20 0 19 0 230888807 8261857280 29075 33554432000 4194304 4196468 140733857295184 140685004799888 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8854] ppid=8834 vsize=8068220 memory=7686721470247706567 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8854/stat : 8854 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230888808 8261857280 29075 33554432000 4194304 4196468 140733857295184 140685037202064 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8855] ppid=8834 vsize=8068220 memory=280242992185584 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8855/stat : 8855 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230888808 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684837370384 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8856] ppid=8834 vsize=8068220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8856/stat : 8856 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230888808 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684836317584 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8857] ppid=8834 vsize=8068220 memory=7223879631911281984 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8857/stat : 8857 (java) S 8834 8834 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 230888808 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684835264784 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8858] ppid=8834 vsize=8068220 memory=7301849377030890839 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8858/stat : 8858 (java) S 8834 8834 8231 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 230888810 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684479380336 140685032970882 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8859] ppid=8834 vsize=8068220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8859/stat : 8859 (java) S 8834 8834 8231 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 230888810 8261857280 29075 33554432000 4194304 4196468 140733857295184 140683935475232 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8860] ppid=8834 vsize=8068220 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8860/stat : 8860 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230888810 8261857280 29075 33554432000 4194304 4196468 140733857295184 140683667039600 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8861] ppid=8834 vsize=8068220 memory=872 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8861/stat : 8861 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230888813 8261857280 29075 33554432000 4194304 4196468 140733857295184 140683292531024 140685032978331 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8862] ppid=8834 vsize=8068220 memory=1220 CPUtime=0.08 cores=1,3,5,7
/proc/8852/task/8862/stat : 8862 (java) S 8834 8834 8231 0 -1 1077944384 510 0 0 0 8 0 0 0 20 0 19 0 230888813 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684478327152 140685032970882 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8863] ppid=8834 vsize=8068220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8852/task/8863/stat : 8863 (java) S 8834 8834 8231 0 -1 1077944384 444 0 0 0 7 0 0 0 20 0 19 0 230888813 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684477274352 140685032970882 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8864] ppid=8834 vsize=8068220 memory=15620 CPUtime=0.18 cores=1,3,5,7
/proc/8852/task/8864/stat : 8864 (java) S 8834 8834 8231 0 -1 1077944384 577 0 0 0 18 0 0 0 20 0 19 0 230888813 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684476221552 140685032970882 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8865] ppid=8834 vsize=8068220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8865/stat : 8865 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230888813 8261857280 29075 33554432000 4194304 4196468 140733857295184 140682794625248 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8866] ppid=8834 vsize=8068220 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8866/stat : 8866 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230888813 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684475169968 140685032970882 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
Current children cumulated CPU time: 7.16 s
Current children cumulated vsize: 8181348 KiB
Current children cumulated memory: 117768 KiB

[startup+3.70068 s]
/proc/loadavg: 2.03 2.04 1.97 4/222 8866
/proc/meminfo: memFree=15666656/32770624 swapFree=67108792/67108860
[pid=8834] ppid=8831 vsize=113128 memory=1468 CPUtime=6.07 cores=1,3,5,7
/proc/8834/stat : 8834 (scop.sh) S 8831 8834 8231 0 -1 4202496 590 26355 0 0 0 0 593 14 20 0 1 0 230888558 115843072 367 33554432000 4194304 5098028 140736006597680 140736006594424 140572342805116 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37777408 140736006599745 140736006599943 140736006599943 140736006602701 0
/proc/8834/statm: 28282 367 311 221 0 87 0
[pid=8852] ppid=8834 vsize=8068220 memory=116300 CPUtime=1.09 cores=1,3,5,7
/proc/8852/stat : 8852 (java) S 8834 8834 8231 0 -1 1077944320 18362 0 0 0 103 6 0 0 20 0 19 0 230888807 8261857280 29075 33554432000 4194304 4196468 140733857295184 140733857277728 140685032959735 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
/proc/8852/statm: 2017055 29075 3150 1 0 1978454 0
[pid=8852/tid=8853] ppid=8834 vsize=8068220 memory=116300 CPUtime=0.72 cores=1,3,5,7
/proc/8852/task/8853/stat : 8853 (java) S 8834 8834 8231 0 -1 1077944384 15423 0 0 0 68 4 0 0 20 0 19 0 230888807 8261857280 29075 33554432000 4194304 4196468 140733857295184 140685004799888 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8854] ppid=8834 vsize=8068220 memory=62752 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8854/stat : 8854 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230888808 8261857280 29075 33554432000 4194304 4196468 140733857295184 140685037202064 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8855] ppid=8834 vsize=8068220 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8855/stat : 8855 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230888808 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684837370384 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8856] ppid=8834 vsize=8068220 memory=4744 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8856/stat : 8856 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230888808 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684836317584 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8857] ppid=8834 vsize=8068220 memory=3888 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8857/stat : 8857 (java) S 8834 8834 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 230888808 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684835264784 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8858] ppid=8834 vsize=8068220 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8858/stat : 8858 (java) S 8834 8834 8231 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 230888810 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684479380336 140685032970882 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8859] ppid=8834 vsize=8068220 memory=2380 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8859/stat : 8859 (java) S 8834 8834 8231 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 230888810 8261857280 29075 33554432000 4194304 4196468 140733857295184 140683935475232 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8860] ppid=8834 vsize=8068220 memory=1752 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8860/stat : 8860 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230888810 8261857280 29075 33554432000 4194304 4196468 140733857295184 140683667039600 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8861] ppid=8834 vsize=8068220 memory=280240509337563 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8861/stat : 8861 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230888813 8261857280 29075 33554432000 4194304 4196468 140733857295184 140683292531024 140685032978331 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8862] ppid=8834 vsize=8068220 memory=280242992224368 CPUtime=0.08 cores=1,3,5,7
/proc/8852/task/8862/stat : 8862 (java) S 8834 8834 8231 0 -1 1077944384 510 0 0 0 8 0 0 0 20 0 19 0 230888813 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684478327152 140685032970882 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8863] ppid=8834 vsize=8068220 memory=140121496136192 CPUtime=0.07 cores=1,3,5,7
/proc/8852/task/8863/stat : 8863 (java) S 8834 8834 8231 0 -1 1077944384 444 0 0 0 7 0 0 0 20 0 19 0 230888813 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684477274352 140685032970882 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8864] ppid=8834 vsize=8068220 memory=140121496136224 CPUtime=0.18 cores=1,3,5,7
/proc/8852/task/8864/stat : 8864 (java) S 8834 8834 8231 0 -1 1077944384 577 0 0 0 18 0 0 0 20 0 19 0 230888813 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684476221552 140685032970882 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8865] ppid=8834 vsize=8068220 memory=140121496136320 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8865/stat : 8865 (java) S 8834 8834 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230888813 8261857280 29075 33554432000 4194304 4196468 140733857295184 140682794625248 140685032969941 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
[pid=8852/tid=8866] ppid=8834 vsize=8068220 memory=140121496095008 CPUtime=0 cores=1,3,5,7
/proc/8852/task/8866/stat : 8866 (java) S 8834 8834 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230888813 8261857280 29075 33554432000 4194304 4196468 140733857295184 140684475169968 140685032970882 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140733857301686 140733857301809 140733857301809 140733857304527 0
Current children cumulated CPU time: 7.16 s
Current children cumulated vsize: 8181348 KiB
Current children cumulated memory: 117768 KiB

Child status: 0
Real time (s): 3.71659
CPU time (s): 7.71229
CPU user time (s): 7.49505
CPU system time (s): 0.217246
CPU usage (%): 207.51
Max. virtual memory (cumulated for all children) (KiB): 15142280
Max. memory (cumulated for all children) (KiB): 345108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.49505
system time used= 0.217246
maximum resident set size= 351800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46711
page faults= 0
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5291
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 8834
#   total CPU time (s): 7.71229
#   total CPU user time (s): 7.49505
#   total CPU system time (s): 0.217246

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048743 second user time and 0.07844 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-13 06:07:33
IDJOB=4305638
IDBENCH=141614
IDSOLVER=2783
FILE ID=node150/4305638-1534133253
RUNJOBID= node150-1534130664-8263
PBS_JOBID= 21037012
Free space on /tmp= 35024 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-07_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-4305638-1534133253/watcher-4305638-1534133253 -o /tmp/evaluation-result-4305638-1534133253/solver-4305638-1534133253 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534130664-8263 --watchdog 2580  scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305638-1534133253.xml

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

MD5SUM BENCH= 3b77ed50ef14863a53905eb481969062
RANDOM SEED=1775012142

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15746808 kB
MemAvailable:   31716992 kB
Buffers:          230164 kB
Cached:         15803752 kB
SwapCached:           32 kB
Active:          8149452 kB
Inactive:        8127548 kB
Active(anon):     193996 kB
Inactive(anon):   101220 kB
Active(file):    7955456 kB
Inactive(file):  8026328 kB
Unevictable:        7736 kB
Mlocked:            7736 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              7780 kB
Writeback:             0 kB
AnonPages:        283224 kB
Mapped:            65520 kB
Shmem:             49732 kB
Slab:             445252 kB
SReclaimable:     416860 kB
SUnreclaim:        28392 kB
KernelStack:        4000 kB
PageTables:         5452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5909284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 35016 MiB
End job on node150 at 2018-08-13 06:07:37