Trace number 4305413

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)UNSAT 1434.05 1428.15

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-10_c18.xml
MD5SUM527aaa9849fb01578545f5f3ea53e2c8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1431.43
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints182
Number of domains1
Minimum domain size10
Maximum domain size10
Distribution of domain sizes[{"size":10,"count":190}]
Minimum variable degree0
Maximum variable degree21
Distribution of variable degrees[{"degree":0,"count":10},{"degree":2,"count":90},{"degree":20,"count":10},{"degree":21,"count":90}]
Minimum constraint arity10
Maximum constraint arity100
Distribution of constraint arities[{"arity":10,"count":1},{"arity":12,"count":180},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":180}]
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-4257-serial-file.bin HOME/instance-4305413-1534130875.xml
0.55/0.52	
0.67/0.52	scop order+minisat_release (2018-07-31)
0.67/0.52	(Encoding Process)
0.67/0.52	
0.67/0.54	c BEGIN-Prog: Mon Aug 13 05:27:56 CEST 2018
0.67/0.54	c PID: 4260
0.67/0.54	c IP: 172.20.3.137
0.67/0.54	c HOST: node137.alineos.net
0.67/0.55	c (0,0) Parsing Begin
1.42/0.98	c (0,0) Parsing End
1.42/0.98	c (0,0) CSP: 190 int (0 aux), 0 bool (0 aux), 182 ctr, max domain size 10
1.42/0.98	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.42/0.98	c (0,0) Constraint Name Generate Begin
1.42/0.99	c (0,0) Ctr:HOME/instance-4305413-1534130875.xml,AllDifferentMatrix:Element:Instantiation:IntVar
1.42/0.99	c (0,0) Constraint Name Generate End
1.42/0.99	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.42/0.99	c (0,0) CSP to CSPinCNF Begin
2.62/1.41	c (0,0) translated 19 (10%) constraints
2.62/1.44	c (0,0) translated 37 (20%) constraints
2.62/1.46	c (0,0) translated 55 (30%) constraints
2.62/1.48	c (0,0) translated 73 (40%) constraints
2.94/1.50	c (0,0) translated 91 (50%) constraints
2.94/1.52	c (0,0) translated 110 (60%) constraints
2.94/1.53	c (1,1) translated 128 (70%) constraints
2.94/1.55	c (1,1) translated 146 (80%) constraints
2.94/1.56	c (1,1) translated 164 (90%) constraints
2.94/1.58	c (1,1) translated 182 (100%) constraints
3.23/1.66	c (1,1) STATISTICS1:HOME/instance-4305413-1534130875.xml,AllDifferentMatrix:Element:Instantiation:IntVar,190,2750,10,10,10,2,10:3960;1:540,10:7200;1:410,10:40;3:1800;2:900;1:10,2:4500;1:2220,
3.23/1.66	c (1,1) ==========================================
3.23/1.66	c (1,1) Order
3.23/1.66	c (1,1) ==========================================
3.23/1.70	c (1,1) translated 275 (10%) constraints
3.62/1.72	c (1,1) translated 550 (20%) constraints
3.62/1.74	c (1,1) translated 825 (30%) constraints
3.93/1.81	c (1,1) translated 1100 (40%) constraints
3.93/1.88	c (1,1) translated 1375 (50%) constraints
4.30/1.94	c (1,1) translated 1650 (60%) constraints
4.30/1.99	c (1,1) translated 1925 (70%) constraints
4.66/2.03	c (1,1) translated 2200 (80%) constraints
4.66/2.07	c (1,1) translated 2475 (90%) constraints
4.95/2.11	c (1,1) translated 2750 (100%) constraints
4.95/2.11	c (1,1) CSP to CSPinCNF End
4.95/2.12	c (1,1) CSP: 190 int (0 aux), 1710 bool (1710 aux), 6360 ctr, max domain size 10
4.95/2.12	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
4.95/2.12	c (1,1) CSPinCNF Propagation Begin
5.24/2.23	c (1,1) 2 values, 588 unsatisfiable literals, and 180 valid clauses are removed
5.24/2.23	c (1,1) CSPinCNF Propagation End
5.24/2.23	c (1,1) CSP: 190 int (0 aux), 1710 bool (1710 aux), 6180 ctr, max domain size 10
5.24/2.23	c (1,1) Heap : 337 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
5.24/2.23	c (1,1) Simplify CSPinCNF Begin
5.56/2.31	c (1,1) Simplify CSPinCNF End
5.56/2.31	c (1,1) CSP: 190 int (0 aux), 3430 bool (3430 aux), 7900 ctr, max domain size 10
5.56/2.31	c (1,1) Heap : 337 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
5.56/2.31	c (1,1) Calculate Precise Domain Begin
5.56/2.32	c (1,1) 0 values are removed by re-calculation
5.56/2.32	c (1,1) Calculate Precise Domain End
5.56/2.32	c (1,1) CSP: 190 int (0 aux), 3430 bool (3430 aux), 7900 ctr, max domain size 10
5.56/2.32	c (1,1) Heap : 337 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
5.56/2.32	c (1,1) CSPinCNF to SatSolver Begin
5.91/2.46	c (1,1) 790 (10 %) CSP clauses are encoded (5010 SAT variables, 5797 SAT clauses)
5.91/2.50	c (1,1) 1580 (20 %) CSP clauses are encoded (5010 SAT variables, 10233 SAT clauses)
6.23/2.53	c (2,1) 2370 (30 %) CSP clauses are encoded (5010 SAT variables, 14577 SAT clauses)
6.23/2.56	c (2,2) 3160 (40 %) CSP clauses are encoded (5010 SAT variables, 19135 SAT clauses)
6.23/2.59	c (2,2) 3950 (50 %) CSP clauses are encoded (5010 SAT variables, 23649 SAT clauses)
6.53/2.62	c (2,2) 4740 (60 %) CSP clauses are encoded (5010 SAT variables, 28164 SAT clauses)
6.53/2.65	c (2,2) 5530 (70 %) CSP clauses are encoded (5010 SAT variables, 32750 SAT clauses)
6.53/2.67	c (2,2) 6320 (80 %) CSP clauses are encoded (5010 SAT variables, 37302 SAT clauses)
6.84/2.70	c (2,2) 7110 (90 %) CSP clauses are encoded (5010 SAT variables, 41840 SAT clauses)
6.84/2.72	c (2,2) 7900 (100 %) CSP clauses are encoded (5010 SAT variables, 46395 SAT clauses)
6.84/2.72	c (2,2) Launch Command will be: minisat_release
6.84/2.72	c (2,2) CSPinCNF to SatSolver End
6.84/2.72	c (2,2) Heap : 450 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
6.84/2.78	c (2,2) STATISTICS2:HOME/instance-4305413-1534130875.xml,AllDifferentMatrix:Element:Instantiation:IntVar,3620,7900,10,10,8,2,10:2688;9:1592;8:400;1:604,10:9836;9:2912;8:584;2:8724;1:604,8:36;3:1360;2:6504,2:5284;1:12092,
6.84/2.78	c (2,2) 5010 bool, 46396 clause
6.84/2.78	c (2,2) Export Begin
7.15/2.88	c (2,2) Export to HOME/scop-4257-serial-file.bin
7.15/2.88	c (2,2) Export End
7.15/2.88	c (2,2) Export File Size: 0.03 MB
7.15/2.88	c (2,2) 0,0,1,1,1,1,2,STOP-AFTER(DIMACS)
7.15/2.88	c END-Prog: Mon Aug 13 05:27:58 CEST 2018
0.00/2.90	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-4257-serial-file.bin
7.94/3.39	c (0,0) Read Serial File Begin
7.94/3.39	c (0,0) HOME/scop-4257-serial-file.bin
8.20/3.57	c (0,0) Read Serial File End
8.20/3.58	
8.20/3.58	scop order+minisat_release (2018-07-31)
8.20/3.58	(Solving Process)
8.20/3.58	
8.38/3.61	c BEGIN-Prog: Mon Aug 13 05:27:59 CEST 2018
8.38/3.61	c PID: 4275
8.38/3.61	c IP: 172.20.3.137
8.38/3.61	c HOST: node137.alineos.net
8.38/3.61	c (0,0) SatSolver.solve Begin
8.38/3.61	c (0,0) 0 bool, 0 clause
8.38/3.61	c (0,0) minisat_release HOME/instance-4305413-1534130875.xml-scop-4260.cnf
1433.97/1428.13	c (1424,0) c This is COMiniSatPS.
1433.97/1428.13	c (1424,0) c WARNING: for repeatability, setting FPU to use double precision
1433.97/1428.13	c (1424,0) c ============================[ Problem Statistics ]=============================
1433.97/1428.13	c (1424,0) c |                                                                             |
1433.97/1428.13	c (1424,0) c |  Number of variables:          5010                                         |
1433.97/1428.13	c (1424,0) c |  Number of clauses:           46396                                         |
1433.97/1428.13	c (1424,0) c |  Parse time:                   0.01 s                                       |
1433.97/1428.13	c (1424,0) c |  Eliminated clauses:           0.05 Mb                                      |
1433.97/1428.13	c (1424,0) c Reduced to 2264 vars, 39380 cls (grow=0)
1433.97/1428.13	c (1424,0) c No iterative elimination performed. (vars=2264, c/v ratio=17.4)
1433.97/1428.13	c (1424,0) c |  Simplification time:          0.04 s                                       |
1433.97/1428.13	c (1424,0) c |                                                                             |
1433.97/1428.13	c (1424,0) c ============================[ Search Statistics ]==============================
1433.97/1428.13	c (1424,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1433.97/1428.13	c (1424,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1433.97/1428.13	c (1424,0) c ===============================================================================
1433.97/1428.13	c (1424,0) c ===============================================================================
1433.97/1428.13	c (1424,0) c restarts              : 10953
1433.97/1428.13	c (1424,0) c conflicts             : 6737094        (4730 /sec)
1433.97/1428.13	c (1424,0) c decisions             : 7180443        (0.00 % random) (5041 /sec)
1433.97/1428.13	c (1424,0) c propagations          : 1892237035     (1328425 /sec)
1433.97/1428.13	c (1424,0) c conflict literals     : 139527602      (52.92 % deleted)
1433.97/1428.13	c (1424,0) c CPU time              : 1424.42 s
1433.97/1428.13	c (1424,0) 
1433.97/1428.14	c (1424,0) s UNSATISFIABLE
1433.97/1428.14	c (1424,0) SatSolver.solve End
1433.97/1428.14	c (1424,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
1433.97/1428.14	c (1424,0) Show results Begin
1433.97/1428.14	s UNSATISFIABLE
1433.97/1428.14	c (1424,0) Show results End
1433.97/1428.14	c (1424,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
1433.97/1428.14	c (1424,0) 1424,1424,STOP-AFTER(ALL)
1433.97/1428.14	c END-Prog: Mon Aug 13 05:51:43 CEST 2018

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305413-1534130875/watcher-4305413-1534130875 -o /tmp/evaluation-result-4305413-1534130875/solver-4305413-1534130875 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534130784-3991 --watchdog 2580 scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305413-1534130875.xml 

running on 4 cores: 0,2,4,6

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=4257, runsolver pid=4254

[startup+0.100197 s]*
/proc/loadavg: 1.75 1.08 0.89 4/223 4274
/proc/meminfo: memFree=23599588/32770624 swapFree=67108372/67108860
[pid=4257] ppid=4254 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4257/stat : 4257 (scop.sh) S 4254 4257 3960 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 230650685 115843072 349 33554432000 4194304 5098028 140724527907280 140724527904536 140112983929468 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31264768 140724527912000 140724527912199 140724527912199 140724527914957 0
/proc/4257/statm: 28282 349 296 221 0 87 0
[pid=4260] ppid=4257 vsize=15012476 memory=72200 CPUtime=0.1 cores=0,2,4,6
/proc/4260/stat : 4260 (java) S 4257 4257 3960 0 -1 1077944320 6145 0 0 0 9 1 0 0 20 0 15 0 230650685 15372775424 18050 33554432000 4194304 4196468 140736779313248 140736779295792 140404169072375 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
/proc/4260/statm: 3753119 18050 2764 1 0 3715579 0
[pid=4260/tid=4261] ppid=4257 vsize=15012476 memory=-2843871807293670558 CPUtime=0.09 cores=0,2,4,6
/proc/4260/task/4261/stat : 4261 (java) R 4257 4257 3960 0 -1 4202560 4354 0 0 0 8 1 0 0 20 0 15 0 230650685 15372775424 18182 33554432000 4194304 4196468 140736779313248 140404140884360 140404149349200 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4262] ppid=4257 vsize=15012476 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4262/stat : 4262 (java) S 4257 4257 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230650687 15372775424 18182 33554432000 4194304 4196468 140736779313248 140404173314704 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4263] ppid=4257 vsize=15012476 memory=139976945555072 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4263/stat : 4263 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230650687 15372775424 18182 33554432000 4194304 4196468 140736779313248 140403964398096 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4264] ppid=4257 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4264/stat : 4264 (java) S 4257 4257 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230650687 15372775424 18182 33554432000 4194304 4196468 140736779313248 140403963345296 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4265] ppid=4257 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4265/stat : 4265 (java) S 4257 4257 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230650687 15372775424 18182 33554432000 4194304 4196468 140736779313248 140403962292496 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4266] ppid=4257 vsize=15012476 memory=139976945555072 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4266/stat : 4266 (java) S 4257 4257 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230650688 15372775424 18182 33554432000 4194304 4196468 140736779313248 140402938030960 140404169083522 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4267] ppid=4257 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4267/stat : 4267 (java) S 4257 4257 3960 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230650689 15372775424 18182 33554432000 4194304 4196468 140736779313248 140402816443936 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4268] ppid=4257 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4268/stat : 4268 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230650689 15372775424 18182 33554432000 4194304 4196468 140736779313248 140402548008304 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4269] ppid=4257 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4269/stat : 4269 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230650691 15372775424 18182 33554432000 4194304 4196468 140736779313248 140402173499728 140404169090971 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4270] ppid=4257 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4270/stat : 4270 (java) S 4257 4257 3960 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 230650691 15372775424 18182 33554432000 4194304 4196468 140736779313248 140402936977776 140404169083522 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4271] ppid=4257 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4271/stat : 4271 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230650691 15372775424 18182 33554432000 4194304 4196468 140736779313248 140402935924976 140404169083522 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4272] ppid=4257 vsize=15012476 memory=139976945555072 CPUtime=0.01 cores=0,2,4,6
/proc/4260/task/4272/stat : 4272 (java) S 4257 4257 3960 0 -1 1077944384 282 0 0 0 1 0 0 0 20 0 15 0 230650691 15372775424 18248 33554432000 4194304 4196468 140736779313248 140402934872176 140404169083522 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4273] ppid=4257 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4273/stat : 4273 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230650692 15372775424 18248 33554432000 4194304 4196468 140736779313248 140401675593952 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4274] ppid=4257 vsize=15012476 memory=139976945555072 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4274/stat : 4274 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230650692 15372775424 18248 33554432000 4194304 4196468 140736779313248 140402933820592 140404169083522 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 73596 KiB

[startup+0.210985 s]*
/proc/loadavg: 1.75 1.08 0.89 4/223 4274
/proc/meminfo: memFree=23585884/32770624 swapFree=67108372/67108860
[pid=4257] ppid=4254 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4257/stat : 4257 (scop.sh) S 4254 4257 3960 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 230650685 115843072 349 33554432000 4194304 5098028 140724527907280 140724527904536 140112983929468 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31264768 140724527912000 140724527912199 140724527912199 140724527914957 0
/proc/4257/statm: 28282 349 296 221 0 87 0
[pid=4260] ppid=4257 vsize=15012476 memory=85504 CPUtime=0.25 cores=0,2,4,6
/proc/4260/stat : 4260 (java) S 4257 4257 3960 0 -1 1077944320 9761 0 0 0 23 2 0 0 20 0 15 0 230650685 15372775424 21376 33554432000 4194304 4196468 140736779313248 140736779295792 140404169072375 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
/proc/4260/statm: 3753119 21376 2876 1 0 3715579 0
[pid=4260/tid=4261] ppid=4257 vsize=15012476 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/4260/task/4261/stat : 4261 (java) R 4257 4257 3960 0 -1 4202560 7659 0 0 0 18 2 0 0 20 0 15 0 230650685 15372775424 21376 33554432000 4194304 4196468 140736779313248 140404140889968 140404169084310 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4262] ppid=4257 vsize=15012476 memory=404 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4262/stat : 4262 (java) S 4257 4257 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230650687 15372775424 21376 33554432000 4194304 4196468 140736779313248 140404173314704 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4263] ppid=4257 vsize=15012476 memory=139976945570638 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4263/stat : 4263 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230650687 15372775424 21376 33554432000 4194304 4196468 140736779313248 140403964398096 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4264] ppid=4257 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4264/stat : 4264 (java) S 4257 4257 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230650687 15372775424 21376 33554432000 4194304 4196468 140736779313248 140403963345296 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4265] ppid=4257 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4265/stat : 4265 (java) S 4257 4257 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230650687 15372775424 21376 33554432000 4194304 4196468 140736779313248 140403962292496 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4266] ppid=4257 vsize=15012476 memory=139976945555072 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4266/stat : 4266 (java) S 4257 4257 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230650688 15372775424 21376 33554432000 4194304 4196468 140736779313248 140402938030960 140404169083522 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4267] ppid=4257 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4267/stat : 4267 (java) S 4257 4257 3960 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230650689 15372775424 21376 33554432000 4194304 4196468 140736779313248 140402816443936 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4268] ppid=4257 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4268/stat : 4268 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230650689 15372775424 21376 33554432000 4194304 4196468 140736779313248 140402548008304 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4269] ppid=4257 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4269/stat : 4269 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230650691 15372775424 21376 33554432000 4194304 4196468 140736779313248 140402173499728 140404169090971 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4270] ppid=4257 vsize=15012476 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4260/task/4270/stat : 4270 (java) S 4257 4257 3960 0 -1 1077944384 426 0 0 0 1 0 0 0 20 0 15 0 230650691 15372775424 21376 33554432000 4194304 4196468 140736779313248 140402936977776 140404169083522 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4271] ppid=4257 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4271/stat : 4271 (java) S 4257 4257 3960 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 230650691 15372775424 21376 33554432000 4194304 4196468 140736779313248 140402935924976 140404169083522 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4272] ppid=4257 vsize=15012476 memory=139976945555072 CPUtime=0.03 cores=0,2,4,6
/proc/4260/task/4272/stat : 4272 (java) R 4257 4257 3960 0 -1 4202560 303 0 0 0 3 0 0 0 20 0 15 0 230650691 15372775424 21376 33554432000 4194304 4196468 140736779313248 140402934872176 140404147997471 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4273] ppid=4257 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4273/stat : 4273 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230650692 15372775424 21376 33554432000 4194304 4196468 140736779313248 140401675593952 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4274] ppid=4257 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4274/stat : 4274 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230650692 15372775424 21376 33554432000 4194304 4196468 140736779313248 140402933820592 140404169083522 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 86900 KiB

[startup+0.310875 s]*
/proc/loadavg: 1.75 1.08 0.89 3/223 4274
/proc/meminfo: memFree=23582112/32770624 swapFree=67108372/67108860
[pid=4257] ppid=4254 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4257/stat : 4257 (scop.sh) S 4254 4257 3960 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 230650685 115843072 349 33554432000 4194304 5098028 140724527907280 140724527904536 140112983929468 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31264768 140724527912000 140724527912199 140724527912199 140724527914957 0
/proc/4257/statm: 28282 349 296 221 0 87 0
[pid=4260] ppid=4257 vsize=15012476 memory=89636 CPUtime=0.42 cores=0,2,4,6
/proc/4260/stat : 4260 (java) S 4257 4257 3960 0 -1 1077944320 10375 0 0 0 40 2 0 0 20 0 15 0 230650685 15372775424 22409 33554432000 4194304 4196468 140736779313248 140736779295792 140404169072375 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
/proc/4260/statm: 3753119 22409 2976 1 0 3715579 0
[pid=4260/tid=4261] ppid=4257 vsize=15012476 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/4260/task/4261/stat : 4261 (java) R 4257 4257 3960 0 -1 4202560 8090 0 0 0 28 2 0 0 20 0 15 0 230650685 15372775424 22409 33554432000 4194304 4196468 140736779313248 140404140867376 140403638678922 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4262] ppid=4257 vsize=15012476 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4262/stat : 4262 (java) S 4257 4257 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230650687 15372775424 22409 33554432000 4194304 4196468 140736779313248 140404173314704 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4263] ppid=4257 vsize=15012476 memory=-2026666227646604569 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4263/stat : 4263 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230650687 15372775424 22409 33554432000 4194304 4196468 140736779313248 140403964398096 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4264] ppid=4257 vsize=15012476 memory=7089317150647820184 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4264/stat : 4264 (java) S 4257 4257 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230650687 15372775424 22409 33554432000 4194304 4196468 140736779313248 140403963345296 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4265] ppid=4257 vsize=15012476 memory=6944657691966988345 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4265/stat : 4265 (java) S 4257 4257 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230650687 15372775424 22409 33554432000 4194304 4196468 140736779313248 140403962292496 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4266] ppid=4257 vsize=15012476 memory=4196912344889787449 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4266/stat : 4266 (java) S 4257 4257 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230650688 15372775424 22409 33554432000 4194304 4196468 140736779313248 140402938030960 140404169083522 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4267] ppid=4257 vsize=15012476 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4267/stat : 4267 (java) S 4257 4257 3960 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230650689 15372775424 22409 33554432000 4194304 4196468 140736779313248 140402816443936 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4268] ppid=4257 vsize=15012476 memory=-6444775992005010620 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4268/stat : 4268 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230650689 15372775424 22409 33554432000 4194304 4196468 140736779313248 140402548008304 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4269] ppid=4257 vsize=15012476 memory=8325818968683490714 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4269/stat : 4269 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230650691 15372775424 22409 33554432000 4194304 4196468 140736779313248 140402173499728 140404169090971 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4270] ppid=4257 vsize=15012476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4260/task/4270/stat : 4270 (java) R 4257 4257 3960 0 -1 4202560 449 0 0 0 2 0 0 0 20 0 15 0 230650691 15372775424 22409 33554432000 4194304 4196468 140736779313248 140402936977776 140404152564466 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4271] ppid=4257 vsize=15012476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4260/task/4271/stat : 4271 (java) R 4257 4257 3960 0 -1 1077944384 158 0 0 0 2 0 0 0 20 0 15 0 230650691 15372775424 22409 33554432000 4194304 4196468 140736779313248 140402935924976 140404169083522 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4272] ppid=4257 vsize=15012476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4260/task/4272/stat : 4272 (java) R 4257 4257 3960 0 -1 4202560 349 0 0 0 7 0 0 0 20 0 15 0 230650691 15372775424 22409 33554432000 4194304 4196468 140736779313248 140402934872176 140404161309502 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4273] ppid=4257 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4273/stat : 4273 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230650692 15372775424 22409 33554432000 4194304 4196468 140736779313248 140401675593952 140404169082581 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4274] ppid=4257 vsize=15012476 memory=3834310652490626863 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4274/stat : 4274 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230650692 15372775424 22409 33554432000 4194304 4196468 140736779313248 140402933820592 140404169083522 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91032 KiB

[startup+0.700843 s]
/proc/loadavg: 1.75 1.08 0.89 3/223 4274
/proc/meminfo: memFree=23557416/32770624 swapFree=67108372/67108860
[pid=4257] ppid=4254 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4257/stat : 4257 (scop.sh) S 4254 4257 3960 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 230650685 115843072 349 33554432000 4194304 5098028 140724527907280 140724527904536 140112983929468 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31264768 140724527912000 140724527912199 140724527912199 140724527914957 0
/proc/4257/statm: 28282 349 296 221 0 87 0
[pid=4260] ppid=4257 vsize=15020872 memory=127552 CPUtime=1.01 cores=0,2,4,6
/proc/4260/stat : 4260 (java) S 4257 4257 3960 0 -1 1077944320 17533 0 0 0 97 4 0 0 20 0 15 0 230650685 15381372928 31888 33554432000 4194304 4196468 140736779313248 140736779295792 140404169072375 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
/proc/4260/statm: 3755218 31888 3148 1 0 3716603 0
[pid=4260/tid=4261] ppid=4257 vsize=15020872 memory=2372 CPUtime=0.67 cores=0,2,4,6
/proc/4260/task/4261/stat : 4261 (java) R 4257 4257 3960 0 -1 4202560 14767 0 0 0 64 3 0 0 20 0 15 0 230650685 15381372928 31888 33554432000 4194304 4196468 140736779313248 140404140901448 140404169084310 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4262] ppid=4257 vsize=15020872 memory=116 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4262/stat : 4262 (java) S 4257 4257 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230650687 15381372928 31888 33554432000 4194304 4196468 140736779313248 140404173314704 140404169082581 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4263] ppid=4257 vsize=15020872 memory=11742 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4263/stat : 4263 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230650687 15381372928 31888 33554432000 4194304 4196468 140736779313248 140403964398096 140404169082581 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4264] ppid=4257 vsize=15020872 memory=26079 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4264/stat : 4264 (java) S 4257 4257 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230650687 15381372928 31888 33554432000 4194304 4196468 140736779313248 140403963345296 140404169082581 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4265] ppid=4257 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4265/stat : 4265 (java) S 4257 4257 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230650687 15381372928 31888 33554432000 4194304 4196468 140736779313248 140403962292496 140404169082581 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4266] ppid=4257 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4266/stat : 4266 (java) S 4257 4257 3960 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230650688 15381372928 31888 33554432000 4194304 4196468 140736779313248 140402938030960 140404169083522 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4267] ppid=4257 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4267/stat : 4267 (java) S 4257 4257 3960 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230650689 15381372928 31888 33554432000 4194304 4196468 140736779313248 140402816443936 140404169082581 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4268] ppid=4257 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4268/stat : 4268 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230650689 15381372928 31888 33554432000 4194304 4196468 140736779313248 140402548008304 140404169082581 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4269] ppid=4257 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4269/stat : 4269 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230650691 15381372928 31888 33554432000 4194304 4196468 140736779313248 140402173499728 140404169090971 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4270] ppid=4257 vsize=15020904 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/4260/task/4270/stat : 4270 (java) S 4257 4257 3960 0 -1 1077944384 551 0 0 0 6 0 0 0 20 0 15 0 230650691 15381405696 31888 33554432000 4194304 4196468 140736779313248 140402936977776 140404169083522 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4271] ppid=4257 vsize=15020904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4260/task/4271/stat : 4271 (java) R 4257 4257 3960 0 -1 4202560 378 0 0 0 8 0 0 0 20 0 15 0 230650691 15381405696 31888 33554432000 4194304 4196468 140736779313248 140402935924976 140404162057417 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4272] ppid=4257 vsize=15020872 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/4260/task/4272/stat : 4272 (java) R 4257 4257 3960 0 -1 4202560 501 0 0 0 16 0 0 0 20 0 15 0 230650691 15381372928 31917 33554432000 4194304 4196468 140736779313248 140402934872176 140404147996128 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4273] ppid=4257 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4273/stat : 4273 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230650692 15381372928 31917 33554432000 4194304 4196468 140736779313248 140401675593952 140404169082581 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
[pid=4260/tid=4274] ppid=4257 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4260/task/4274/stat : 4274 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230650692 15381372928 31917 33554432000 4194304 4196468 140736779313248 140402933820592 140404169083522 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18370560 140736779322375 140736779322673 140736779322673 140736779325391 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 128948 KiB

[startup+1.50081 s]
/proc/loadavg: 1.75 1.08 0.89 4/223 4274
/proc/meminfo: memFree=23528972/32770624 swapFree=67108372/67108860
[pid=4257] ppid=4254 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4257/stat : 4257 (scop.sh) S 4254 4257 3960 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 230650685 115843072 349 33554432000 4194304 5098028 140724527907280 140724527904536 140112983929468 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31264768 140724527912000 140724527912199 140724527912199 140724527914957 0
/proc/4257/statm: 28282 349 296 221 0 87 0

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

Current children cumulated CPU time: 1433.06 s
Current children cumulated vsize: 8252956 KiB
Current children cumulated memory: 175628 KiB

[startup+1427.6 s]
/proc/loadavg: 2.06 2.11 1.82 3/228 4342
/proc/meminfo: memFree=23462868/32770624 swapFree=67108372/67108860
[pid=4257] ppid=4254 vsize=113128 memory=1472 CPUtime=7.41 cores=0,2,4,6
/proc/4257/stat : 4257 (scop.sh) S 4254 4257 3960 0 -1 4202496 590 25931 0 0 0 0 725 16 20 0 1 0 230650685 115843072 368 33554432000 4194304 5098028 140724527907280 140724527904024 140112983929468 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31264768 140724527912000 140724527912199 140724527912199 140724527914957 0
/proc/4257/statm: 28282 368 311 221 0 87 0
[pid=4275] ppid=4257 vsize=8068220 memory=118744 CPUtime=2.08 cores=0,2,4,6
/proc/4275/stat : 4275 (java) S 4257 4257 3960 0 -1 1077944320 17988 0 0 0 163 45 0 0 20 0 19 0 230650975 8261857280 29686 33554432000 4194304 4196468 140720487536592 140720487519136 140509169426167 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
/proc/4275/statm: 2017055 29686 3147 1 0 1978454 0
[pid=4290] ppid=4275 vsize=71608 memory=55412 CPUtime=1423.97 cores=0,2,4,6
/proc/4290/stat : 4290 (minisat_release) R 4275 4257 3960 0 -1 4202496 106956 0 0 0 142388 9 0 0 20 0 1 0 230651048 73326592 13853 33554432000 4194304 4308513 140720606830656 140720606827656 4276468 0 4 0 8396802 0 0 0 17 2 0 0 0 0 0 6409496 6410680 18857984 140720606835829 140720606835926 140720606835926 140720606838725 0
/proc/4290/statm: 17902 13853 341 28 0 14142 0
[pid=4275/tid=4276] ppid=4257 vsize=8068220 memory=5752 CPUtime=0.75 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (java) S 4257 4257 3960 0 -1 1077944384 14975 0 0 0 70 5 0 0 20 0 19 0 230650976 8261857280 29686 33554432000 4194304 4196468 140720487536592 140509141266320 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4277] ppid=4257 vsize=8068220 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230650977 8261857280 29686 33554432000 4194304 4196468 140720487536592 140509173668624 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4278] ppid=4257 vsize=8068220 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230650977 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508987825040 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4279] ppid=4257 vsize=8068220 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4279/stat : 4279 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230650977 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508986772496 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4280] ppid=4257 vsize=8068220 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4280/stat : 4280 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230650977 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508985719952 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4281] ppid=4257 vsize=8068220 memory=868 CPUtime=0.02 cores=0,2,4,6
/proc/4275/task/4281/stat : 4281 (java) S 4257 4257 3960 0 -1 1077944384 8 0 0 0 0 2 0 0 20 0 19 0 230650978 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508548499440 140509169437314 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4282] ppid=4257 vsize=8068220 memory=6792 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4282/stat : 4282 (java) S 4257 4257 3960 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 230650979 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508043142048 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4283] ppid=4257 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4283/stat : 4283 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230650979 8261857280 29686 33554432000 4194304 4196468 140720487536592 140507774706672 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4284] ppid=4257 vsize=8068220 memory=3812 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4284/stat : 4284 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230650981 8261857280 29686 33554432000 4194304 4196468 140720487536592 140507400198352 140509169444763 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4285] ppid=4257 vsize=8068220 memory=62740 CPUtime=0.09 cores=0,2,4,6
/proc/4275/task/4285/stat : 4285 (java) S 4257 4257 3960 0 -1 1077944384 579 0 0 0 9 0 0 0 20 0 19 0 230650981 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508547447280 140509169437314 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4286] ppid=4257 vsize=8068220 memory=1100 CPUtime=0.1 cores=0,2,4,6
/proc/4275/task/4286/stat : 4286 (java) S 4257 4257 3960 0 -1 1077944384 375 0 0 0 10 0 0 0 20 0 19 0 230650981 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508546394736 140509169437314 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4287] ppid=4257 vsize=8068220 memory=2144 CPUtime=0.2 cores=0,2,4,6
/proc/4275/task/4287/stat : 4287 (java) S 4257 4257 3960 0 -1 1077944384 572 0 0 0 20 0 0 0 20 0 19 0 230650981 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508545342192 140509169437314 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4288] ppid=4257 vsize=8068220 memory=1752 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4288/stat : 4288 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230650982 8261857280 29686 33554432000 4194304 4196468 140720487536592 140506902293600 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4289] ppid=4257 vsize=8068220 memory=5752 CPUtime=0.85 cores=0,2,4,6
/proc/4275/task/4289/stat : 4289 (java) S 4257 4257 3960 0 -1 1077944384 97 0 0 0 43 42 0 0 20 0 19 0 230650982 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508544289072 140509169437314 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4291] ppid=4257 vsize=8068220 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4291/stat : 4291 (java) S 4257 4257 3960 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 230651048 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508647433280 140509169450777 0 4 2 25189581 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4293] ppid=4257 vsize=8068220 memory=-5059952977386882957 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4293/stat : 4293 (java) S 4257 4257 3960 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 230651049 8261857280 29686 33554432000 4194304 4196468 140720487536592 140506365406896 140509169448093 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4294] ppid=4257 vsize=8068220 memory=118744 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4294/stat : 4294 (java) S 4257 4257 3960 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 230651049 8261857280 29686 33554432000 4194304 4196468 140720487536592 140506499628848 140509169448093 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4295] ppid=4257 vsize=8068220 memory=55412 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4295/stat : 4295 (java) S 4257 4257 3960 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 230651051 8261857280 29686 33554432000 4194304 4196468 140720487536592 140506096983584 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
Current children cumulated CPU time: 1433.46 s
Current children cumulated vsize: 8252956 KiB
Current children cumulated memory: 175628 KiB

[startup+1428 s]*
/proc/loadavg: 2.06 2.11 1.82 3/228 4342
/proc/meminfo: memFree=23462868/32770624 swapFree=67108372/67108860
[pid=4257] ppid=4254 vsize=113128 memory=1472 CPUtime=7.41 cores=0,2,4,6
/proc/4257/stat : 4257 (scop.sh) S 4254 4257 3960 0 -1 4202496 590 25931 0 0 0 0 725 16 20 0 1 0 230650685 115843072 368 33554432000 4194304 5098028 140724527907280 140724527904024 140112983929468 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31264768 140724527912000 140724527912199 140724527912199 140724527914957 0
/proc/4257/statm: 28282 368 311 221 0 87 0
[pid=4275] ppid=4257 vsize=8068220 memory=118744 CPUtime=2.08 cores=0,2,4,6
/proc/4275/stat : 4275 (java) S 4257 4257 3960 0 -1 1077944320 17988 0 0 0 163 45 0 0 20 0 19 0 230650975 8261857280 29686 33554432000 4194304 4196468 140720487536592 140720487519136 140509169426167 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
/proc/4275/statm: 2017055 29686 3147 1 0 1978454 0
[pid=4290] ppid=4275 vsize=71608 memory=55412 CPUtime=1424.38 cores=0,2,4,6
/proc/4290/stat : 4290 (minisat_release) R 4275 4257 3960 0 -1 4202496 106956 0 0 0 142429 9 0 0 20 0 1 0 230651048 73326592 13853 33554432000 4194304 4308513 140720606830656 140720606827656 4275695 0 4 0 8396802 0 0 0 17 2 0 0 0 0 0 6409496 6410680 18857984 140720606835829 140720606835926 140720606835926 140720606838725 0
/proc/4290/statm: 17902 13853 341 28 0 14142 0
[pid=4275/tid=4276] ppid=4257 vsize=8068220 memory=-5059952977386882957 CPUtime=0.75 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (java) S 4257 4257 3960 0 -1 1077944384 14975 0 0 0 70 5 0 0 20 0 19 0 230650976 8261857280 29686 33554432000 4194304 4196468 140720487536592 140509141266320 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4277] ppid=4257 vsize=8068220 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230650977 8261857280 29686 33554432000 4194304 4196468 140720487536592 140509173668624 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4278] ppid=4257 vsize=8068220 memory=116132 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230650977 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508987825040 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4279] ppid=4257 vsize=8068220 memory=74476 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4279/stat : 4279 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230650977 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508986772496 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4280] ppid=4257 vsize=8068220 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4280/stat : 4280 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230650977 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508985719952 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4281] ppid=4257 vsize=8068220 memory=3576 CPUtime=0.02 cores=0,2,4,6
/proc/4275/task/4281/stat : 4281 (java) S 4257 4257 3960 0 -1 1077944384 8 0 0 0 0 2 0 0 20 0 19 0 230650978 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508548499440 140509169437314 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4282] ppid=4257 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4282/stat : 4282 (java) S 4257 4257 3960 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 230650979 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508043142048 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4283] ppid=4257 vsize=8068220 memory=118744 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4283/stat : 4283 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230650979 8261857280 29686 33554432000 4194304 4196468 140720487536592 140507774706672 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4284] ppid=4257 vsize=8068220 memory=55412 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4284/stat : 4284 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230650981 8261857280 29686 33554432000 4194304 4196468 140720487536592 140507400198352 140509169444763 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4285] ppid=4257 vsize=8068220 memory=-5059952977386882957 CPUtime=0.09 cores=0,2,4,6
/proc/4275/task/4285/stat : 4285 (java) S 4257 4257 3960 0 -1 1077944384 579 0 0 0 9 0 0 0 20 0 19 0 230650981 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508547447280 140509169437314 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4286] ppid=4257 vsize=8068220 memory=4126316290023845779 CPUtime=0.1 cores=0,2,4,6
/proc/4275/task/4286/stat : 4286 (java) S 4257 4257 3960 0 -1 1077944384 375 0 0 0 10 0 0 0 20 0 19 0 230650981 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508546394736 140509169437314 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4287] ppid=4257 vsize=8068220 memory=7584185374863288423 CPUtime=0.2 cores=0,2,4,6
/proc/4275/task/4287/stat : 4287 (java) S 4257 4257 3960 0 -1 1077944384 572 0 0 0 20 0 0 0 20 0 19 0 230650981 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508545342192 140509169437314 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4288] ppid=4257 vsize=8068220 memory=5859293531895980903 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4288/stat : 4288 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230650982 8261857280 29686 33554432000 4194304 4196468 140720487536592 140506902293600 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4289] ppid=4257 vsize=8068220 memory=7450188893160697191 CPUtime=0.85 cores=0,2,4,6
/proc/4275/task/4289/stat : 4289 (java) S 4257 4257 3960 0 -1 1077944384 97 0 0 0 43 42 0 0 20 0 19 0 230650982 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508544289072 140509169437314 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4291] ppid=4257 vsize=8068220 memory=7305803307197485928 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4291/stat : 4291 (java) S 4257 4257 3960 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 230651048 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508647433280 140509169450777 0 4 2 25189581 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4293] ppid=4257 vsize=8068220 memory=7309174422564857704 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4293/stat : 4293 (java) S 4257 4257 3960 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 230651049 8261857280 29686 33554432000 4194304 4196468 140720487536592 140506365406896 140509169448093 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4294] ppid=4257 vsize=8068220 memory=7737556165921957230 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4294/stat : 4294 (java) S 4257 4257 3960 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 230651049 8261857280 29686 33554432000 4194304 4196468 140720487536592 140506499628848 140509169448093 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4295] ppid=4257 vsize=8068220 memory=7085103852875507813 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4295/stat : 4295 (java) S 4257 4257 3960 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 230651051 8261857280 29686 33554432000 4194304 4196468 140720487536592 140506096983584 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
Current children cumulated CPU time: 1433.87 s
Current children cumulated vsize: 8252956 KiB
Current children cumulated memory: 175628 KiB

[startup+1428.11 s]
/proc/loadavg: 2.06 2.11 1.82 3/228 4342
/proc/meminfo: memFree=23462868/32770624 swapFree=67108372/67108860
[pid=4257] ppid=4254 vsize=113128 memory=1472 CPUtime=7.41 cores=0,2,4,6
/proc/4257/stat : 4257 (scop.sh) S 4254 4257 3960 0 -1 4202496 590 25931 0 0 0 0 725 16 20 0 1 0 230650685 115843072 368 33554432000 4194304 5098028 140724527907280 140724527904024 140112983929468 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31264768 140724527912000 140724527912199 140724527912199 140724527914957 0
/proc/4257/statm: 28282 368 311 221 0 87 0
[pid=4275] ppid=4257 vsize=8068220 memory=118744 CPUtime=2.08 cores=0,2,4,6
/proc/4275/stat : 4275 (java) S 4257 4257 3960 0 -1 1077944320 17988 0 0 0 163 45 0 0 20 0 19 0 230650975 8261857280 29686 33554432000 4194304 4196468 140720487536592 140720487519136 140509169426167 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
/proc/4275/statm: 2017055 29686 3147 1 0 1978454 0
[pid=4290] ppid=4275 vsize=71608 memory=55412 CPUtime=1424.48 cores=0,2,4,6
/proc/4290/stat : 4290 (minisat_release) R 4275 4257 3960 0 -1 4202496 106956 0 0 0 142439 9 0 0 20 0 1 0 230651048 73326592 13853 33554432000 4194304 4308513 140720606830656 140720606827656 4276019 0 4 0 8396802 0 0 0 17 2 0 0 0 0 0 6409496 6410680 18857984 140720606835829 140720606835926 140720606835926 140720606838725 0
/proc/4290/statm: 17902 13853 341 28 0 14142 0
[pid=4275/tid=4276] ppid=4257 vsize=8068220 memory=118744 CPUtime=0.75 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (java) S 4257 4257 3960 0 -1 1077944384 14975 0 0 0 70 5 0 0 20 0 19 0 230650976 8261857280 29686 33554432000 4194304 4196468 140720487536592 140509141266320 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4277] ppid=4257 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230650977 8261857280 29686 33554432000 4194304 4196468 140720487536592 140509173668624 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4278] ppid=4257 vsize=8068220 memory=118744 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230650977 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508987825040 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4279] ppid=4257 vsize=8068220 memory=118744 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4279/stat : 4279 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230650977 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508986772496 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4280] ppid=4257 vsize=8068220 memory=118744 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4280/stat : 4280 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230650977 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508985719952 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4281] ppid=4257 vsize=8068220 memory=118744 CPUtime=0.02 cores=0,2,4,6
/proc/4275/task/4281/stat : 4281 (java) S 4257 4257 3960 0 -1 1077944384 8 0 0 0 0 2 0 0 20 0 19 0 230650978 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508548499440 140509169437314 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4282] ppid=4257 vsize=8068220 memory=118744 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4282/stat : 4282 (java) S 4257 4257 3960 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 230650979 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508043142048 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4283] ppid=4257 vsize=8068220 memory=118744 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4283/stat : 4283 (java) S 4257 4257 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230650979 8261857280 29686 33554432000 4194304 4196468 140720487536592 140507774706672 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4284] ppid=4257 vsize=8068220 memory=118744 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4284/stat : 4284 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230650981 8261857280 29686 33554432000 4194304 4196468 140720487536592 140507400198352 140509169444763 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4285] ppid=4257 vsize=8068220 memory=1472 CPUtime=0.09 cores=0,2,4,6
/proc/4275/task/4285/stat : 4285 (java) S 4257 4257 3960 0 -1 1077944384 579 0 0 0 9 0 0 0 20 0 19 0 230650981 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508547447280 140509169437314 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4286] ppid=4257 vsize=8068220 memory=1616 CPUtime=0.1 cores=0,2,4,6
/proc/4275/task/4286/stat : 4286 (java) S 4257 4257 3960 0 -1 1077944384 375 0 0 0 10 0 0 0 20 0 19 0 230650981 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508546394736 140509169437314 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4287] ppid=4257 vsize=8068220 memory=55412 CPUtime=0.2 cores=0,2,4,6
/proc/4275/task/4287/stat : 4287 (java) S 4257 4257 3960 0 -1 1077944384 572 0 0 0 20 0 0 0 20 0 19 0 230650981 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508545342192 140509169437314 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4288] ppid=4257 vsize=8068220 memory=118744 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4288/stat : 4288 (java) S 4257 4257 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230650982 8261857280 29686 33554432000 4194304 4196468 140720487536592 140506902293600 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4289] ppid=4257 vsize=8068220 memory=1472 CPUtime=0.85 cores=0,2,4,6
/proc/4275/task/4289/stat : 4289 (java) S 4257 4257 3960 0 -1 1077944384 97 0 0 0 43 42 0 0 20 0 19 0 230650982 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508544289072 140509169437314 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4291] ppid=4257 vsize=8068220 memory=118744 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4291/stat : 4291 (java) S 4257 4257 3960 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 230651048 8261857280 29686 33554432000 4194304 4196468 140720487536592 140508647433280 140509169450777 0 4 2 25189581 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4293] ppid=4257 vsize=8068220 memory=3812 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4293/stat : 4293 (java) S 4257 4257 3960 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 230651049 8261857280 29686 33554432000 4194304 4196468 140720487536592 140506365406896 140509169448093 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4294] ppid=4257 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4294/stat : 4294 (java) S 4257 4257 3960 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 230651049 8261857280 29686 33554432000 4194304 4196468 140720487536592 140506499628848 140509169448093 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
[pid=4275/tid=4295] ppid=4257 vsize=8068220 memory=118744 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4295/stat : 4295 (java) S 4257 4257 3960 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 230651051 8261857280 29686 33554432000 4194304 4196468 140720487536592 140506096983584 140509169436373 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34328576 140720487539894 140720487540017 140720487540017 140720487542735 0
Current children cumulated CPU time: 1433.97 s
Current children cumulated vsize: 8252956 KiB
Current children cumulated memory: 175628 KiB

Child status: 0
Real time (s): 1428.15
CPU time (s): 1434.05
CPU user time (s): 1433.32
CPU system time (s): 0.730163
CPU usage (%): 100.413
Max. virtual memory (cumulated for all children) (KiB): 15140212
Max. memory (cumulated for all children) (KiB): 502936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1433.32
system time used= 0.730163
maximum resident set size= 507688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151530
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36092
involuntary context switches= 481


# summary of solver processes directly reported to runsolver:
#   pid: 4257
#   total CPU time (s): 1434.05
#   total CPU user time (s): 1433.32
#   total CPU system time (s): 0.730163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.89178 second user time and 15.6755 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-13 05:27:55
IDJOB=4305413
IDBENCH=141616
IDSOLVER=2782
FILE ID=node137/4305413-1534130875
RUNJOBID= node137-1534130784-3991
PBS_JOBID= 21037014
Free space on /tmp= 26532 MiB

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

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

MD5SUM BENCH= 527aaa9849fb01578545f5f3ea53e2c8
RANDOM SEED=1287602400

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23660432 kB
MemAvailable:   31753080 kB
Buffers:           99612 kB
Cached:          8187388 kB
SwapCached:            8 kB
Active:          4178728 kB
Inactive:        4314692 kB
Active(anon):     153368 kB
Inactive(anon):   105192 kB
Active(file):    4025360 kB
Inactive(file):  4209500 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:              7508 kB
Writeback:             0 kB
AnonPages:        266752 kB
Mapped:            65304 kB
Shmem:             49624 kB
Slab:             314948 kB
SReclaimable:     286248 kB
SUnreclaim:        28700 kB
KernelStack:        4016 kB
PageTables:         6116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5862488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26524 MiB
End job on node137 at 2018-08-13 05:51:43