Trace number 4305332

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop order+MapleCOMSPS (2018-07-31)SAT 5.16432 2.63369

General information on the benchmark

NameColouredQueens/
ColouredQueens-07_c18.xml
MD5SUM968c6e40c1de71b17fca4670fe54f327
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.007257
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints36
Number of domains1
Minimum domain size7
Maximum domain size7
Distribution of domain sizes[{"size":7,"count":49}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":45}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":16}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":36}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -order -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-16961-serial-file.bin HOME/instance-4305332-1534060445.xml
0.55/0.51	
0.66/0.52	scop order+minisat_release (2018-07-31)
0.66/0.52	(Encoding Process)
0.66/0.52	
0.66/0.54	c BEGIN-Prog: Sun Aug 12 09:54:05 CEST 2018
0.66/0.54	c PID: 16964
0.66/0.54	c IP: 172.20.3.139
0.66/0.54	c HOST: node139.alineos.net
0.66/0.55	c (0,0) Parsing Begin
1.20/0.84	c (0,0) Parsing End
1.20/0.84	c (0,0) CSP: 49 int (0 aux), 0 bool (0 aux), 36 ctr, max domain size 7
1.20/0.84	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 17 MiB used (max 0 MiB)
1.20/0.84	c (0,0) Constraint Name Generate Begin
1.20/0.85	c (0,0) Ctr:HOME/instance-4305332-1534060445.xml,AllDifferent:IntVar
1.20/0.85	c (0,0) Constraint Name Generate End
1.20/0.85	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 17 MiB used (max 0 MiB)
1.20/0.85	c (0,0) CSP to CSPinCNF Begin
1.56/1.03	c (0,0) translated 4 (10%) constraints
1.56/1.07	c (0,0) translated 8 (20%) constraints
1.56/1.10	c (0,0) translated 11 (30%) constraints
1.85/1.13	c (0,0) translated 15 (40%) constraints
1.85/1.14	c (0,0) translated 18 (50%) constraints
1.85/1.16	c (0,0) translated 22 (60%) constraints
1.85/1.17	c (0,0) translated 26 (70%) constraints
1.85/1.17	c (0,0) translated 29 (80%) constraints
1.85/1.19	c (0,0) translated 33 (90%) constraints
1.85/1.20	c (0,0) translated 36 (100%) constraints
2.10/1.26	c (0,0) STATISTICS1:HOME/instance-4305332-1534060445.xml,AllDifferent:IntVar,49,548,7,7,7,2,7:476,7:1336,7:32;6:8;5:8;4:8;3:8;2:484,2:476;1:384,
2.10/1.26	c (0,0) ==========================================
2.10/1.26	c (0,0) Order
2.10/1.26	c (0,0) ==========================================
2.10/1.28	c (0,0) translated 55 (10%) constraints
2.10/1.29	c (0,0) translated 110 (20%) constraints
2.35/1.30	c (0,0) translated 165 (30%) constraints
2.35/1.31	c (0,0) translated 220 (40%) constraints
2.35/1.32	c (0,0) translated 274 (50%) constraints
2.35/1.33	c (0,0) translated 329 (60%) constraints
2.35/1.33	c (0,0) translated 384 (70%) constraints
2.35/1.34	c (0,0) translated 439 (80%) constraints
2.35/1.34	c (0,0) translated 494 (90%) constraints
2.35/1.35	c (0,0) translated 548 (100%) constraints
2.35/1.35	c (0,0) CSP to CSPinCNF End
2.35/1.35	c (0,0) CSP: 49 int (0 aux), 0 bool (0 aux), 548 ctr, max domain size 7
2.35/1.35	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.35/1.35	c (0,0) CSPinCNF Propagation Begin
2.35/1.38	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.35/1.38	c (0,0) CSPinCNF Propagation End
2.35/1.39	c (0,0) CSP: 49 int (0 aux), 0 bool (0 aux), 548 ctr, max domain size 7
2.35/1.39	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.35/1.39	c (0,0) Simplify CSPinCNF Begin
2.65/1.48	c (0,0) Simplify CSPinCNF End
2.65/1.48	c (0,0) CSP: 49 int (0 aux), 952 bool (952 aux), 1500 ctr, max domain size 7
2.65/1.48	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.65/1.48	c (0,0) Calculate Precise Domain Begin
2.65/1.49	c (0,0) 0 values are removed by re-calculation
2.65/1.49	c (0,0) Calculate Precise Domain End
2.65/1.49	c (0,0) CSP: 49 int (0 aux), 952 bool (952 aux), 1500 ctr, max domain size 7
2.65/1.49	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.65/1.49	c (0,0) CSPinCNF to SatSolver Begin
2.95/1.57	c (1,1) 150 (10 %) CSP clauses are encoded (1246 SAT variables, 970 SAT clauses)
2.95/1.59	c (1,1) 300 (20 %) CSP clauses are encoded (1246 SAT variables, 1708 SAT clauses)
3.28/1.60	c (1,1) 450 (30 %) CSP clauses are encoded (1246 SAT variables, 2440 SAT clauses)
3.28/1.62	c (1,1) 600 (40 %) CSP clauses are encoded (1246 SAT variables, 3166 SAT clauses)
3.28/1.63	c (1,1) 750 (50 %) CSP clauses are encoded (1246 SAT variables, 3898 SAT clauses)
3.28/1.64	c (1,1) 900 (60 %) CSP clauses are encoded (1246 SAT variables, 4636 SAT clauses)
3.28/1.65	c (1,1) 1050 (70 %) CSP clauses are encoded (1246 SAT variables, 5362 SAT clauses)
3.28/1.65	c (1,1) 1200 (80 %) CSP clauses are encoded (1246 SAT variables, 6052 SAT clauses)
3.28/1.66	c (1,1) 1350 (90 %) CSP clauses are encoded (1246 SAT variables, 6748 SAT clauses)
3.28/1.67	c (1,1) 1500 (100 %) CSP clauses are encoded (1246 SAT variables, 7456 SAT clauses)
3.28/1.67	c (1,1) Launch Command will be: minisat_release
3.28/1.67	c (1,1) CSPinCNF to SatSolver End
3.28/1.67	c (1,1) Heap : 225 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.61/1.70	c (1,1) STATISTICS2:HOME/instance-4305332-1534060445.xml,AllDifferent:IntVar,1001,1500,7,7,7,2,7:952,7:2288;2:1904,7:32;6:8;5:8;4:8;3:8;2:1436,2:952;1:2288,
3.61/1.70	c (1,1) 1246 bool, 7457 clause
3.61/1.70	c (1,1) Export Begin
3.61/1.78	c (1,1) Export to HOME/scop-16961-serial-file.bin
3.61/1.78	c (1,1) Export End
3.61/1.78	c (1,1) Export File Size: 0.01 MB
3.61/1.78	c (1,1) 0,0,0,0,0,0,1,STOP-AFTER(DIMACS)
3.61/1.78	c END-Prog: Sun Aug 12 09:54:07 CEST 2018
0.00/1.80	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-16961-serial-file.bin
4.42/2.29	c (0,0) Read Serial File Begin
4.42/2.29	c (0,0) HOME/scop-16961-serial-file.bin
4.69/2.44	c (0,0) Read Serial File End
4.69/2.45	
4.69/2.45	scop order+minisat_release (2018-07-31)
4.69/2.46	(Solving Process)
4.69/2.46	
4.69/2.48	c BEGIN-Prog: Sun Aug 12 09:54:07 CEST 2018
4.69/2.48	c PID: 16985
4.69/2.48	c IP: 172.20.3.139
4.69/2.48	c HOST: node139.alineos.net
4.69/2.48	c (0,0) SatSolver.solve Begin
4.69/2.48	c (0,0) 0 bool, 0 clause
4.69/2.48	c (0,0) minisat_release HOME/instance-4305332-1534060445.xml-scop-16964.cnf
4.87/2.52	c (0,0) c This is COMiniSatPS.
4.87/2.52	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
4.87/2.52	c (0,0) c ============================[ Problem Statistics ]=============================
4.87/2.52	c (0,0) c |                                                                             |
4.87/2.52	c (0,0) c |  Number of variables:          1246                                         |
4.87/2.52	c (0,0) c |  Number of clauses:            7457                                         |
4.87/2.52	c (0,0) c |  Parse time:                   0.00 s                                       |
4.87/2.52	c (0,0) c |  Eliminated clauses:           0.01 Mb                                      |
4.87/2.52	c (0,0) c Reduced to 770 vars, 6981 cls (grow=0)
4.87/2.52	c (0,0) c No iterative elimination performed. (vars=770, c/v ratio=9.1)
4.87/2.52	c (0,0) c |  Simplification time:          0.00 s                                       |
4.87/2.52	c (0,0) c |                                                                             |
4.87/2.52	c (0,0) c ============================[ Search Statistics ]==============================
4.87/2.52	c (0,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.87/2.52	c (0,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.87/2.52	c (0,0) c ===============================================================================
4.87/2.52	c (0,0) c ===============================================================================
4.87/2.52	c (0,0) c restarts              : 1
4.87/2.52	c (0,0) c conflicts             : 227            (17316 /sec)
4.87/2.52	c (0,0) c decisions             : 326            (0.00 % random) (24868 /sec)
4.87/2.52	c (0,0) c propagations          : 26262          (2003356 /sec)
4.87/2.52	c (0,0) c conflict literals     : 4865           (11.27 % deleted)
4.87/2.52	c (0,0) c CPU time              : 0.013109 s
4.87/2.52	c (0,0) 
4.87/2.52	c (0,0) s SATISFIABLE
4.87/2.55	c (0,0) SatSolver.solve End
4.87/2.55	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
4.87/2.55	c (0,0) Show results Begin
5.09/2.61	s SATISFIABLE
5.09/2.62	v <instantiation>
5.09/2.62	v     <list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]</list>
5.09/2.62	v     <values>0 2 5 6 4 1 3 5 6 4 1 3 0 2 4 1 3 0 2 5 6 3 0 2 5 6 4 1 2 5 6 4 1 3 0 6 4 1 3 0 2 5 1 3 0 2 5 6 4</values>
5.09/2.62	v </instantiation>
5.09/2.62	c (0,0) Show results End
5.09/2.62	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
5.09/2.62	c (0,0) 0,0,STOP-AFTER(ALL)
5.09/2.62	c END-Prog: Sun Aug 12 09:54:07 CEST 2018

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305332-1534060445/watcher-4305332-1534060445 -o /tmp/evaluation-result-4305332-1534060445/solver-4305332-1534060445 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534060441-16802 --watchdog 2580 scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305332-1534060445.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
Current StackSize limit: 8192 KiB

solver pid=16961, runsolver pid=16958

[startup+0.100092 s]*
/proc/loadavg: 0.78 0.93 1.26 3/219 16978
/proc/meminfo: memFree=10639844/32770624 swapFree=67108860/67108860
[pid=16961] ppid=16958 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/16961/stat : 16961 (scop.sh) S 16958 16961 16770 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 223607637 115843072 348 33554432000 4194304 5098028 140731577752704 140731577749960 140206509011580 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9060352 140731577754688 140731577754887 140731577754887 140731577757645 0
/proc/16961/statm: 28282 348 296 221 0 87 0
[pid=16964] ppid=16961 vsize=15012476 memory=72304 CPUtime=0.11 cores=1,3,5,7
/proc/16964/stat : 16964 (java) S 16961 16961 16770 0 -1 1077944320 6697 0 0 0 9 2 0 0 20 0 15 0 223607637 15372775424 18076 33554432000 4194304 4196468 140732850337584 140732850320128 139764981509879 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
/proc/16964/statm: 3753119 18076 2766 1 0 3715579 0
[pid=16964/tid=16965] ppid=16961 vsize=15012476 memory=-6601833317647732518 CPUtime=0.08 cores=1,3,5,7
/proc/16964/task/16965/stat : 16965 (java) R 16961 16961 16770 0 -1 4202560 4784 0 0 0 7 1 0 0 20 0 15 0 223607637 15372775424 18076 33554432000 4194304 4196468 140732850337584 139764953321864 139764963073439 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16966] ppid=16961 vsize=15012476 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16966/stat : 16966 (java) S 16961 16961 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607639 15372775424 18076 33554432000 4194304 4196468 140732850337584 139764985752208 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16967] ppid=16961 vsize=15012476 memory=140340111238784 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16967/stat : 16967 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607639 15372775424 18076 33554432000 4194304 4196468 140732850337584 139764442593808 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16968] ppid=16961 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16968/stat : 16968 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607639 15372775424 18076 33554432000 4194304 4196468 140732850337584 139764441541008 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16969] ppid=16961 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16969/stat : 16969 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607639 15372775424 18076 33554432000 4194304 4196468 140732850337584 139764440488208 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16970] ppid=16961 vsize=15012476 memory=140340111238784 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16970/stat : 16970 (java) S 16961 16961 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607640 15372775424 18076 33554432000 4194304 4196468 140732850337584 139764019092336 139764981521026 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16971] ppid=16961 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16971/stat : 16971 (java) S 16961 16961 16770 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 223607641 15372775424 18076 33554432000 4194304 4196468 140732850337584 139763604514336 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16972] ppid=16961 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16972/stat : 16972 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607641 15372775424 18076 33554432000 4194304 4196468 140732850337584 139763336078704 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16973] ppid=16961 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16973/stat : 16973 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607643 15372775424 18076 33554432000 4194304 4196468 140732850337584 139762961570128 139764981528475 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16974] ppid=16961 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16974/stat : 16974 (java) S 16961 16961 16770 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 223607643 15372775424 18076 33554432000 4194304 4196468 140732850337584 139764018039152 139764981521026 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16975] ppid=16961 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16975/stat : 16975 (java) S 16961 16961 16770 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 223607643 15372775424 18076 33554432000 4194304 4196468 140732850337584 139764016986352 139764981521026 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16976] ppid=16961 vsize=15012476 memory=140340111238784 CPUtime=0.01 cores=1,3,5,7
/proc/16964/task/16976/stat : 16976 (java) S 16961 16961 16770 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 15 0 223607643 15372775424 18076 33554432000 4194304 4196468 140732850337584 139764015933552 139764981521026 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16977] ppid=16961 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16977/stat : 16977 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607644 15372775424 18076 33554432000 4194304 4196468 140732850337584 139762463664352 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16978] ppid=16961 vsize=15012476 memory=140340111238784 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16978/stat : 16978 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607644 15372775424 18076 33554432000 4194304 4196468 140732850337584 139764014881968 139764981521026 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 73696 KiB

[startup+0.210586 s]*
/proc/loadavg: 0.78 0.93 1.26 4/219 16978
/proc/meminfo: memFree=10621364/32770624 swapFree=67108860/67108860
[pid=16961] ppid=16958 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/16961/stat : 16961 (scop.sh) S 16958 16961 16770 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 223607637 115843072 348 33554432000 4194304 5098028 140731577752704 140731577749960 140206509011580 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9060352 140731577754688 140731577754887 140731577754887 140731577757645 0
/proc/16961/statm: 28282 348 296 221 0 87 0
[pid=16964] ppid=16961 vsize=15012476 memory=85640 CPUtime=0.26 cores=1,3,5,7
/proc/16964/stat : 16964 (java) S 16961 16961 16770 0 -1 1077944320 10315 0 0 0 23 3 0 0 20 0 15 0 223607637 15372775424 21410 33554432000 4194304 4196468 140732850337584 140732850320128 139764981509879 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
/proc/16964/statm: 3753119 21410 2897 1 0 3715579 0
[pid=16964/tid=16965] ppid=16961 vsize=15012476 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/16964/task/16965/stat : 16965 (java) R 16961 16961 16770 0 -1 4202560 8221 0 0 0 17 2 0 0 20 0 15 0 223607637 15372775424 21410 33554432000 4194304 4196468 140732850337584 139764953335256 139764981531805 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16966] ppid=16961 vsize=15012476 memory=12591 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16966/stat : 16966 (java) S 16961 16961 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607639 15372775424 21410 33554432000 4194304 4196468 140732850337584 139764985752208 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16967] ppid=16961 vsize=15012476 memory=3544814328207009440 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16967/stat : 16967 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607639 15372775424 21410 33554432000 4194304 4196468 140732850337584 139764442593808 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16968] ppid=16961 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16968/stat : 16968 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607639 15372775424 21410 33554432000 4194304 4196468 140732850337584 139764441541008 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16969] ppid=16961 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16969/stat : 16969 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607639 15372775424 21410 33554432000 4194304 4196468 140732850337584 139764440488208 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16970] ppid=16961 vsize=15012476 memory=140340111238784 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16970/stat : 16970 (java) S 16961 16961 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607640 15372775424 21410 33554432000 4194304 4196468 140732850337584 139764019092336 139764981521026 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16971] ppid=16961 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16971/stat : 16971 (java) S 16961 16961 16770 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 223607641 15372775424 21410 33554432000 4194304 4196468 140732850337584 139763604514336 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16972] ppid=16961 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16972/stat : 16972 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607641 15372775424 21410 33554432000 4194304 4196468 140732850337584 139763336078704 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16973] ppid=16961 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16973/stat : 16973 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607643 15372775424 21410 33554432000 4194304 4196468 140732850337584 139762961570128 139764981528475 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16974] ppid=16961 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16964/task/16974/stat : 16974 (java) S 16961 16961 16770 0 -1 1077944384 317 0 0 0 1 0 0 0 20 0 15 0 223607643 15372775424 21410 33554432000 4194304 4196468 140732850337584 139764018039152 139764981521026 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16975] ppid=16961 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16975/stat : 16975 (java) R 16961 16961 16770 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 15 0 223607643 15372775424 21410 33554432000 4194304 4196468 140732850337584 139764016986352 139764981521026 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16976] ppid=16961 vsize=15012476 memory=140340111238784 CPUtime=0.03 cores=1,3,5,7
/proc/16964/task/16976/stat : 16976 (java) R 16961 16961 16770 0 -1 4202560 290 0 0 0 3 0 0 0 20 0 15 0 223607643 15372775424 21410 33554432000 4194304 4196468 140732850337584 139764015933552 139764965590366 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16977] ppid=16961 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16977/stat : 16977 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607644 15372775424 21410 33554432000 4194304 4196468 140732850337584 139762463664352 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16978] ppid=16961 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16978/stat : 16978 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607644 15372775424 21410 33554432000 4194304 4196468 140732850337584 139764014881968 139764981521026 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 87032 KiB

[startup+0.310491 s]*
/proc/loadavg: 0.78 0.93 1.26 3/219 16978
/proc/meminfo: memFree=10597180/32770624 swapFree=67108860/67108860
[pid=16961] ppid=16958 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/16961/stat : 16961 (scop.sh) S 16958 16961 16770 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 223607637 115843072 348 33554432000 4194304 5098028 140731577752704 140731577749960 140206509011580 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9060352 140731577754688 140731577754887 140731577754887 140731577757645 0
/proc/16961/statm: 28282 348 296 221 0 87 0
[pid=16964] ppid=16961 vsize=15012476 memory=90104 CPUtime=0.42 cores=1,3,5,7
/proc/16964/stat : 16964 (java) S 16961 16961 16770 0 -1 1077944320 10936 0 0 0 39 3 0 0 20 0 15 0 223607637 15372775424 22526 33554432000 4194304 4196468 140732850337584 140732850320128 139764981509879 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
/proc/16964/statm: 3753119 22526 3009 1 0 3715579 0
[pid=16964/tid=16965] ppid=16961 vsize=15012476 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/16964/task/16965/stat : 16965 (java) R 16961 16961 16770 0 -1 4202560 8655 0 0 0 27 2 0 0 20 0 15 0 223607637 15372775424 22526 33554432000 4194304 4196468 140732850337584 139764953304880 139764966878031 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16966] ppid=16961 vsize=15012476 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16966/stat : 16966 (java) S 16961 16961 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607639 15372775424 22526 33554432000 4194304 4196468 140732850337584 139764985752208 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16967] ppid=16961 vsize=15012476 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16967/stat : 16967 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607639 15372775424 22526 33554432000 4194304 4196468 140732850337584 139764442593808 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16968] ppid=16961 vsize=15012476 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16968/stat : 16968 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607639 15372775424 22526 33554432000 4194304 4196468 140732850337584 139764441541008 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16969] ppid=16961 vsize=15012476 memory=7089274314207166114 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16969/stat : 16969 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607639 15372775424 22526 33554432000 4194304 4196468 140732850337584 139764440488208 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16970] ppid=16961 vsize=15012476 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16970/stat : 16970 (java) S 16961 16961 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607640 15372775424 22526 33554432000 4194304 4196468 140732850337584 139764019092336 139764981521026 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16971] ppid=16961 vsize=15012476 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16971/stat : 16971 (java) S 16961 16961 16770 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 223607641 15372775424 22526 33554432000 4194304 4196468 140732850337584 139763604514336 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16972] ppid=16961 vsize=15012476 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16972/stat : 16972 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607641 15372775424 22526 33554432000 4194304 4196468 140732850337584 139763336078704 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16973] ppid=16961 vsize=15012476 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16973/stat : 16973 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607643 15372775424 22526 33554432000 4194304 4196468 140732850337584 139762961570128 139764981528475 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16974] ppid=16961 vsize=15012476 memory=4426078206164241782 CPUtime=0.02 cores=1,3,5,7
/proc/16964/task/16974/stat : 16974 (java) R 16961 16961 16770 0 -1 1077944384 403 0 0 0 2 0 0 0 20 0 15 0 223607643 15372775424 22526 33554432000 4194304 4196468 140732850337584 139764018039152 139764981521026 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16975] ppid=16961 vsize=15012476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16964/task/16975/stat : 16975 (java) R 16961 16961 16770 0 -1 4202560 215 0 0 0 2 0 0 0 20 0 15 0 223607643 15372775424 22526 33554432000 4194304 4196468 140732850337584 139764016986352 139764966415253 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16976] ppid=16961 vsize=15012476 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16964/task/16976/stat : 16976 (java) R 16961 16961 16770 0 -1 4202560 330 0 0 0 7 0 0 0 20 0 15 0 223607643 15372775424 22526 33554432000 4194304 4196468 140732850337584 139764015933552 139764964851873 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16977] ppid=16961 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16977/stat : 16977 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607644 15372775424 22526 33554432000 4194304 4196468 140732850337584 139762463664352 139764981520085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16978] ppid=16961 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16978/stat : 16978 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607644 15372775424 22526 33554432000 4194304 4196468 140732850337584 139764014881968 139764981521026 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91496 KiB

[startup+0.700783 s]
/proc/loadavg: 0.78 0.93 1.26 3/219 16978
/proc/meminfo: memFree=10561548/32770624 swapFree=67108860/67108860
[pid=16961] ppid=16958 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/16961/stat : 16961 (scop.sh) S 16958 16961 16770 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 223607637 115843072 348 33554432000 4194304 5098028 140731577752704 140731577749960 140206509011580 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9060352 140731577754688 140731577754887 140731577754887 140731577757645 0
/proc/16961/statm: 28282 348 296 221 0 87 0
[pid=16964] ppid=16961 vsize=15020872 memory=129384 CPUtime=1 cores=1,3,5,7
/proc/16964/stat : 16964 (java) S 16961 16961 16770 0 -1 1077944320 18067 0 0 0 95 5 0 0 20 0 15 0 223607637 15381372928 32346 33554432000 4194304 4196468 140732850337584 140732850320128 139764981509879 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
/proc/16964/statm: 3755218 32346 3132 1 0 3716603 0
[pid=16964/tid=16965] ppid=16961 vsize=15020872 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/16964/task/16965/stat : 16965 (java) R 16961 16961 16770 0 -1 4202560 15426 0 0 0 63 4 0 0 20 0 15 0 223607637 15381372928 32346 33554432000 4194304 4196468 140732850337584 139764953343504 139764981521814 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16966] ppid=16961 vsize=15020872 memory=-7082918048272507482 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16966/stat : 16966 (java) S 16961 16961 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607639 15381372928 32346 33554432000 4194304 4196468 140732850337584 139764985752208 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16967] ppid=16961 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16967/stat : 16967 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607639 15381372928 32346 33554432000 4194304 4196468 140732850337584 139764442593808 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16968] ppid=16961 vsize=15020872 memory=60688 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16968/stat : 16968 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607639 15381372928 32346 33554432000 4194304 4196468 140732850337584 139764441541008 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16969] ppid=16961 vsize=15020872 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16969/stat : 16969 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607639 15381372928 32346 33554432000 4194304 4196468 140732850337584 139764440488208 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16970] ppid=16961 vsize=15020872 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16970/stat : 16970 (java) S 16961 16961 16770 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 223607640 15381372928 32346 33554432000 4194304 4196468 140732850337584 139764019092336 139764981521026 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16971] ppid=16961 vsize=15020872 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16971/stat : 16971 (java) S 16961 16961 16770 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 223607641 15381372928 32346 33554432000 4194304 4196468 140732850337584 139763604514336 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16972] ppid=16961 vsize=15020872 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16972/stat : 16972 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607641 15381372928 32346 33554432000 4194304 4196468 140732850337584 139763336078704 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16973] ppid=16961 vsize=15020872 memory=796 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16973/stat : 16973 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607643 15381372928 32346 33554432000 4194304 4196468 140732850337584 139762961570128 139764981528475 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16974] ppid=16961 vsize=15020872 memory=5408 CPUtime=0.07 cores=1,3,5,7
/proc/16964/task/16974/stat : 16974 (java) S 16961 16961 16770 0 -1 1077944384 456 0 0 0 7 0 0 0 20 0 15 0 223607643 15381372928 32410 33554432000 4194304 4196468 140732850337584 139764018039152 139764981521026 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16975] ppid=16961 vsize=15020872 memory=876 CPUtime=0.09 cores=1,3,5,7
/proc/16964/task/16975/stat : 16975 (java) S 16961 16961 16770 0 -1 1077944384 446 0 0 0 9 0 0 0 20 0 15 0 223607643 15381372928 32410 33554432000 4194304 4196468 140732850337584 139764016986352 139764981521026 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16976] ppid=16961 vsize=15020872 memory=10096 CPUtime=0.15 cores=1,3,5,7
/proc/16964/task/16976/stat : 16976 (java) R 16961 16961 16770 0 -1 4202560 403 0 0 0 15 0 0 0 20 0 15 0 223607643 15381372928 32410 33554432000 4194304 4196468 140732850337584 139764015933552 139764981521814 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16977] ppid=16961 vsize=15020872 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16977/stat : 16977 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607644 15381372928 32410 33554432000 4194304 4196468 140732850337584 139762463664352 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16978] ppid=16961 vsize=15020872 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16978/stat : 16978 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607644 15381372928 32410 33554432000 4194304 4196468 140732850337584 139764014881968 139764981521026 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 130776 KiB

[startup+1.50095 s]
/proc/loadavg: 0.80 0.93 1.26 4/224 16984
/proc/meminfo: memFree=10500716/32770624 swapFree=67108860/67108860
[pid=16961] ppid=16958 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/16961/stat : 16961 (scop.sh) S 16958 16961 16770 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 223607637 115843072 348 33554432000 4194304 5098028 140731577752704 140731577749960 140206509011580 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9060352 140731577754688 140731577754887 140731577754887 140731577757645 0
/proc/16961/statm: 28282 348 296 221 0 87 0

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

/proc/16964/task/16966/stat : 16966 (java) S 16961 16961 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607639 15387734016 46301 33554432000 4194304 4196468 140732850337584 139764985752208 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16967] ppid=16961 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16967/stat : 16967 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607639 15387734016 46301 33554432000 4194304 4196468 140732850337584 139764442593808 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16968] ppid=16961 vsize=15027084 memory=140340002595280 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16968/stat : 16968 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607639 15387734016 46301 33554432000 4194304 4196468 140732850337584 139764441541008 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16969] ppid=16961 vsize=15027084 memory=280680005112320 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16969/stat : 16969 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607639 15387734016 46301 33554432000 4194304 4196468 140732850337584 139764440488208 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16970] ppid=16961 vsize=15027084 memory=12813 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16970/stat : 16970 (java) S 16961 16961 16770 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 223607640 15387734016 46301 33554432000 4194304 4196468 140732850337584 139764019092336 139764981521026 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16971] ppid=16961 vsize=15027084 memory=24398 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16971/stat : 16971 (java) S 16961 16961 16770 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 223607641 15387734016 46301 33554432000 4194304 4196468 140732850337584 139763604514336 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16972] ppid=16961 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16972/stat : 16972 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607641 15387734016 46301 33554432000 4194304 4196468 140732850337584 139763336078704 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16973] ppid=16961 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16973/stat : 16973 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607643 15387734016 46301 33554432000 4194304 4196468 140732850337584 139762961570128 139764981528475 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16974] ppid=16961 vsize=15027084 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/16964/task/16974/stat : 16974 (java) R 16961 16961 16770 0 -1 4202560 916 0 0 0 39 0 0 0 20 0 15 0 223607643 15387734016 46301 33554432000 4194304 4196468 140732850337584 139764018029264 139764960756438 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16975] ppid=16961 vsize=15027084 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/16964/task/16975/stat : 16975 (java) R 16961 16961 16770 0 -1 4202560 781 0 0 0 40 0 0 0 20 0 15 0 223607643 15387734016 46301 33554432000 4194304 4196468 140732850337584 139764016976144 139764966390141 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16976] ppid=16961 vsize=15027084 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/16964/task/16976/stat : 16976 (java) R 16961 16961 16770 0 -1 1077944384 2524 0 0 0 65 1 0 0 20 0 15 0 223607643 15387734016 46301 33554432000 4194304 4196468 140732850337584 139764015933552 139764981521026 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16977] ppid=16961 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16977/stat : 16977 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607644 15387734016 46301 33554432000 4194304 4196468 140732850337584 139762463664352 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16978] ppid=16961 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16978/stat : 16978 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607644 15387734016 46301 33554432000 4194304 4196468 140732850337584 139764014881968 139764981521026 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 15140212 KiB
Current children cumulated memory: 186596 KiB

[startup+2.63364 s]
# the end of solver process 16961 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.97583 s, system=0.188488 s

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

[startup+1.60098 s]
/proc/loadavg: 0.80 0.93 1.26 4/224 16984
/proc/meminfo: memFree=10500716/32770624 swapFree=67108860/67108860
[pid=16961] ppid=16958 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/16961/stat : 16961 (scop.sh) S 16958 16961 16770 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 223607637 115843072 348 33554432000 4194304 5098028 140731577752704 140731577749960 140206509011580 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9060352 140731577754688 140731577754887 140731577754887 140731577757645 0
/proc/16961/statm: 28282 348 296 221 0 87 0
[pid=16964] ppid=16961 vsize=15027084 memory=192644 CPUtime=3.28 cores=1,3,5,7
/proc/16964/stat : 16964 (java) S 16961 16961 16770 0 -1 1077944320 22569 0 0 0 319 9 0 0 20 0 15 0 223607637 15387734016 48161 33554432000 4194304 4196468 140732850337584 140732850320128 139764981509879 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
/proc/16964/statm: 3756771 48161 3206 1 0 3717627 0
[pid=16964/tid=16965] ppid=16961 vsize=15027084 memory=33 CPUtime=1.57 cores=1,3,5,7
/proc/16964/task/16965/stat : 16965 (java) R 16961 16961 16770 0 -1 4202560 16767 0 0 0 151 6 0 0 20 0 15 0 223607637 15387734016 48161 33554432000 4194304 4196468 140732850337584 139764953345384 139764493536401 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16966] ppid=16961 vsize=15027084 memory=288230376990847232 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16966/stat : 16966 (java) S 16961 16961 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607639 15387734016 48161 33554432000 4194304 4196468 140732850337584 139764985752208 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16967] ppid=16961 vsize=15027084 memory=288292173097748415 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16967/stat : 16967 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607639 15387734016 48161 33554432000 4194304 4196468 140732850337584 139764442593808 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16968] ppid=16961 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16968/stat : 16968 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607639 15387734016 48161 33554432000 4194304 4196468 140732850337584 139764441541008 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16969] ppid=16961 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16969/stat : 16969 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607639 15387734016 48161 33554432000 4194304 4196468 140732850337584 139764440488208 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16970] ppid=16961 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16970/stat : 16970 (java) S 16961 16961 16770 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 223607640 15387734016 48161 33554432000 4194304 4196468 140732850337584 139764019092336 139764981521026 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16971] ppid=16961 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16971/stat : 16971 (java) S 16961 16961 16770 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 223607641 15387734016 48161 33554432000 4194304 4196468 140732850337584 139763604514336 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16972] ppid=16961 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16972/stat : 16972 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607641 15387734016 48161 33554432000 4194304 4196468 140732850337584 139763336078704 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16973] ppid=16961 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16973/stat : 16973 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607643 15387734016 48161 33554432000 4194304 4196468 140732850337584 139762961570128 139764981528475 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16974] ppid=16961 vsize=15027084 memory=140340111250881 CPUtime=0.46 cores=1,3,5,7
/proc/16964/task/16974/stat : 16974 (java) R 16961 16961 16770 0 -1 4202560 956 0 0 0 46 0 0 0 20 0 15 0 223607643 15387734016 48161 33554432000 4194304 4196468 140732850337584 139764018026768 139764964894808 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16975] ppid=16961 vsize=15027084 memory=7373906997343053416 CPUtime=0.48 cores=1,3,5,7
/proc/16964/task/16975/stat : 16975 (java) R 16961 16961 16770 0 -1 4202560 823 0 0 0 48 0 0 0 20 0 15 0 223607643 15387734016 48161 33554432000 4194304 4196468 140732850337584 139764016976736 139764967662651 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16976] ppid=16961 vsize=15027084 memory=7810763844726514514 CPUtime=0.74 cores=1,3,5,7
/proc/16964/task/16976/stat : 16976 (java) R 16961 16961 16770 0 -1 1077944384 2687 0 0 0 73 1 0 0 20 0 15 0 223607643 15387734016 48161 33554432000 4194304 4196468 140732850337584 139764015933552 139764981521026 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16977] ppid=16961 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16977/stat : 16977 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607644 15387734016 48161 33554432000 4194304 4196468 140732850337584 139762463664352 139764981520085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
[pid=16964/tid=16978] ppid=16961 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16964/task/16978/stat : 16978 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607644 15387734016 48161 33554432000 4194304 4196468 140732850337584 139764014881968 139764981521026 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35340288 140732850340870 140732850341169 140732850341169 140732850343887 0
Current children cumulated CPU time: 3.28 s
Current children cumulated vsize: 15140212 KiB
Current children cumulated memory: 194036 KiB

[startup+2.40069 s]
/proc/loadavg: 0.80 0.93 1.26 5/224 16999
/proc/meminfo: memFree=10574272/32770624 swapFree=67108860/67108860
[pid=16961] ppid=16958 vsize=113128 memory=1468 CPUtime=3.9 cores=1,3,5,7
/proc/16961/stat : 16961 (scop.sh) S 16958 16961 16770 0 -1 4202496 590 23919 0 0 0 0 379 11 20 0 1 0 223607637 115843072 367 33554432000 4194304 5098028 140731577752704 140731577749448 140206509011580 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9060352 140731577754688 140731577754887 140731577754887 140731577757645 0
/proc/16961/statm: 28282 367 311 221 0 87 0
[pid=16985] ppid=16961 vsize=7406384 memory=96920 CPUtime=0.79 cores=1,3,5,7
/proc/16985/stat : 16985 (java) S 16961 16961 16770 0 -1 1077944320 15797 0 0 0 74 5 0 0 20 0 15 0 223607817 7584137216 24230 33554432000 4194304 4196468 140722584661120 140722584643664 139845267582711 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
/proc/16985/statm: 1851596 24230 3049 1 0 1813530 0
[pid=16985/tid=16986] ppid=16961 vsize=7406384 memory=6791534058613427641 CPUtime=0.57 cores=1,3,5,7
/proc/16985/task/16986/stat : 16986 (java) R 16961 16961 16770 0 -1 4202560 13479 0 0 0 53 4 0 0 20 0 15 0 223607818 7584137216 24230 33554432000 4194304 4196468 140722584661120 139845239370320 139845251663198 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16987] ppid=16961 vsize=7406384 memory=117 CPUtime=0 cores=1,3,5,7
/proc/16985/task/16987/stat : 16987 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607819 7584137216 24230 33554432000 4194304 4196468 140722584661120 139845271825424 139845267592917 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16988] ppid=16961 vsize=7406384 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16985/task/16988/stat : 16988 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607819 7584137216 24230 33554432000 4194304 4196468 140722584661120 139845077589136 139845267592917 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16989] ppid=16961 vsize=7406384 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16985/task/16989/stat : 16989 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607819 7584137216 24230 33554432000 4194304 4196468 140722584661120 139845076536080 139845267592917 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16990] ppid=16961 vsize=7406384 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16985/task/16990/stat : 16990 (java) S 16961 16961 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607819 7584137216 24230 33554432000 4194304 4196468 140722584661120 139844750314384 139845267592917 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16991] ppid=16961 vsize=7406384 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16985/task/16991/stat : 16991 (java) S 16961 16961 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607820 7584137216 24230 33554432000 4194304 4196468 140722584661120 139844646959344 139845267593858 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16992] ppid=16961 vsize=7406384 memory=7230638415855316055 CPUtime=0 cores=1,3,5,7
/proc/16985/task/16992/stat : 16992 (java) S 16961 16961 16770 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 223607821 7584137216 24230 33554432000 4194304 4196468 140722584661120 139844135150752 139845267592917 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16993] ppid=16961 vsize=7406384 memory=6082202987142080599 CPUtime=0 cores=1,3,5,7
/proc/16985/task/16993/stat : 16993 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607821 7584137216 24230 33554432000 4194304 4196468 140722584661120 139843866714864 139845267592917 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16994] ppid=16961 vsize=7406384 memory=7230638415855315031 CPUtime=0 cores=1,3,5,7
/proc/16985/task/16994/stat : 16994 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607823 7584137216 24230 33554432000 4194304 4196468 140722584661120 139843492206544 139845267601307 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16995] ppid=16961 vsize=7406384 memory=7230638415855315543 CPUtime=0.03 cores=1,3,5,7
/proc/16985/task/16995/stat : 16995 (java) S 16961 16961 16770 0 -1 1077944384 365 0 0 0 3 0 0 0 20 0 15 0 223607823 7584137216 24230 33554432000 4194304 4196468 140722584661120 139844645907184 139845267593858 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16996] ppid=16961 vsize=7406384 memory=7230638415907024471 CPUtime=0.04 cores=1,3,5,7
/proc/16985/task/16996/stat : 16996 (java) S 16961 16961 16770 0 -1 1077944384 271 0 0 0 4 0 0 0 20 0 15 0 223607823 7584137216 24230 33554432000 4194304 4196468 140722584661120 139844644854640 139845267593858 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16997] ppid=16961 vsize=7406384 memory=7230638415973936215 CPUtime=0.12 cores=1,3,5,7
/proc/16985/task/16997/stat : 16997 (java) S 16961 16961 16770 0 -1 1077944384 348 0 0 0 12 0 0 0 20 0 15 0 223607823 7584137216 24230 33554432000 4194304 4196468 140722584661120 139844643801584 139845267593858 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16998] ppid=16961 vsize=7406384 memory=7372762371226690407 CPUtime=0 cores=1,3,5,7
/proc/16985/task/16998/stat : 16998 (java) S 16961 16961 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607823 7584137216 24230 33554432000 4194304 4196468 140722584661120 139842994301792 139845267592917 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16999] ppid=16961 vsize=7406384 memory=66608 CPUtime=0 cores=1,3,5,7
/proc/16985/task/16999/stat : 16999 (java) S 16961 16961 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607824 7584137216 24230 33554432000 4194304 4196468 140722584661120 139844642748976 139845267593858 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
Current children cumulated CPU time: 4.69 s
Current children cumulated vsize: 7519512 KiB
Current children cumulated memory: 98388 KiB

[startup+2.6007 s]
/proc/loadavg: 0.80 0.93 1.26 5/224 16999
/proc/meminfo: memFree=10574272/32770624 swapFree=67108860/67108860
[pid=16961] ppid=16958 vsize=113128 memory=1468 CPUtime=3.9 cores=1,3,5,7
/proc/16961/stat : 16961 (scop.sh) S 16958 16961 16770 0 -1 4202496 590 23919 0 0 0 0 379 11 20 0 1 0 223607637 115843072 367 33554432000 4194304 5098028 140731577752704 140731577749448 140206509011580 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9060352 140731577754688 140731577754887 140731577754887 140731577757645 0
/proc/16961/statm: 28282 367 311 221 0 87 0
[pid=16985] ppid=16961 vsize=7871608 memory=117748 CPUtime=1.19 cores=1,3,5,7
/proc/16985/stat : 16985 (java) S 16961 16961 16770 0 -1 1077944320 17670 801 0 0 112 6 1 0 20 0 17 0 223607817 8060526592 29437 33554432000 4194304 4196468 140722584661120 140722584643664 139845267582711 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
/proc/16985/statm: 1967902 29437 3157 1 0 1929301 0
[pid=16985/tid=16986] ppid=16961 vsize=7871608 memory=1399103955520229747 CPUtime=0.77 cores=1,3,5,7
/proc/16985/task/16986/stat : 16986 (java) R 16961 16961 16770 0 -1 4202560 14691 801 0 0 71 5 1 0 20 0 17 0 223607818 8060526592 29437 33554432000 4194304 4196468 140722584661120 139845239420496 139845251663198 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16987] ppid=16961 vsize=7871608 memory=8028674168966910323 CPUtime=0.01 cores=1,3,5,7
/proc/16985/task/16987/stat : 16987 (java) S 16961 16961 16770 0 -1 1077944384 1 801 0 0 0 0 1 0 20 0 17 0 223607819 8060526592 29437 33554432000 4194304 4196468 140722584661120 139845271825424 139845267592917 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16988] ppid=16961 vsize=7871608 memory=-4190076264842474805 CPUtime=0.01 cores=1,3,5,7
/proc/16985/task/16988/stat : 16988 (java) S 16961 16961 16770 0 -1 1077944384 1 801 0 0 0 0 1 0 20 0 17 0 223607819 8060526592 29437 33554432000 4194304 4196468 140722584661120 139845077589136 139845267592917 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16989] ppid=16961 vsize=7871608 memory=6944656592455097440 CPUtime=0.01 cores=1,3,5,7
/proc/16985/task/16989/stat : 16989 (java) S 16961 16961 16770 0 -1 1077944384 1 801 0 0 0 0 1 0 20 0 17 0 223607819 8060526592 29437 33554432000 4194304 4196468 140722584661120 139845076536080 139845267592917 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16990] ppid=16961 vsize=7871608 memory=6944656592455097440 CPUtime=0.01 cores=1,3,5,7
/proc/16985/task/16990/stat : 16990 (java) S 16961 16961 16770 0 -1 1077944384 2 801 0 0 0 0 1 0 20 0 17 0 223607819 8060526592 29437 33554432000 4194304 4196468 140722584661120 139844750314384 139845267592917 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16991] ppid=16961 vsize=7871608 memory=6944656592455360604 CPUtime=0.01 cores=1,3,5,7
/proc/16985/task/16991/stat : 16991 (java) S 16961 16961 16770 0 -1 1077944384 5 801 0 0 0 0 1 0 20 0 17 0 223607820 8060526592 29437 33554432000 4194304 4196468 140722584661120 139844646959344 139845267593858 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16992] ppid=16961 vsize=7871608 memory=6656426216303648864 CPUtime=0.01 cores=1,3,5,7
/proc/16985/task/16992/stat : 16992 (java) S 16961 16961 16770 0 -1 1077944384 13 801 0 0 0 0 1 0 20 0 17 0 223607821 8060526592 29437 33554432000 4194304 4196468 140722584661120 139844135150752 139845267592917 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16993] ppid=16961 vsize=7871608 memory=6944656575208382560 CPUtime=0.01 cores=1,3,5,7
/proc/16985/task/16993/stat : 16993 (java) S 16961 16961 16770 0 -1 1077944384 1 801 0 0 0 0 1 0 20 0 17 0 223607821 8060526592 29437 33554432000 4194304 4196468 140722584661120 139843866714864 139845267592917 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16994] ppid=16961 vsize=7871608 memory=-6223797151400815202 CPUtime=0.01 cores=1,3,5,7
/proc/16985/task/16994/stat : 16994 (java) S 16961 16961 16770 0 -1 1077944384 3 801 0 0 0 0 1 0 20 0 17 0 223607823 8060526592 29437 33554432000 4194304 4196468 140722584661120 139843492206544 139845267601307 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16995] ppid=16961 vsize=7871608 memory=6872598997609635920 CPUtime=0.09 cores=1,3,5,7
/proc/16985/task/16995/stat : 16995 (java) S 16961 16961 16770 0 -1 1077944384 602 801 0 0 8 0 1 0 20 0 17 0 223607823 8060526592 29437 33554432000 4194304 4196468 140722584661120 139844645907184 139845267593858 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16996] ppid=16961 vsize=7871608 memory=-6151477697539849876 CPUtime=0.1 cores=1,3,5,7
/proc/16985/task/16996/stat : 16996 (java) S 16961 16961 16770 0 -1 1077944384 361 801 0 0 9 0 1 0 20 0 17 0 223607823 8060526592 29437 33554432000 4194304 4196468 140722584661120 139844644854640 139845267593858 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16997] ppid=16961 vsize=7871608 memory=140344406206079 CPUtime=0.21 cores=1,3,5,7
/proc/16985/task/16997/stat : 16997 (java) S 16961 16961 16770 0 -1 1077944384 543 801 0 0 20 0 1 0 20 0 17 0 223607823 8060526592 29437 33554432000 4194304 4196468 140722584661120 139844643801584 139845267593858 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16998] ppid=16961 vsize=7871608 memory=4049637928150069098 CPUtime=0.01 cores=1,3,5,7
/proc/16985/task/16998/stat : 16998 (java) S 16961 16961 16770 0 -1 1077944384 3 801 0 0 0 0 1 0 20 0 17 0 223607823 8060526592 29437 33554432000 4194304 4196468 140722584661120 139842994301792 139845267592917 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
[pid=16985/tid=16999] ppid=16961 vsize=7871608 memory=4639622827774857296 CPUtime=0.01 cores=1,3,5,7
/proc/16985/task/16999/stat : 16999 (java) S 16961 16961 16770 0 -1 1077944384 1 801 0 0 0 0 1 0 20 0 17 0 223607824 8060526592 29437 33554432000 4194304 4196468 140722584661120 139844642748976 139845267593858 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17174528 140722584667317 140722584667441 140722584667441 140722584670159 0
Current children cumulated CPU time: 5.09 s
Current children cumulated vsize: 7984736 KiB
Current children cumulated memory: 119216 KiB

Child status: 0
Real time (s): 2.63369
CPU time (s): 5.16432
CPU user time (s): 4.97583
CPU system time (s): 0.188488
CPU usage (%): 196.087
Max. virtual memory (cumulated for all children) (KiB): 15140212
Max. memory (cumulated for all children) (KiB): 215700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.97583
system time used= 0.188488
maximum resident set size= 221668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43150
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4965
involuntary context switches= 56


# summary of solver processes directly reported to runsolver:
#   pid: 16961
#   total CPU time (s): 5.16432
#   total CPU user time (s): 4.97583
#   total CPU system time (s): 0.188488

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045112 second user time and 0.066094 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-12 09:54:05
IDJOB=4305332
IDBENCH=141018
IDSOLVER=2782
FILE ID=node139/4305332-1534060445
RUNJOBID= node139-1534060441-16802
PBS_JOBID= 21036974
Free space on /tmp= 28212 MiB

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

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

MD5SUM BENCH= 968c6e40c1de71b17fca4670fe54f327
RANDOM SEED=248063828

node139.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.80
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.80
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.80
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.80
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:        10707588 kB
MemAvailable:   31862728 kB
Buffers:          219080 kB
Cached:         20859084 kB
SwapCached:            0 kB
Active:          8150708 kB
Inactive:       13022144 kB
Active(anon):      49072 kB
Inactive(anon):    98692 kB
Active(file):    8101636 kB
Inactive(file): 12923452 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9452 kB
Writeback:             0 kB
AnonPages:        108636 kB
Mapped:            71864 kB
Shmem:             49804 kB
Slab:             586580 kB
SReclaimable:     558512 kB
SUnreclaim:        28068 kB
KernelStack:        3840 kB
PageTables:         5360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5416092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 28204 MiB
End job on node139 at 2018-08-12 09:54:07