Trace number 4305641

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)? (TO) 2520.1 2511.31

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-10_c18.xml
MD5SUM13340ae912518807f9e2f6bcededa797
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints182
Number of domains2
Minimum domain size10
Maximum domain size100
Distribution of domain sizes[{"size":10,"count":100},{"size":100,"count":90}]
Minimum variable degree0
Maximum variable degree93
Distribution of variable degrees[{"degree":0,"count":10},{"degree":2,"count":90},{"degree":92,"count":10},{"degree":93,"count":90}]
Minimum constraint arity3
Maximum constraint arity101
Distribution of constraint arities[{"arity":3,"count":90},{"arity":10,"count":1},{"arity":100,"count":1},{"arity":101,"count":90}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":90}]
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-14369-serial-file.bin HOME/instance-4305641-1534131563.xml
0.66/0.53	
0.66/0.53	scop both+minisat_release (2018-07-31)
0.66/0.53	(Encoding Process)
0.66/0.53	
0.66/0.55	c BEGIN-Prog: Mon Aug 13 05:39:24 CEST 2018
0.66/0.55	c PID: 14372
0.66/0.55	c IP: 172.20.3.132
0.66/0.55	c HOST: node132.alineos.net
0.66/0.56	c (0,0) Parsing Begin
1.71/1.07	c (0,0) Parsing End
1.71/1.07	c (0,0) CSP: 190 int (0 aux), 0 bool (0 aux), 182 ctr, max domain size 100
1.71/1.08	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.71/1.08	c (0,0) Constraint Name Generate Begin
1.71/1.09	c (0,0) Ctr:HOME/instance-4305641-1534131563.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num
1.71/1.09	c (0,0) Constraint Name Generate End
1.71/1.10	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.71/1.10	c (0,0) CSP to CSPinCNF Begin
3.30/1.61	c (1,1) translated 19 (10%) constraints
3.58/1.72	c (1,1) translated 37 (20%) constraints
3.88/1.82	c (1,1) translated 55 (30%) constraints
4.19/1.90	c (1,1) translated 73 (40%) constraints
4.19/1.96	c (1,1) translated 91 (50%) constraints
4.19/1.99	c (1,1) translated 110 (60%) constraints
4.19/1.99	c (1,1) translated 128 (70%) constraints
4.19/1.99	c (1,1) translated 146 (80%) constraints
4.19/1.99	c (1,1) translated 164 (90%) constraints
4.19/1.99	c (1,1) translated 182 (100%) constraints
4.88/2.11	c (1,1) STATISTICS1:HOME/instance-4305641-1534131563.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num,190,10040,100,100,10,3,100:180;10:720;1:180,100:9090;10:10260;1:1130,10:40;3:9000;2:900;1:100,3:180;2:900;1:27420,
4.88/2.11	c (1,1) ==========================================
4.88/2.11	c (1,1) Both Encoding selects:
4.88/2.11	c (1,1) Order
4.88/2.11	c (1,1) ==========================================
5.19/2.22	c (1,1) translated 1004 (10%) constraints
5.55/2.36	c (1,1) translated 2008 (20%) constraints
5.93/2.44	c (1,1) translated 3012 (30%) constraints
6.14/2.54	c (2,1) translated 4016 (40%) constraints
6.45/2.63	c (2,2) translated 5020 (50%) constraints
6.75/2.72	c (2,2) translated 6024 (60%) constraints
6.75/2.80	c (2,2) translated 7028 (70%) constraints
7.06/2.88	c (2,2) translated 8032 (80%) constraints
7.35/2.95	c (2,2) translated 9036 (90%) constraints
7.69/3.02	c (2,2) translated 10040 (100%) constraints
7.69/3.03	c (2,2) CSP to CSPinCNF End
7.69/3.03	c (2,2) CSP: 190 int (0 aux), 1000 bool (1000 aux), 28140 ctr, max domain size 100
7.69/3.03	c (2,2) Heap : 506 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
7.69/3.03	c (2,2) CSPinCNF Propagation Begin
8.69/3.34	c (2,2) 350 values, 3288 unsatisfiable literals, and 4840 valid clauses are removed
8.69/3.34	c (2,2) CSPinCNF Propagation End
8.69/3.34	c (2,2) CSP: 320 int (130 aux), 870 bool (870 aux), 23300 ctr, max domain size 98
8.69/3.34	c (2,2) Heap : 619 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
8.69/3.34	c (2,2) Simplify CSPinCNF Begin
8.92/3.46	c (2,2) Simplify CSPinCNF End
8.92/3.46	c (2,2) CSP: 320 int (130 aux), 2590 bool (2590 aux), 25020 ctr, max domain size 98
8.92/3.46	c (2,2) Heap : 675 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
8.92/3.46	c (2,2) Calculate Precise Domain Begin
8.92/3.46	c (2,2) 0 values are removed by re-calculation
8.92/3.46	c (2,2) Calculate Precise Domain End
8.92/3.46	c (2,2) CSP: 320 int (130 aux), 2590 bool (2590 aux), 25020 ctr, max domain size 98
8.92/3.46	c (2,2) Heap : 675 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
8.92/3.46	c (2,2) CSPinCNF to SatSolver Begin
9.60/3.69	c (3,3) 2502 (10 %) CSP clauses are encoded (11634 SAT variables, 22775 SAT clauses)
9.90/3.72	c (3,3) 5004 (20 %) CSP clauses are encoded (11634 SAT variables, 25835 SAT clauses)
9.90/3.74	c (3,3) 7506 (30 %) CSP clauses are encoded (11634 SAT variables, 28337 SAT clauses)
9.90/3.77	c (3,3) 10008 (40 %) CSP clauses are encoded (11634 SAT variables, 30839 SAT clauses)
9.90/3.79	c (3,3) 12510 (50 %) CSP clauses are encoded (11634 SAT variables, 33341 SAT clauses)
10.20/3.81	c (3,3) 15012 (60 %) CSP clauses are encoded (11634 SAT variables, 35843 SAT clauses)
10.20/3.84	c (3,3) 17514 (70 %) CSP clauses are encoded (11634 SAT variables, 38345 SAT clauses)
10.20/3.86	c (3,3) 20016 (80 %) CSP clauses are encoded (11634 SAT variables, 40847 SAT clauses)
10.20/3.88	c (3,3) 22518 (90 %) CSP clauses are encoded (11634 SAT variables, 43349 SAT clauses)
10.50/3.94	c (3,3) 25020 (100 %) CSP clauses are encoded (11634 SAT variables, 61722 SAT clauses)
10.50/3.94	c (3,3) Launch Command will be: minisat_release
10.50/3.94	c (3,3) CSPinCNF to SatSolver End
10.50/3.94	c (3,3) Heap : 844 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
10.83/4.10	c (3,3) STATISTICS2:HOME/instance-4305641-1534131563.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num,2910,25020,100,98,8,3,100:112;81:56;64:12;10:672;9:584;8:184;1:280,98:8232;97:2716;87:4524;86:344;76:912;10:11536;9:5152;8:980;2:24898;1:280,8:36;3:7418;2:17386;1:180,3:180;2:1720;1:55594,
10.83/4.10	c (3,3) 11634 bool, 61784 clause
10.83/4.10	c (3,3) Export Begin
11.12/4.20	c (3,3) Export to HOME/scop-14369-serial-file.bin
11.12/4.20	c (3,3) Export End
11.12/4.20	c (3,3) Export File Size: 0.03 MB
11.12/4.20	c (3,3) 0,0,2,2,2,2,3,STOP-AFTER(DIMACS)
11.12/4.20	c END-Prog: Mon Aug 13 05:39:27 CEST 2018
11.44/4.22	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-14369-serial-file.bin
11.46/4.71	c (0,0) Read Serial File Begin
11.46/4.71	c (0,0) HOME/scop-14369-serial-file.bin
11.46/4.88	c (0,0) Read Serial File End
11.46/4.90	
11.46/4.90	scop order+minisat_release (2018-07-31)
11.46/4.90	(Solving Process)
11.46/4.90	
11.46/4.92	c BEGIN-Prog: Mon Aug 13 05:39:28 CEST 2018
11.46/4.92	c PID: 14400
11.46/4.92	c IP: 172.20.3.132
11.46/4.92	c HOST: node132.alineos.net
11.46/4.92	c (0,0) SatSolver.solve Begin
11.46/4.92	c (0,0) 0 bool, 0 clause
11.46/4.92	c (0,0) minisat_release HOME/instance-4305641-1534131563.xml-scop-14372.cnf
2513.86/2505.12	c (2500,0) c This is COMiniSatPS.
2513.86/2505.12	c (2500,0) c WARNING: for repeatability, setting FPU to use double precision
2513.86/2505.12	c (2500,0) c ============================[ Problem Statistics ]=============================
2513.86/2505.12	c (2500,0) c |                                                                             |
2513.86/2505.12	c (2500,0) c |  Number of variables:         11634                                         |
2513.86/2505.12	c (2500,0) c |  Number of clauses:           61784                                         |
2513.86/2505.12	c (2500,0) c |  Parse time:                   0.02 s                                       |
2513.86/2505.12	c (2500,0) c |  Eliminated clauses:           0.20 Mb                                      |
2513.86/2505.12	c (2500,0) c Reduced to 6580 vars, 46697 cls (grow=0)
2513.86/2505.12	c (2500,0) c No iterative elimination performed. (vars=6580, c/v ratio=7.1)
2513.86/2505.12	c (2500,0) c |  Simplification time:          0.05 s                                       |
2513.86/2505.12	c (2500,0) c |                                                                             |
2513.86/2505.12	c (2500,0) c ============================[ Search Statistics ]==============================
2513.86/2505.12	c (2500,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2513.86/2505.12	c (2500,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2513.86/2505.12	c (2500,0) c ===============================================================================
2513.86/2505.12	c (2500,0) c Switched to VSIDS.
2520.06/2511.30	c (2506,0) SatSolver is killed by some reasons.
2520.06/2511.30	c (2506,0) TO,TO,TO,TO,TO,TO,TO,TO,TO,STOP-AFTER(Nothing)
2520.06/2511.30	s UNKNOWN
2520.06/2511.30	c END-Prog: Mon Aug 13 06:21:14 CEST 2018
2520.06/2511.31	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.06/2511.31	c (scop.sh) Killing background jobs.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305641-1534131563/watcher-4305641-1534131563 -o /tmp/evaluation-result-4305641-1534131563/solver-4305641-1534131563 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534131563-14337 --watchdog 2580 scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305641-1534131563.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=14369, runsolver pid=14365
Current StackSize limit: 8192 KiB


[startup+0.101532 s]*
/proc/loadavg: 1.00 1.17 1.49 6/220 14399
/proc/meminfo: memFree=17656968/32770624 swapFree=67108860/67108860
[pid=14369] ppid=14365 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/14369/stat : 14369 (scop.sh) S 14365 14369 14305 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 230719475 115843072 349 33554432000 4194304 5098028 140727076005744 140727076003000 140229924766332 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27709440 140727076009025 140727076009223 140727076009223 140727076011981 0
/proc/14369/statm: 28282 349 296 221 0 87 0
[pid=14372] ppid=14369 vsize=15012476 memory=70336 CPUtime=0.09 cores=1,3,5,7
/proc/14372/stat : 14372 (java) S 14369 14369 14305 0 -1 1077944320 6759 0 0 0 8 1 0 0 20 0 15 0 230719475 15372775424 17584 33554432000 4194304 4196468 140721371770880 140721371753424 140490892951287 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
/proc/14372/statm: 3753119 17584 2735 1 0 3715579 0
[pid=14372/tid=14373] ppid=14369 vsize=15012476 memory=-6673890911685660454 CPUtime=0.08 cores=1,3,5,7
/proc/14372/task/14373/stat : 14373 (java) R 14369 14369 14305 0 -1 4202560 4880 0 0 0 7 1 0 0 20 0 15 0 230719475 15372775424 17584 33554432000 4194304 4196468 140721371770880 140490864756584 140490877031774 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14378] ppid=14369 vsize=15012476 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14378/stat : 14378 (java) S 14369 14369 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230719477 15372775424 17584 33554432000 4194304 4196468 140721371770880 140490897193616 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14379] ppid=14369 vsize=15012476 memory=140069505357440 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14379/stat : 14379 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719477 15372775424 17584 33554432000 4194304 4196468 140721371770880 140490730572304 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14380] ppid=14369 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14380/stat : 14380 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719477 15372775424 17584 33554432000 4194304 4196468 140721371770880 140490352613776 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14381] ppid=14369 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14381/stat : 14381 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719477 15372775424 17584 33554432000 4194304 4196468 140721371770880 140490351560976 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14384] ppid=14369 vsize=15012476 memory=140069505357440 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14384/stat : 14384 (java) S 14369 14369 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230719479 15372775424 17584 33554432000 4194304 4196468 140721371770880 140489930570608 140490892962434 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14386] ppid=14369 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14386/stat : 14386 (java) S 14369 14369 14305 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230719479 15372775424 17584 33554432000 4194304 4196468 140721371770880 140489453987360 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14387] ppid=14369 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14387/stat : 14387 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719479 15372775424 17584 33554432000 4194304 4196468 140721371770880 140489185551728 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14394] ppid=14369 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14394/stat : 14394 (java) S 14369 14369 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230719482 15372775424 17584 33554432000 4194304 4196468 140721371770880 140488811043152 140490892969883 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14395] ppid=14369 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14395/stat : 14395 (java) S 14369 14369 14305 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 230719482 15372775424 17584 33554432000 4194304 4196468 140721371770880 140489929517424 140490892962434 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14396] ppid=14369 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14396/stat : 14396 (java) S 14369 14369 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230719482 15372775424 17584 33554432000 4194304 4196468 140721371770880 140489928464624 140490892962434 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14397] ppid=14369 vsize=15012476 memory=140069505357440 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14397/stat : 14397 (java) S 14369 14369 14305 0 -1 1077944384 246 0 0 0 0 0 0 0 20 0 15 0 230719482 15372775424 17584 33554432000 4194304 4196468 140721371770880 140489927411824 140490892962434 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14398] ppid=14369 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14398/stat : 14398 (java) S 14369 14369 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230719482 15372775424 17584 33554432000 4194304 4196468 140721371770880 140488313137376 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14399] ppid=14369 vsize=15012476 memory=140069505357440 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14399/stat : 14399 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719482 15372775424 17584 33554432000 4194304 4196468 140721371770880 140489926360240 140490892962434 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 71732 KiB

[startup+0.210453 s]*
/proc/loadavg: 1.00 1.17 1.49 5/220 14399
/proc/meminfo: memFree=17629552/32770624 swapFree=67108860/67108860
[pid=14369] ppid=14365 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/14369/stat : 14369 (scop.sh) S 14365 14369 14305 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 230719475 115843072 349 33554432000 4194304 5098028 140727076005744 140727076003000 140229924766332 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27709440 140727076009025 140727076009223 140727076009223 140727076011981 0
/proc/14369/statm: 28282 349 296 221 0 87 0
[pid=14372] ppid=14369 vsize=15012476 memory=84732 CPUtime=0.24 cores=1,3,5,7
/proc/14372/stat : 14372 (java) S 14369 14369 14305 0 -1 1077944320 10578 0 0 0 22 2 0 0 20 0 15 0 230719475 15372775424 21183 33554432000 4194304 4196468 140721371770880 140721371753424 140490892951287 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
/proc/14372/statm: 3753119 21183 2915 1 0 3715579 0
[pid=14372/tid=14373] ppid=14369 vsize=15012476 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/14372/task/14373/stat : 14373 (java) R 14369 14369 14305 0 -1 4202560 8433 0 0 0 17 2 0 0 20 0 15 0 230719475 15372775424 21183 33554432000 4194304 4196468 140721371770880 140490864773824 140490892973213 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14378] ppid=14369 vsize=15012476 memory=15369 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14378/stat : 14378 (java) S 14369 14369 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230719477 15372775424 21183 33554432000 4194304 4196468 140721371770880 140490897193616 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14379] ppid=14369 vsize=15012476 memory=140069506629244 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14379/stat : 14379 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719477 15372775424 21183 33554432000 4194304 4196468 140721371770880 140490730572304 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14380] ppid=14369 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14380/stat : 14380 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719477 15372775424 21183 33554432000 4194304 4196468 140721371770880 140490352613776 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14381] ppid=14369 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14381/stat : 14381 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719477 15372775424 21183 33554432000 4194304 4196468 140721371770880 140490351560976 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14384] ppid=14369 vsize=15012476 memory=140069505357440 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14384/stat : 14384 (java) S 14369 14369 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230719479 15372775424 21183 33554432000 4194304 4196468 140721371770880 140489930570608 140490892962434 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14386] ppid=14369 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14386/stat : 14386 (java) S 14369 14369 14305 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230719479 15372775424 21183 33554432000 4194304 4196468 140721371770880 140489453987360 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14387] ppid=14369 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14387/stat : 14387 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719479 15372775424 21249 33554432000 4194304 4196468 140721371770880 140489185551728 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14394] ppid=14369 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14394/stat : 14394 (java) S 14369 14369 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230719482 15372775424 21249 33554432000 4194304 4196468 140721371770880 140488811043152 140490892969883 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14395] ppid=14369 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14395/stat : 14395 (java) S 14369 14369 14305 0 -1 1077944384 346 0 0 0 0 0 0 0 20 0 15 0 230719482 15372775424 21249 33554432000 4194304 4196468 140721371770880 140489929517424 140490892962434 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14396] ppid=14369 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14396/stat : 14396 (java) S 14369 14369 14305 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 230719482 15372775424 21249 33554432000 4194304 4196468 140721371770880 140489928464624 140490892962434 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14397] ppid=14369 vsize=15012476 memory=140069505357440 CPUtime=0.02 cores=1,3,5,7
/proc/14372/task/14397/stat : 14397 (java) R 14369 14369 14305 0 -1 4202560 332 0 0 0 2 0 0 0 20 0 15 0 230719482 15372775424 21249 33554432000 4194304 4196468 140721371770880 140489927411824 140490892963222 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14398] ppid=14369 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14398/stat : 14398 (java) S 14369 14369 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230719482 15372775424 21249 33554432000 4194304 4196468 140721371770880 140488313137376 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14399] ppid=14369 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14399/stat : 14399 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719482 15372775424 21249 33554432000 4194304 4196468 140721371770880 140489926360240 140490892962434 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 86128 KiB

[startup+0.310759 s]*
/proc/loadavg: 1.00 1.17 1.49 4/220 14399
/proc/meminfo: memFree=17622852/32770624 swapFree=67108860/67108860
[pid=14369] ppid=14365 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/14369/stat : 14369 (scop.sh) S 14365 14369 14305 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 230719475 115843072 349 33554432000 4194304 5098028 140727076005744 140727076003000 140229924766332 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27709440 140727076009025 140727076009223 140727076009223 140727076011981 0
/proc/14369/statm: 28282 349 296 221 0 87 0
[pid=14372] ppid=14369 vsize=15012476 memory=89076 CPUtime=0.42 cores=1,3,5,7
/proc/14372/stat : 14372 (java) S 14369 14369 14305 0 -1 1077944320 11223 0 0 0 39 3 0 0 20 0 15 0 230719475 15372775424 22269 33554432000 4194304 4196468 140721371770880 140721371753424 140490892951287 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
/proc/14372/statm: 3753119 22269 2990 1 0 3715579 0
[pid=14372/tid=14373] ppid=14369 vsize=15012476 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/14372/task/14373/stat : 14373 (java) R 14369 14369 14305 0 -1 4202560 8819 0 0 0 26 2 0 0 20 0 15 0 230719475 15372775424 22269 33554432000 4194304 4196468 140721371770880 140490864746736 140490874514820 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14378] ppid=14369 vsize=15012476 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14378/stat : 14378 (java) S 14369 14369 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230719477 15372775424 22269 33554432000 4194304 4196468 140721371770880 140490897193616 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14379] ppid=14369 vsize=15012476 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14379/stat : 14379 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719477 15372775424 22269 33554432000 4194304 4196468 140721371770880 140490730572304 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14380] ppid=14369 vsize=15012476 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14380/stat : 14380 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719477 15372775424 22269 33554432000 4194304 4196468 140721371770880 140490352613776 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14381] ppid=14369 vsize=15012476 memory=7089274314207166114 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14381/stat : 14381 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719477 15372775424 22269 33554432000 4194304 4196468 140721371770880 140490351560976 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14384] ppid=14369 vsize=15012476 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14384/stat : 14384 (java) S 14369 14369 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230719479 15372775424 22269 33554432000 4194304 4196468 140721371770880 140489930570608 140490892962434 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14386] ppid=14369 vsize=15012476 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14386/stat : 14386 (java) S 14369 14369 14305 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230719479 15372775424 22269 33554432000 4194304 4196468 140721371770880 140489453987360 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14387] ppid=14369 vsize=15012476 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14387/stat : 14387 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719479 15372775424 22269 33554432000 4194304 4196468 140721371770880 140489185551728 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14394] ppid=14369 vsize=15012476 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14394/stat : 14394 (java) S 14369 14369 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230719482 15372775424 22269 33554432000 4194304 4196468 140721371770880 140488811043152 140490892969883 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14395] ppid=14369 vsize=15012476 memory=4426078206164241782 CPUtime=0.02 cores=1,3,5,7
/proc/14372/task/14395/stat : 14395 (java) S 14369 14369 14305 0 -1 1077944384 408 0 0 0 2 0 0 0 20 0 15 0 230719482 15372775424 22269 33554432000 4194304 4196468 140721371770880 140489929517424 140490892962434 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14396] ppid=14369 vsize=15012476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14372/task/14396/stat : 14396 (java) S 14369 14369 14305 0 -1 1077944384 238 0 0 0 2 0 0 0 20 0 15 0 230719482 15372775424 22269 33554432000 4194304 4196468 140721371770880 140489928464624 140490892962434 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14397] ppid=14369 vsize=15012476 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14372/task/14397/stat : 14397 (java) S 14369 14369 14305 0 -1 1077944384 426 0 0 0 7 0 0 0 20 0 15 0 230719482 15372775424 22269 33554432000 4194304 4196468 140721371770880 140489927411824 140490892962434 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14398] ppid=14369 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14398/stat : 14398 (java) S 14369 14369 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230719482 15372775424 22269 33554432000 4194304 4196468 140721371770880 140488313137376 140490892961493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14399] ppid=14369 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14399/stat : 14399 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719482 15372775424 22269 33554432000 4194304 4196468 140721371770880 140489926360240 140490892962434 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 90472 KiB

[startup+0.700784 s]
/proc/loadavg: 1.00 1.17 1.49 4/220 14399
/proc/meminfo: memFree=17573956/32770624 swapFree=67108860/67108860
[pid=14369] ppid=14365 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/14369/stat : 14369 (scop.sh) S 14365 14369 14305 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 230719475 115843072 349 33554432000 4194304 5098028 140727076005744 140727076003000 140229924766332 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27709440 140727076009025 140727076009223 140727076009223 140727076011981 0
/proc/14369/statm: 28282 349 296 221 0 87 0
[pid=14372] ppid=14369 vsize=15020872 memory=128728 CPUtime=0.98 cores=1,3,5,7
/proc/14372/stat : 14372 (java) S 14369 14369 14305 0 -1 1077944320 18268 0 0 0 93 5 0 0 20 0 15 0 230719475 15381372928 32182 33554432000 4194304 4196468 140721371770880 140721371753424 140490892951287 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
/proc/14372/statm: 3755218 32182 3164 1 0 3716603 0
[pid=14372/tid=14373] ppid=14369 vsize=15020872 memory=1832 CPUtime=0.66 cores=1,3,5,7
/proc/14372/task/14373/stat : 14373 (java) R 14369 14369 14305 0 -1 4202560 15349 0 0 0 62 4 0 0 20 0 15 0 230719475 15381372928 32182 33554432000 4194304 4196468 140721371770880 140490864783184 140490877031774 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14378] ppid=14369 vsize=15020872 memory=1920 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14378/stat : 14378 (java) S 14369 14369 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230719477 15381372928 32182 33554432000 4194304 4196468 140721371770880 140490897193616 140490892961493 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14379] ppid=14369 vsize=15020872 memory=1192 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14379/stat : 14379 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719477 15381372928 32182 33554432000 4194304 4196468 140721371770880 140490730572304 140490892961493 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14380] ppid=14369 vsize=15020872 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14380/stat : 14380 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719477 15381372928 32182 33554432000 4194304 4196468 140721371770880 140490352613776 140490892961493 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14381] ppid=14369 vsize=15020872 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14381/stat : 14381 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719477 15381372928 32182 33554432000 4194304 4196468 140721371770880 140490351560976 140490892961493 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14384] ppid=14369 vsize=15020872 memory=752 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14384/stat : 14384 (java) S 14369 14369 14305 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230719479 15381372928 32182 33554432000 4194304 4196468 140721371770880 140489930570608 140490892962434 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14386] ppid=14369 vsize=15020872 memory=7304 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14386/stat : 14386 (java) S 14369 14369 14305 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230719479 15381372928 32182 33554432000 4194304 4196468 140721371770880 140489453987360 140490892961493 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14387] ppid=14369 vsize=15020872 memory=5400 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14387/stat : 14387 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719479 15381372928 32182 33554432000 4194304 4196468 140721371770880 140489185551728 140490892961493 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14394] ppid=14369 vsize=15020872 memory=1108 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14394/stat : 14394 (java) S 14369 14369 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230719482 15381372928 32182 33554432000 4194304 4196468 140721371770880 140488811043152 140490892969883 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14395] ppid=14369 vsize=15020872 memory=10784 CPUtime=0.06 cores=1,3,5,7
/proc/14372/task/14395/stat : 14395 (java) S 14369 14369 14305 0 -1 1077944384 505 0 0 0 6 0 0 0 20 0 15 0 230719482 15381372928 32182 33554432000 4194304 4196468 140721371770880 140489929517424 140490892962434 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14396] ppid=14369 vsize=15020872 memory=872 CPUtime=0.08 cores=1,3,5,7
/proc/14372/task/14396/stat : 14396 (java) R 14369 14369 14305 0 -1 1077944384 467 0 0 0 8 0 0 0 20 0 15 0 230719482 15381372928 32182 33554432000 4194304 4196468 140721371770880 140489928464624 140490892962434 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14397] ppid=14369 vsize=15020872 memory=4280 CPUtime=0.15 cores=1,3,5,7
/proc/14372/task/14397/stat : 14397 (java) S 14369 14369 14305 0 -1 1077944384 613 0 0 0 15 0 0 0 20 0 15 0 230719482 15381372928 32182 33554432000 4194304 4196468 140721371770880 140489927411824 140490892962434 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14398] ppid=14369 vsize=15020872 memory=14888 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14398/stat : 14398 (java) S 14369 14369 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230719482 15381372928 32182 33554432000 4194304 4196468 140721371770880 140488313137376 140490892961493 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
[pid=14372/tid=14399] ppid=14369 vsize=15020872 memory=34660 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14399/stat : 14399 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230719482 15381372928 32182 33554432000 4194304 4196468 140721371770880 140489926360240 140490892962434 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26603520 140721371776007 140721371776305 140721371776305 140721371779023 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 130124 KiB

[startup+1.50165 s]
/proc/loadavg: 1.00 1.17 1.49 5/220 14399
/proc/meminfo: memFree=17513752/32770624 swapFree=67108860/67108860
[pid=14369] ppid=14365 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/14369/stat : 14369 (scop.sh) S 14365 14369 14305 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 230719475 115843072 349 33554432000 4194304 5098028 140727076005744 140727076003000 140229924766332 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27709440 140727076009025 140727076009223 140727076009223 140727076011981 0
/proc/14369/statm: 28282 349 296 221 0 87 0

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

[pid=14400/tid=14403] ppid=14369 vsize=8068220 memory=500 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14403/stat : 14403 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230719899 8261857280 30162 33554432000 4194304 4196468 140721371544288 139663414918160 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14404] ppid=14369 vsize=8068220 memory=928 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14404/stat : 14404 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230719899 8261857280 30162 33554432000 4194304 4196468 140721371544288 139663413865360 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14405] ppid=14369 vsize=8068220 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14405/stat : 14405 (java) S 14369 14369 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 230719899 8261857280 30162 33554432000 4194304 4196468 140721371544288 139663412812560 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14406] ppid=14369 vsize=8068220 memory=1580 CPUtime=0.03 cores=1,3,5,7
/proc/14400/task/14406/stat : 14406 (java) S 14369 14369 14305 0 -1 1077944384 7 0 0 0 1 2 0 0 20 0 19 0 230719900 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662984149360 139663604923010 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14407] ppid=14369 vsize=8068220 memory=924 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14407/stat : 14407 (java) S 14369 14369 14305 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 230719901 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662471455776 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14408] ppid=14369 vsize=8068220 memory=2188 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14408/stat : 14408 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230719901 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662203020144 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14409] ppid=14369 vsize=8068220 memory=3984 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14409/stat : 14409 (java) S 14369 14369 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230719903 8261857280 30162 33554432000 4194304 4196468 140721371544288 139661828511568 139663604930459 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14410] ppid=14369 vsize=8068220 memory=2024 CPUtime=0.09 cores=1,3,5,7
/proc/14400/task/14410/stat : 14410 (java) S 14369 14369 14305 0 -1 1077944384 509 0 0 0 9 0 0 0 20 0 19 0 230719903 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662983097200 139663604923010 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14411] ppid=14369 vsize=8068220 memory=7288 CPUtime=0.08 cores=1,3,5,7
/proc/14400/task/14411/stat : 14411 (java) S 14369 14369 14305 0 -1 1077944384 455 0 0 0 8 0 0 0 20 0 19 0 230719903 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662982044400 139663604923010 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14412] ppid=14369 vsize=8068220 memory=7739837755561699392 CPUtime=0.21 cores=1,3,5,7
/proc/14400/task/14412/stat : 14412 (java) S 14369 14369 14305 0 -1 1077944384 550 0 0 0 21 0 0 0 20 0 19 0 230719903 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662980991600 139663604923010 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14413] ppid=14369 vsize=8068220 memory=7018687831505660008 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14413/stat : 14413 (java) S 14369 14369 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230719904 8261857280 30162 33554432000 4194304 4196468 140721371544288 139661330606816 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14414] ppid=14369 vsize=8068220 memory=6368209077410032232 CPUtime=1.01 cores=1,3,5,7
/proc/14400/task/14414/stat : 14414 (java) S 14369 14369 14305 0 -1 1077944384 163 0 0 0 44 57 0 0 20 0 19 0 230719904 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662979938992 139663604923010 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14416] ppid=14369 vsize=8068220 memory=7084838879012610155 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14416/stat : 14416 (java) S 14369 14369 14305 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 230719970 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662972130496 139663604936473 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14418] ppid=14369 vsize=8068220 memory=7444826635450936177 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14418/stat : 14418 (java) S 14369 14369 14305 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 230719970 8261857280 30162 33554432000 4194304 4196468 140721371544288 139660793720080 139663604933789 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14419] ppid=14369 vsize=8068220 memory=7091041202797498710 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14419/stat : 14419 (java) S 14369 14369 14305 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 230719970 8261857280 30162 33554432000 4194304 4196468 140721371544288 139660525289616 139663604933789 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14420] ppid=14369 vsize=8068220 memory=7091041202797498710 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14420/stat : 14420 (java) S 14369 14369 14305 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 19 0 230719972 8261857280 30162 33554432000 4194304 4196468 140721371544288 139660927950496 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
Current children cumulated CPU time: 2451.02 s
Current children cumulated vsize: 8244468 KiB
Current children cumulated memory: 166596 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/230 14941
/proc/meminfo: memFree=17423440/32770624 swapFree=67108860/67108860
[pid=14369] ppid=14365 vsize=113128 memory=1472 CPUtime=11.46 cores=1,3,5,7
/proc/14369/stat : 14369 (scop.sh) S 14365 14369 14305 0 -1 4202496 591 31564 0 0 0 0 1120 26 20 0 1 0 230719475 115843072 368 33554432000 4194304 5098028 140727076005744 140727076002488 140229924766332 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27709440 140727076009025 140727076009223 140727076009223 140727076011981 0
/proc/14369/statm: 28282 368 311 221 0 87 0
[pid=14400] ppid=14369 vsize=8068220 memory=120648 CPUtime=2.26 cores=1,3,5,7
/proc/14400/stat : 14400 (java) S 14369 14369 14305 0 -1 1077944320 17538 0 0 0 162 64 0 0 20 0 19 0 230719897 8261857280 30162 33554432000 4194304 4196468 140721371544288 140721371526832 139663604911863 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
/proc/14400/statm: 2017055 30162 3147 1 0 1978454 0
[pid=14415] ppid=14400 vsize=63120 memory=44476 CPUtime=2497.33 cores=1,3,5,7
/proc/14415/stat : 14415 (minisat_release) R 14400 14369 14305 0 -1 4202496 145837 0 0 0 249723 10 0 0 20 0 1 0 230719970 64634880 11119 33554432000 4194304 4308513 140734908226576 140734908223480 4276085 0 4 0 8396802 0 0 0 17 5 0 0 0 0 0 6409496 6410680 22880256 140734908228724 140734908228822 140734908228822 140734908231621 0
/proc/14415/statm: 15780 11119 340 28 0 12020 0
[pid=14400/tid=14401] ppid=14369 vsize=8068220 memory=3584 CPUtime=0.75 cores=1,3,5,7
/proc/14400/task/14401/stat : 14401 (java) S 14369 14369 14305 0 -1 1077944384 14460 0 0 0 70 5 0 0 20 0 19 0 230719898 8261857280 30162 33554432000 4194304 4196468 140721371544288 139663576752016 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14402] ppid=14369 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14402/stat : 14402 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230719899 8261857280 30162 33554432000 4194304 4196468 140721371544288 139663609154704 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14403] ppid=14369 vsize=8068220 memory=120648 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14403/stat : 14403 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230719899 8261857280 30162 33554432000 4194304 4196468 140721371544288 139663414918160 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14404] ppid=14369 vsize=8068220 memory=44476 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14404/stat : 14404 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230719899 8261857280 30162 33554432000 4194304 4196468 140721371544288 139663413865360 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14405] ppid=14369 vsize=8068220 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14405/stat : 14405 (java) S 14369 14369 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 230719899 8261857280 30162 33554432000 4194304 4196468 140721371544288 139663412812560 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14406] ppid=14369 vsize=8068220 memory=3544 CPUtime=0.03 cores=1,3,5,7
/proc/14400/task/14406/stat : 14406 (java) S 14369 14369 14305 0 -1 1077944384 7 0 0 0 1 2 0 0 20 0 19 0 230719900 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662984149360 139663604923010 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14407] ppid=14369 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14407/stat : 14407 (java) S 14369 14369 14305 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 230719901 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662471455776 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14408] ppid=14369 vsize=8068220 memory=118096 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14408/stat : 14408 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230719901 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662203020144 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14409] ppid=14369 vsize=8068220 memory=85672 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14409/stat : 14409 (java) S 14369 14369 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230719903 8261857280 30162 33554432000 4194304 4196468 140721371544288 139661828511568 139663604930459 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14410] ppid=14369 vsize=8068220 memory=-7824251494390912867 CPUtime=0.09 cores=1,3,5,7
/proc/14400/task/14410/stat : 14410 (java) S 14369 14369 14305 0 -1 1077944384 509 0 0 0 9 0 0 0 20 0 19 0 230719903 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662983097200 139663604923010 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14411] ppid=14369 vsize=8068220 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/14400/task/14411/stat : 14411 (java) S 14369 14369 14305 0 -1 1077944384 455 0 0 0 8 0 0 0 20 0 19 0 230719903 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662982044400 139663604923010 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14412] ppid=14369 vsize=8068220 memory=2444 CPUtime=0.21 cores=1,3,5,7
/proc/14400/task/14412/stat : 14412 (java) S 14369 14369 14305 0 -1 1077944384 550 0 0 0 21 0 0 0 20 0 19 0 230719903 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662980991600 139663604923010 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14413] ppid=14369 vsize=8068220 memory=1832 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14413/stat : 14413 (java) S 14369 14369 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230719904 8261857280 30162 33554432000 4194304 4196468 140721371544288 139661330606816 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14414] ppid=14369 vsize=8068220 memory=1920 CPUtime=1.04 cores=1,3,5,7
/proc/14400/task/14414/stat : 14414 (java) S 14369 14369 14305 0 -1 1077944384 167 0 0 0 45 59 0 0 20 0 19 0 230719904 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662979938992 139663604923010 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14416] ppid=14369 vsize=8068220 memory=1192 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14416/stat : 14416 (java) S 14369 14369 14305 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 230719970 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662972130496 139663604936473 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14418] ppid=14369 vsize=8068220 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14418/stat : 14418 (java) S 14369 14369 14305 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 230719970 8261857280 30162 33554432000 4194304 4196468 140721371544288 139660793720080 139663604933789 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14419] ppid=14369 vsize=8068220 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14419/stat : 14419 (java) S 14369 14369 14305 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 230719970 8261857280 30162 33554432000 4194304 4196468 140721371544288 139660525289616 139663604933789 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14420] ppid=14369 vsize=8068220 memory=752 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14420/stat : 14420 (java) S 14369 14369 14305 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 19 0 230719972 8261857280 30162 33554432000 4194304 4196468 140721371544288 139660927950496 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
Current children cumulated CPU time: 2511.05 s
Current children cumulated vsize: 8244468 KiB
Current children cumulated memory: 166596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/230 14942
/proc/meminfo: memFree=17423000/32770624 swapFree=67108860/67108860
[pid=14369] ppid=14365 vsize=113128 memory=1472 CPUtime=11.46 cores=1,3,5,7
/proc/14369/stat : 14369 (scop.sh) S 14365 14369 14305 0 -1 4202496 591 31564 0 0 0 0 1120 26 20 0 1 0 230719475 115843072 368 33554432000 4194304 5098028 140727076005744 140727076002488 140229924766332 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27709440 140727076009025 140727076009223 140727076009223 140727076011981 0
/proc/14369/statm: 28282 368 311 221 0 87 0
[pid=14400] ppid=14369 vsize=8068220 memory=120648 CPUtime=2.27 cores=1,3,5,7
/proc/14400/stat : 14400 (java) S 14369 14369 14305 0 -1 1077944320 17546 0 0 0 163 64 0 0 20 0 19 0 230719897 8261857280 30162 33554432000 4194304 4196468 140721371544288 140721371526832 139663604911863 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
/proc/14400/statm: 2017055 30162 3147 1 0 1978454 0
[pid=14415] ppid=14400 vsize=63120 memory=44480 CPUtime=2506.33 cores=1,3,5,7
/proc/14415/stat : 14415 (minisat_release) R 14400 14369 14305 0 -1 4202496 146004 0 0 0 250623 10 0 0 20 0 1 0 230719970 64634880 11120 33554432000 4194304 4308513 140734908226576 140734908224072 4276123 0 4 0 8396802 0 0 0 17 5 0 0 0 0 0 6409496 6410680 22880256 140734908228724 140734908228822 140734908228822 140734908231621 0
/proc/14415/statm: 15780 11120 341 28 0 12020 0
[pid=14400/tid=14401] ppid=14369 vsize=8068220 memory=-7824251494391045479 CPUtime=0.75 cores=1,3,5,7
/proc/14400/task/14401/stat : 14401 (java) S 14369 14369 14305 0 -1 1077944384 14460 0 0 0 70 5 0 0 20 0 19 0 230719898 8261857280 30162 33554432000 4194304 4196468 140721371544288 139663576752016 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14402] ppid=14369 vsize=8068220 memory=7304 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14402/stat : 14402 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230719899 8261857280 30162 33554432000 4194304 4196468 140721371544288 139663609154704 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14403] ppid=14369 vsize=8068220 memory=5400 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14403/stat : 14403 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230719899 8261857280 30162 33554432000 4194304 4196468 140721371544288 139663414918160 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14404] ppid=14369 vsize=8068220 memory=1108 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14404/stat : 14404 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230719899 8261857280 30162 33554432000 4194304 4196468 140721371544288 139663413865360 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14405] ppid=14369 vsize=8068220 memory=10784 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14405/stat : 14405 (java) S 14369 14369 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 230719899 8261857280 30162 33554432000 4194304 4196468 140721371544288 139663412812560 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14406] ppid=14369 vsize=8068220 memory=872 CPUtime=0.03 cores=1,3,5,7
/proc/14400/task/14406/stat : 14406 (java) S 14369 14369 14305 0 -1 1077944384 7 0 0 0 1 2 0 0 20 0 19 0 230719900 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662984149360 139663604923010 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14407] ppid=14369 vsize=8068220 memory=120648 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14407/stat : 14407 (java) S 14369 14369 14305 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 230719901 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662471455776 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14408] ppid=14369 vsize=8068220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14408/stat : 14408 (java) S 14369 14369 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230719901 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662203020144 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14409] ppid=14369 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14409/stat : 14409 (java) S 14369 14369 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230719903 8261857280 30162 33554432000 4194304 4196468 140721371544288 139661828511568 139663604930459 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14410] ppid=14369 vsize=8068220 memory=120648 CPUtime=0.09 cores=1,3,5,7
/proc/14400/task/14410/stat : 14410 (java) S 14369 14369 14305 0 -1 1077944384 510 0 0 0 9 0 0 0 20 0 19 0 230719903 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662983097200 139663604923010 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14411] ppid=14369 vsize=8068220 memory=62772 CPUtime=0.08 cores=1,3,5,7
/proc/14400/task/14411/stat : 14411 (java) S 14369 14369 14305 0 -1 1077944384 455 0 0 0 8 0 0 0 20 0 19 0 230719903 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662982044400 139663604923010 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14412] ppid=14369 vsize=8068220 memory=1236 CPUtime=0.21 cores=1,3,5,7
/proc/14400/task/14412/stat : 14412 (java) S 14369 14369 14305 0 -1 1077944384 552 0 0 0 21 0 0 0 20 0 19 0 230719903 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662980991600 139663604923010 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14413] ppid=14369 vsize=8068220 memory=4280 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14413/stat : 14413 (java) S 14369 14369 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230719904 8261857280 30162 33554432000 4194304 4196468 140721371544288 139661330606816 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14414] ppid=14369 vsize=8068220 memory=14888 CPUtime=1.04 cores=1,3,5,7
/proc/14400/task/14414/stat : 14414 (java) S 14369 14369 14305 0 -1 1077944384 167 0 0 0 45 59 0 0 20 0 19 0 230719904 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662979938992 139663604923010 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14416] ppid=14369 vsize=8068220 memory=34700 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14416/stat : 14416 (java) S 14369 14369 14305 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 230719970 8261857280 30162 33554432000 4194304 4196468 140721371544288 139662972130496 139663604936473 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14418] ppid=14369 vsize=8068220 memory=15932 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14418/stat : 14418 (java) S 14369 14369 14305 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 230719970 8261857280 30162 33554432000 4194304 4196468 140721371544288 139660793720080 139663604933789 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14419] ppid=14369 vsize=8068220 memory=3332 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14419/stat : 14419 (java) S 14369 14369 14305 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 230719970 8261857280 30162 33554432000 4194304 4196468 140721371544288 139660525289616 139663604933789 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
[pid=14400/tid=14420] ppid=14369 vsize=8068220 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14420/stat : 14420 (java) S 14369 14369 14305 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 19 0 230719972 8261857280 30162 33554432000 4194304 4196468 140721371544288 139660927950496 139663604922069 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16879616 140721371550901 140721371551025 140721371551025 140721371553743 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 8244468 KiB
Current children cumulated memory: 166600 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2511.31 s]
# the end of solver process 14369 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.2082 s, system=0.26283 s

[startup+2511.31 s]
# the end of solver process 14400 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.08 s, system=1.02668 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 1
Real time (s): 2511.31
CPU time (s): 2520.1
CPU user time (s): 2519.08
CPU system time (s): 1.02668
CPU usage (%): 100.35
Max. virtual memory (cumulated for all children) (KiB): 15142280
Max. memory (cumulated for all children) (KiB): 926684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.08
system time used= 1.02668
maximum resident set size= 926072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195968
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60443
involuntary context switches= 1302


# summary of solver processes directly reported to runsolver:
#   pid: 14369,14400
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2519.08
#   total CPU system time (s): 1.02668

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9964 second user time and 26.7733 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 05:39:23
IDJOB=4305641
IDBENCH=141604
IDSOLVER=2783
FILE ID=node132/4305641-1534131563
RUNJOBID= node132-1534131563-14337
PBS_JOBID= 21037017
Free space on /tmp= 38196 MiB

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

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

MD5SUM BENCH= 13340ae912518807f9e2f6bcededa797
RANDOM SEED=1118334051

node132.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.65
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.65
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.65
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.65
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:        17779712 kB
MemAvailable:   31903852 kB
Buffers:          251568 kB
Cached:         13983380 kB
SwapCached:            0 kB
Active:          7026604 kB
Inactive:        7263100 kB
Active(anon):       4408 kB
Inactive(anon):   102816 kB
Active(file):    7022196 kB
Inactive(file):  7160284 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15640 kB
Writeback:             0 kB
AnonPages:         61160 kB
Mapped:            54644 kB
Shmem:             49824 kB
Slab:             398776 kB
SReclaimable:     370120 kB
SUnreclaim:        28656 kB
KernelStack:        3184 kB
PageTables:         5724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     352624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38176 MiB
End job on node132 at 2018-08-13 06:21:15