Trace number 4307291

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+glucose-syrup (2018-07-31)UNSAT 19.7554 7.7091

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f07_c18.xml
MD5SUMb54c09f82090ba1b7a5e810a9fcb813b
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 benchmark17.7829
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size37
Distribution of domain sizes[{"size":6,"count":2},{"size":20,"count":4},{"size":22,"count":10},{"size":30,"count":336},{"size":37,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -order -solver glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=20000 -tmp HOME -serialFile HOME/scop-23824-serial-file.bin HOME/instance-4307291-1534184600.xml
0.65/0.53	
0.65/0.53	scop order+glucose-syrup (2018-07-31)
0.65/0.53	(Encoding Process)
0.65/0.53	
0.65/0.56	c BEGIN-Prog: Mon Aug 13 20:23:21 CEST 2018
0.65/0.56	c PID: 23827
0.65/0.56	c IP: 172.20.3.134
0.65/0.56	c HOST: node134.alineos.net
0.65/0.56	c (0,0) Parsing Begin
5.79/1.93	c (1,1) Parsing End
5.79/1.94	c (1,1) CSP: 680 int (0 aux), 0 bool (0 aux), 4103 ctr, max domain size 37
5.79/1.94	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
5.79/1.94	c (1,1) Constraint Name Generate Begin
5.79/1.97	c (1,1) Ctr:HOME/instance-4307291-1534184600.xml,Dist:Eq:IntVar:Le:Num
5.79/1.97	c (1,1) Constraint Name Generate End
5.79/1.97	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
5.79/1.97	c (1,1) CSP to CSPinCNF Begin
6.93/2.23	c (1,1) translated 411 (10%) constraints
7.31/2.30	c (1,1) translated 821 (20%) constraints
7.31/2.35	c (1,1) translated 1231 (30%) constraints
7.31/2.39	c (1,1) translated 1642 (40%) constraints
7.71/2.43	c (1,1) translated 2052 (50%) constraints
7.71/2.46	c (1,1) translated 2462 (60%) constraints
8.10/2.50	c (1,1) translated 2873 (70%) constraints
8.10/2.54	c (2,1) translated 3283 (80%) constraints
8.10/2.57	c (2,2) translated 3693 (90%) constraints
8.92/2.71	c (2,2) translated 4103 (100%) constraints
9.37/2.81	c (2,2) STATISTICS1:HOME/instance-4307291-1534184600.xml,Dist:Eq:IntVar:Le:Num,680,4783,37,37,2,2,37:3314;30:5144;22:344;20:24;6:60,37:9348;30:7956;22:364;20:40;6:64,2:4103;1:680,2:8886,
9.37/2.81	c (2,2) ==========================================
9.37/2.81	c (2,2) Order
9.37/2.81	c (2,2) ==========================================
9.37/2.85	c (2,2) translated 479 (10%) constraints
9.37/2.86	c (2,2) translated 957 (20%) constraints
9.37/2.88	c (2,2) translated 1435 (30%) constraints
9.79/2.90	c (2,2) translated 1914 (40%) constraints
9.79/2.91	c (2,2) translated 2392 (50%) constraints
9.79/2.93	c (2,2) translated 2870 (60%) constraints
9.79/2.94	c (2,2) translated 3349 (70%) constraints
9.79/2.95	c (2,2) translated 3827 (80%) constraints
9.79/2.96	c (2,2) translated 4305 (90%) constraints
9.79/2.97	c (2,2) translated 4783 (100%) constraints
9.79/2.98	c (2,2) CSP to CSPinCNF End
9.79/2.98	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 37
9.79/2.98	c (2,2) Heap : 788 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
9.79/2.98	c (2,2) CSPinCNF Propagation Begin
12.14/4.31	c (3,3) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.14/4.31	c (3,3) CSPinCNF Propagation End
12.14/4.31	c (3,3) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 37
12.14/4.31	c (3,3) Heap : 2140 MiB used (max 21589 MiB), NonHeap : 34 MiB used (max 0 MiB)
12.14/4.31	c (3,3) Simplify CSPinCNF Begin
12.74/4.55	c (4,4) Simplify CSPinCNF End
12.74/4.56	c (4,4) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 37
12.74/4.56	c (4,4) Heap : 2252 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
12.74/4.56	c (4,4) Calculate Precise Domain Begin
12.74/4.56	c (4,4) 0 values are removed by re-calculation
12.74/4.56	c (4,4) Calculate Precise Domain End
12.74/4.56	c (4,4) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 37
12.74/4.56	c (4,4) Heap : 2252 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
12.74/4.56	c (4,4) CSPinCNF to SatSolver Begin
14.03/4.85	c (4,4) 1299 (10 %) CSP clauses are encoded (30054 SAT variables, 48052 SAT clauses)
14.44/4.95	c (4,4) 2598 (20 %) CSP clauses are encoded (30054 SAT variables, 74580 SAT clauses)
14.77/5.04	c (4,4) 3897 (30 %) CSP clauses are encoded (30054 SAT variables, 99009 SAT clauses)
15.00/5.14	c (4,4) 5196 (40 %) CSP clauses are encoded (30054 SAT variables, 125607 SAT clauses)
15.18/5.22	c (4,4) 6495 (50 %) CSP clauses are encoded (30054 SAT variables, 153157 SAT clauses)
15.31/5.30	c (4,4) 7794 (60 %) CSP clauses are encoded (30054 SAT variables, 181033 SAT clauses)
15.31/5.37	c (4,4) 9093 (70 %) CSP clauses are encoded (30054 SAT variables, 208554 SAT clauses)
15.43/5.45	c (4,4) 10392 (80 %) CSP clauses are encoded (30054 SAT variables, 236186 SAT clauses)
15.56/5.51	c (4,4) 11691 (90 %) CSP clauses are encoded (30054 SAT variables, 262698 SAT clauses)
15.56/5.56	c (5,5) 12989 (100 %) CSP clauses are encoded (30054 SAT variables, 286601 SAT clauses)
15.56/5.56	c (5,5) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
15.56/5.56	c (5,5) CSPinCNF to SatSolver End
15.56/5.57	c (5,5) Heap : 2816 MiB used (max 21589 MiB), NonHeap : 37 MiB used (max 0 MiB)
15.75/5.65	c (5,5) STATISTICS2:HOME/instance-4307291-1534184600.xml,Dist:Eq:IntVar:Le:Num,8886,12989,37,37,2,2,37:3314;30:5144;22:344;20:24;6:60,37:9348;30:7956;22:364;20:40;6:64;2:16412,2:12309;1:680,2:8886;1:16412,
15.75/5.65	c (5,5) 30054 bool, 286613 clause
15.75/5.65	c (5,5) Export Begin
16.81/6.00	c (5,5) Export to HOME/scop-23824-serial-file.bin
16.81/6.00	c (5,5) Export End
16.81/6.00	c (5,5) Export File Size: 4.10 MB
16.81/6.00	c (5,5) 1,1,2,3,4,4,5,STOP-AFTER(DIMACS)
16.81/6.00	c END-Prog: Mon Aug 13 20:23:26 CEST 2018
0.00/6.03	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-23824-serial-file.bin
16.98/6.52	c (0,0) Read Serial File Begin
16.98/6.52	c (0,0) HOME/scop-23824-serial-file.bin
16.98/6.85	c (0,0) Read Serial File End
16.98/6.86	
16.98/6.86	scop order+glucose-syrup (2018-07-31)
16.98/6.86	(Solving Process)
16.98/6.86	
16.98/6.89	c BEGIN-Prog: Mon Aug 13 20:23:27 CEST 2018
16.98/6.89	c PID: 23847
16.98/6.89	c IP: 172.20.3.134
16.98/6.89	c HOST: node134.alineos.net
16.98/6.90	c (0,0) SatSolver.solve Begin
16.98/6.90	c (0,0) 0 bool, 0 clause
16.98/6.90	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307291-1534184600.xml-scop-23827.cnf
19.20/7.50	c (1,0) c
19.20/7.50	c (1,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
19.20/7.50	c (1,0) c
19.20/7.50	c (1,0) c WARNING: for repeatability, setting FPU to use double precision
19.20/7.50	c (1,0) c 8 solvers engines and 1 companion as a blackboard created.
19.20/7.50	c (1,0) c ========================================[ Problem Statistics ]===========================================
19.20/7.50	c (1,0) c |                                                                                                       |
19.20/7.50	c (1,0) c |  Number of variables:         30054                                                                   |
19.20/7.50	c (1,0) c |  Number of clauses:          286613                                                                   |
19.20/7.50	c (1,0) c |  Parse time:                   0.11 s                                                                 |
19.20/7.50	c (1,0) c |                                                                                                       |
18.73/7.50	c (1,0) c |  Eliminated clauses:           0.08 Mb                                                                |
18.73/7.50	c (1,0) c |  Simplification time:          0.27 s                                                                 |
18.73/7.50	c (1,0) c |                                                                                                       |
18.73/7.50	c (1,0) c |  Generating clones                                                                                    |
18.73/7.50	c (1,0) c |  all clones generated. Memory = 202.48Mb.                                                             |
18.73/7.50	c (1,0) c ========================================================================================================|
19.72/7.69	c (1,0) c Thread 6 is 100% pure glucose! First thread to finish! (UNSAT answer).
19.72/7.69	c (1,0) c Total Memory so far : 778.64Mb
19.72/7.69	c (1,0) c
19.72/7.69	c (1,0) c real time : 0.576733 s
19.72/7.69	c (1,0) c cpu time  : 0.889924 s
19.72/7.69	c (1,0) c
19.72/7.69	c (1,0) c
19.72/7.69	c (1,0) c
19.72/7.69	c (1,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
19.72/7.69	c (1,0) c
19.72/7.69	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.72/7.69	c (1,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
19.72/7.69	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.72/7.69	c (1,0) c | Conflicts     |            7041 |        777 |        928 |        868 |        916 |        846 |        918 |        873 |        915 |
19.72/7.69	c (1,0) c | Decisions     |           12023 |       1556 |       1532 |       1462 |       1525 |       1437 |       1525 |       1464 |       1522 |
19.72/7.69	c (1,0) c | Propagations  |         1408439 |     145404 |     178224 |     172522 |     190776 |     166650 |     191013 |     173311 |     190539 |
19.72/7.69	c (1,0) c | Avg_Trail     |                 |       2331 |       1650 |       1734 |       1676 |       1758 |       1674 |       1728 |       1677 |
19.72/7.69	c (1,0) c | Avg_DL        |                 |         86 |         45 |         48 |         46 |         49 |         46 |         47 |         46 |
19.72/7.69	c (1,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.72/7.69	c (1,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.72/7.69	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.72/7.69	c (1,0) c | Exported      |             382 |         45 |         61 |         52 |         39 |         52 |         39 |         55 |         39 |
19.72/7.69	c (1,0) c | Imported      |            2090 |        336 |        321 |        317 |        186 |        231 |        186 |        327 |        186 |
19.72/7.69	c (1,0) c | Good          |             126 |         18 |         30 |         26 |          5 |          9 |          5 |         28 |          5 |
19.72/7.69	c (1,0) c | Purge         |            1964 |        318 |        291 |        291 |        181 |        222 |        181 |        299 |        181 |
19.72/7.69	c (1,0) c | Promoted      |              24 |         13 |          4 |          1 |          1 |          2 |          1 |          1 |          1 |
19.72/7.69	c (1,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.72/7.69	c (1,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.72/7.69	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.72/7.69	c (1,0) c | Unaries       |                 |          6 |          5 |          2 |          1 |          1 |          1 |          3 |          1 |
19.72/7.69	c (1,0) c | Binaries      |                 |         16 |          5 |          4 |          0 |          3 |          0 |          7 |          0 |
19.72/7.69	c (1,0) c | Glues         |                 |         45 |         61 |         52 |         39 |         52 |         39 |         55 |         39 |
19.72/7.69	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.72/7.69	c (1,0) c | Orig_Seen     |             1 % |       4229 |       4347 |       4214 |       4291 |       4137 |       4298 |       4219 |       4289 |
19.72/7.69	c (1,0) c | Diff Orig seen|                 |         10 |        128 | -        5 |         72 | -       82 |         79 |      X     |         70 |
19.72/7.69	c (1,0) c | Hamming       |             2 % |       4069 |        299 |         25 |        276 |        464 |        278 |      X     |        282 |
19.72/7.69	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.72/7.69	c (1,0) 
19.72/7.69	c (1,0) s UNSATISFIABLE
19.72/7.69	c (1,0) SatSolver.solve End
19.72/7.69	c (1,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
19.72/7.69	c (1,0) Show results Begin
19.72/7.69	s UNSATISFIABLE
19.72/7.69	c (1,0) Show results End
19.72/7.69	c (1,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
19.72/7.69	c (1,0) 1,1,STOP-AFTER(ALL)
19.72/7.69	c END-Prog: Mon Aug 13 20:23:28 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 (10623 MiB free)
  memory of node 1: 16384 MiB (6746 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307291-1534184600/watcher-4307291-1534184600 -o /tmp/evaluation-result-4307291-1534184600/solver-4307291-1534184600 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1534182009-22644 --watchdog 2580 scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307291-1534184600.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=23824, runsolver pid=23821

[startup+0.100153 s]*
/proc/loadavg: 3.97 7.02 7.94 3/204 23846
/proc/meminfo: memFree=17694088/32770624 swapFree=67108688/67108860
[pid=23824] ppid=23821 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/23824/stat : 23824 (scop.sh) S 23821 23824 22617 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 236023212 115843072 349 33554432000 4194304 5098028 140724920701616 140724920698872 140270458462844 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9859072 140724920710178 140724920710403 140724920710403 140724920713165 0
/proc/23824/statm: 28282 349 296 221 0 87 0
[pid=23827] ppid=23824 vsize=27313900 memory=108660 CPUtime=0.1 cores=0-7
/proc/23827/stat : 23827 (java) S 23824 23824 22617 0 -1 1077944320 6546 0 0 0 8 2 0 0 20 0 20 0 236023212 27969433600 27165 33554432000 4194304 4196468 140725486451552 140725486434096 140672408317687 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
/proc/23827/statm: 6828475 27165 2748 1 0 6790935 0
[pid=23827/tid=23828] ppid=23824 vsize=27313900 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/23827/task/23828/stat : 23828 (java) R 23824 23824 22617 0 -1 4202560 4653 0 0 0 7 2 0 0 20 0 20 0 236023212 27969433600 27165 33554432000 4194304 4196468 140725486451552 140672380152256 140672392398174 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23829] ppid=23824 vsize=27313900 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23827/task/23829/stat : 23829 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 27165 33554432000 4194304 4196468 140725486451552 140672412560144 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23830] ppid=23824 vsize=27313900 memory=139875452122752 CPUtime=0 cores=0-7
/proc/23827/task/23830/stat : 23830 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 27165 33554432000 4194304 4196468 140725486451552 140672195955600 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23831] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23831/stat : 23831 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 27165 33554432000 4194304 4196468 140725486451552 140672194903056 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23832] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23832/stat : 23832 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 27165 33554432000 4194304 4196468 140725486451552 140672193850512 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23833] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23833/stat : 23833 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 27165 33554432000 4194304 4196468 140725486451552 140672192796944 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23834] ppid=23824 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23827/task/23834/stat : 23834 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 27165 33554432000 4194304 4196468 140725486451552 140671826516368 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23835] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23835/stat : 23835 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 27165 33554432000 4194304 4196468 140725486451552 140671825463824 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23836] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23836/stat : 23836 (java) S 23824 23824 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 27165 33554432000 4194304 4196468 140725486451552 140671824411280 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23837] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23837/stat : 23837 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023216 27969433600 27165 33554432000 4194304 4196468 140725486451552 140670997043696 140672408328834 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23838] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23838/stat : 23838 (java) S 23824 23824 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236023217 27969433600 27165 33554432000 4194304 4196468 140725486451552 140670245266848 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23839] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23839/stat : 23839 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023217 27969433600 27165 33554432000 4194304 4196468 140725486451552 140669976831472 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23840] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23840/stat : 23840 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023219 27969433600 27165 33554432000 4194304 4196468 140725486451552 140669602323152 140672408336283 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23841] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23841/stat : 23841 (java) S 23824 23824 22617 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 20 0 236023220 27969433600 27165 33554432000 4194304 4196468 140725486451552 140670995990512 140672408328834 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23842] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23842/stat : 23842 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023220 27969433600 27165 33554432000 4194304 4196468 140725486451552 140670994937968 140672408328834 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23843] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23843/stat : 23843 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023220 27969433600 27165 33554432000 4194304 4196468 140725486451552 140670993885424 140672408328834 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23844] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23844/stat : 23844 (java) S 23824 23824 22617 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 20 0 236023220 27969433600 27165 33554432000 4194304 4196468 140725486451552 140670992832880 140672408328834 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23845] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23845/stat : 23845 (java) S 23824 23824 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236023220 27969433600 27165 33554432000 4194304 4196468 140725486451552 140669104417504 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23846] ppid=23824 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23827/task/23846/stat : 23846 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023220 27969433600 27165 33554432000 4194304 4196468 140725486451552 140670991780784 140672408328834 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 110056 KiB

[startup+0.210461 s]*
/proc/loadavg: 3.97 7.02 7.94 2/204 23846
/proc/meminfo: memFree=17675428/32770624 swapFree=67108688/67108860
[pid=23824] ppid=23821 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/23824/stat : 23824 (scop.sh) S 23821 23824 22617 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 236023212 115843072 349 33554432000 4194304 5098028 140724920701616 140724920698872 140270458462844 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9859072 140724920710178 140724920710403 140724920710403 140724920713165 0
/proc/23824/statm: 28282 349 296 221 0 87 0
[pid=23827] ppid=23824 vsize=27313900 memory=122768 CPUtime=0.24 cores=0-7
/proc/23827/stat : 23827 (java) S 23824 23824 22617 0 -1 1077944320 10427 0 0 0 20 4 0 0 20 0 20 0 236023212 27969433600 30692 33554432000 4194304 4196468 140725486451552 140725486434096 140672408317687 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
/proc/23827/statm: 6828475 30692 2822 1 0 6790935 0
[pid=23827/tid=23828] ppid=23824 vsize=27313900 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/23827/task/23828/stat : 23828 (java) R 23824 23824 22617 0 -1 4202560 8337 0 0 0 16 3 0 0 20 0 20 0 236023212 27969433600 30692 33554432000 4194304 4196468 140725486451552 140672380126432 140672389711418 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23829] ppid=23824 vsize=27313900 memory=342 CPUtime=0 cores=0-7
/proc/23827/task/23829/stat : 23829 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 30692 33554432000 4194304 4196468 140725486451552 140672412560144 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23830] ppid=23824 vsize=27313900 memory=139875452145565 CPUtime=0 cores=0-7
/proc/23827/task/23830/stat : 23830 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 30692 33554432000 4194304 4196468 140725486451552 140672195955600 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23831] ppid=23824 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23827/task/23831/stat : 23831 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 30692 33554432000 4194304 4196468 140725486451552 140672194903056 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23832] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23832/stat : 23832 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 30692 33554432000 4194304 4196468 140725486451552 140672193850512 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23833] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23833/stat : 23833 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 30692 33554432000 4194304 4196468 140725486451552 140672192796944 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23834] ppid=23824 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23827/task/23834/stat : 23834 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 30692 33554432000 4194304 4196468 140725486451552 140671826516368 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23835] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23835/stat : 23835 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 30692 33554432000 4194304 4196468 140725486451552 140671825463824 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23836] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23836/stat : 23836 (java) S 23824 23824 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 30692 33554432000 4194304 4196468 140725486451552 140671824411280 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23837] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23837/stat : 23837 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023216 27969433600 30692 33554432000 4194304 4196468 140725486451552 140670997043696 140672408328834 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23838] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23838/stat : 23838 (java) S 23824 23824 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236023217 27969433600 30692 33554432000 4194304 4196468 140725486451552 140670245266848 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23839] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23839/stat : 23839 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023217 27969433600 30692 33554432000 4194304 4196468 140725486451552 140669976831472 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23840] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23840/stat : 23840 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023219 27969433600 30692 33554432000 4194304 4196468 140725486451552 140669602323152 140672408336283 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23841] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23841/stat : 23841 (java) S 23824 23824 22617 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 20 0 236023220 27969433600 30692 33554432000 4194304 4196468 140725486451552 140670995990512 140672408328834 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23842] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23842/stat : 23842 (java) S 23824 23824 22617 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 236023220 27969433600 30692 33554432000 4194304 4196468 140725486451552 140670994937968 140672408328834 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23843] ppid=23824 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23827/task/23843/stat : 23843 (java) S 23824 23824 22617 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 20 0 236023220 27969433600 30692 33554432000 4194304 4196468 140725486451552 140670993885424 140672408328834 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23844] ppid=23824 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/23827/task/23844/stat : 23844 (java) S 23824 23824 22617 0 -1 1077944384 257 0 0 0 2 0 0 0 20 0 20 0 236023220 27969433600 30692 33554432000 4194304 4196468 140725486451552 140670992832880 140672408328834 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23845] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23845/stat : 23845 (java) S 23824 23824 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236023220 27969433600 30692 33554432000 4194304 4196468 140725486451552 140669104417504 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23846] ppid=23824 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23827/task/23846/stat : 23846 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023220 27969433600 30692 33554432000 4194304 4196468 140725486451552 140670991780784 140672408328834 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 124164 KiB

[startup+0.310484 s]*
/proc/loadavg: 3.97 7.02 7.94 2/204 23846
/proc/meminfo: memFree=17671780/32770624 swapFree=67108688/67108860
[pid=23824] ppid=23821 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/23824/stat : 23824 (scop.sh) S 23821 23824 22617 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 236023212 115843072 349 33554432000 4194304 5098028 140724920701616 140724920698872 140270458462844 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9859072 140724920710178 140724920710403 140724920710403 140724920713165 0
/proc/23824/statm: 28282 349 296 221 0 87 0
[pid=23827] ppid=23824 vsize=27313900 memory=127340 CPUtime=0.41 cores=0-7
/proc/23827/stat : 23827 (java) S 23824 23824 22617 0 -1 1077944320 11121 0 0 0 37 4 0 0 20 0 20 0 236023212 27969433600 31835 33554432000 4194304 4196468 140725486451552 140725486434096 140672408317687 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
/proc/23827/statm: 6828475 31835 2988 1 0 6790935 0
[pid=23827/tid=23828] ppid=23824 vsize=27313900 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23827/task/23828/stat : 23828 (java) R 23824 23824 22617 0 -1 4202560 8814 0 0 0 26 3 0 0 20 0 20 0 236023212 27969433600 31835 33554432000 4194304 4196468 140725486451552 140672380113136 140672392398174 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23829] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23829/stat : 23829 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 31835 33554432000 4194304 4196468 140725486451552 140672412560144 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23830] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23830/stat : 23830 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 31835 33554432000 4194304 4196468 140725486451552 140672195955600 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23831] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23831/stat : 23831 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 31835 33554432000 4194304 4196468 140725486451552 140672194903056 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23832] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23832/stat : 23832 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 31835 33554432000 4194304 4196468 140725486451552 140672193850512 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23833] ppid=23824 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/23827/task/23833/stat : 23833 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 31835 33554432000 4194304 4196468 140725486451552 140672192796944 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23834] ppid=23824 vsize=27313900 memory=139875340874671 CPUtime=0 cores=0-7
/proc/23827/task/23834/stat : 23834 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 31835 33554432000 4194304 4196468 140725486451552 140671826516368 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23835] ppid=23824 vsize=27313900 memory=139875340876976 CPUtime=0 cores=0-7
/proc/23827/task/23835/stat : 23835 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 31835 33554432000 4194304 4196468 140725486451552 140671825463824 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23836] ppid=23824 vsize=27313900 memory=139875340879280 CPUtime=0 cores=0-7
/proc/23827/task/23836/stat : 23836 (java) S 23824 23824 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236023215 27969433600 31835 33554432000 4194304 4196468 140725486451552 140671824411280 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23837] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23837/stat : 23837 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023216 27969433600 31835 33554432000 4194304 4196468 140725486451552 140670997043696 140672408328834 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23838] ppid=23824 vsize=27313900 memory=279750681765520 CPUtime=0 cores=0-7
/proc/23827/task/23838/stat : 23838 (java) S 23824 23824 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236023217 27969433600 31835 33554432000 4194304 4196468 140725486451552 140670245266848 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23839] ppid=23824 vsize=27313900 memory=279750681772432 CPUtime=0 cores=0-7
/proc/23827/task/23839/stat : 23839 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023217 27969433600 31835 33554432000 4194304 4196468 140725486451552 140669976831472 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23840] ppid=23824 vsize=27313900 memory=279750681713712 CPUtime=0 cores=0-7
/proc/23827/task/23840/stat : 23840 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023219 27969433600 31835 33554432000 4194304 4196468 140725486451552 140669602323152 140672408336283 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23841] ppid=23824 vsize=27313900 memory=279750681786256 CPUtime=0.01 cores=0-7
/proc/23827/task/23841/stat : 23841 (java) S 23824 23824 22617 0 -1 1077944384 421 0 0 0 1 0 0 0 20 0 20 0 236023220 27969433600 31835 33554432000 4194304 4196468 140725486451552 140670995990512 140672408328834 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23842] ppid=23824 vsize=27313900 memory=279750681793168 CPUtime=0.01 cores=0-7
/proc/23827/task/23842/stat : 23842 (java) S 23824 23824 22617 0 -1 1077944384 77 0 0 0 1 0 0 0 20 0 20 0 236023220 27969433600 31835 33554432000 4194304 4196468 140725486451552 140670994937968 140672408328834 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23843] ppid=23824 vsize=27313900 memory=279750681790864 CPUtime=0.01 cores=0-7
/proc/23827/task/23843/stat : 23843 (java) S 23824 23824 22617 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 20 0 236023220 27969433600 31835 33554432000 4194304 4196468 140725486451552 140670993885424 140672408328834 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23844] ppid=23824 vsize=27313900 memory=279750681807024 CPUtime=0.07 cores=0-7
/proc/23827/task/23844/stat : 23844 (java) S 23824 23824 22617 0 -1 1077944384 302 0 0 0 7 0 0 0 20 0 20 0 236023220 27969433600 31835 33554432000 4194304 4196468 140725486451552 140670992832880 140672408328834 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23845] ppid=23824 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23845/stat : 23845 (java) S 23824 23824 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236023220 27969433600 31835 33554432000 4194304 4196468 140725486451552 140669104417504 140672408327893 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23846] ppid=23824 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23827/task/23846/stat : 23846 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023220 27969433600 31835 33554432000 4194304 4196468 140725486451552 140670991780784 140672408328834 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 128736 KiB

[startup+0.701032 s]
/proc/loadavg: 3.97 7.02 7.94 2/204 23846
/proc/meminfo: memFree=17647224/32770624 swapFree=67108688/67108860
[pid=23824] ppid=23821 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/23824/stat : 23824 (scop.sh) S 23821 23824 22617 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 236023212 115843072 349 33554432000 4194304 5098028 140724920701616 140724920698872 140270458462844 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9859072 140724920710178 140724920710403 140724920710403 140724920713165 0
/proc/23824/statm: 28282 349 296 221 0 87 0
[pid=23827] ppid=23824 vsize=27320172 memory=164728 CPUtime=1 cores=0-7
/proc/23827/stat : 23827 (java) S 23824 23824 22617 0 -1 1077944320 18137 0 0 0 94 6 0 0 20 0 20 0 236023212 27975856128 41182 33554432000 4194304 4196468 140725486451552 140725486434096 140672408317687 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
/proc/23827/statm: 6830043 41182 3132 1 0 6791447 0
[pid=23827/tid=23828] ppid=23824 vsize=27320172 memory=279750682164912 CPUtime=0.67 cores=0-7
/proc/23827/task/23828/stat : 23828 (java) R 23824 23824 22617 0 -1 4202560 15322 0 0 0 62 5 0 0 20 0 20 0 236023212 27975856128 41182 33554432000 4194304 4196468 140725486451552 140672380155264 140671872767168 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23829] ppid=23824 vsize=27320172 memory=139875341083504 CPUtime=0 cores=0-7
/proc/23827/task/23829/stat : 23829 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27975856128 41182 33554432000 4194304 4196468 140725486451552 140672412560144 140672408327893 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23830] ppid=23824 vsize=27320172 memory=0 CPUtime=0 cores=0-7
/proc/23827/task/23830/stat : 23830 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236023215 27975856128 41182 33554432000 4194304 4196468 140725486451552 140672195955600 140672408327893 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23831] ppid=23824 vsize=27320172 memory=1616 CPUtime=0 cores=0-7
/proc/23827/task/23831/stat : 23831 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023215 27975856128 41182 33554432000 4194304 4196468 140725486451552 140672194903056 140672408327893 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0

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

/proc/23827/task/23841/stat : 23841 (java) S 23824 23824 22617 0 -1 1077944384 3728 0 0 0 209 1 0 0 20 0 20 0 236023220 27982225408 201279 33554432000 4194304 4196468 140725486451552 140670995990512 140672408328834 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23842] ppid=23824 vsize=27326392 memory=1832 CPUtime=2.13 cores=0-7
/proc/23827/task/23842/stat : 23842 (java) R 23824 23824 22617 0 -1 4202560 2309 0 0 0 212 1 0 0 20 0 20 0 236023220 27982225408 201279 33554432000 4194304 4196468 140725486451552 140670994937968 140672393393789 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23843] ppid=23824 vsize=27326392 memory=8916 CPUtime=2 cores=0-7
/proc/23827/task/23843/stat : 23843 (java) S 23824 23824 22617 0 -1 1077944384 1588 0 0 0 199 1 0 0 20 0 20 0 236023220 27982225408 201279 33554432000 4194304 4196468 140725486451552 140670993885424 140672408328834 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23844] ppid=23824 vsize=27326392 memory=15196 CPUtime=1.25 cores=0-7
/proc/23827/task/23844/stat : 23844 (java) S 23824 23824 22617 0 -1 1077944384 3974 0 0 0 124 1 0 0 20 0 20 0 236023220 27982225408 201279 33554432000 4194304 4196468 140725486451552 140670992832880 140672408328834 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23845] ppid=23824 vsize=27326392 memory=16348 CPUtime=0 cores=0-7
/proc/23827/task/23845/stat : 23845 (java) S 23824 23824 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236023220 27982225408 201279 33554432000 4194304 4196468 140725486451552 140669104417504 140672408327893 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
[pid=23827/tid=23846] ppid=23824 vsize=27326392 memory=1176 CPUtime=0 cores=0-7
/proc/23827/task/23846/stat : 23846 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236023220 27982225408 201279 33554432000 4194304 4196468 140725486451552 140670991780784 140672408328834 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7090176 140725486453736 140725486454061 140725486454061 140725486456783 0
Current children cumulated CPU time: 10.58 s
Current children cumulated vsize: 27439520 KiB
Current children cumulated memory: 806512 KiB

[startup+6.30041 s]
/proc/loadavg: 3.97 6.97 7.92 3/204 23846
/proc/meminfo: memFree=14895728/32770624 swapFree=67108688/67108860
[pid=23824] ppid=23821 vsize=113128 memory=1472 CPUtime=16.98 cores=0-7
/proc/23824/stat : 23824 (scop.sh) S 23821 23824 22617 0 -1 4202496 591 34774 0 0 0 0 1627 71 20 0 1 0 236023212 115843072 368 33554432000 4194304 5098028 140724920701616 140724920698360 140270458462844 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9859072 140724920710178 140724920710403 140724920710403 140724920713165 0
/proc/23824/statm: 28282 368 311 221 0 87 0
Current children cumulated CPU time: 16.98 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1472 KiB

[startup+7.70907 s]
# the end of solver process 23824 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=18.831 s, system=0.924396 s

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

[startup+6.40039 s]
/proc/loadavg: 3.97 6.97 7.92 3/204 23846
/proc/meminfo: memFree=14895728/32770624 swapFree=67108688/67108860
[pid=23824] ppid=23821 vsize=113128 memory=1472 CPUtime=16.98 cores=0-7
/proc/23824/stat : 23824 (scop.sh) S 23821 23824 22617 0 -1 4202496 591 34774 0 0 0 0 1627 71 20 0 1 0 236023212 115843072 368 33554432000 4194304 5098028 140724920701616 140724920698360 140270458462844 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9859072 140724920710178 140724920710403 140724920710403 140724920713165 0
/proc/23824/statm: 28282 368 311 221 0 87 0
Current children cumulated CPU time: 16.98 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1472 KiB

[startup+7.20118 s]
/proc/loadavg: 3.97 6.97 7.92 2/209 23872
/proc/meminfo: memFree=17631948/32770624 swapFree=67108688/67108860
[pid=23824] ppid=23821 vsize=113128 memory=1472 CPUtime=16.98 cores=0-7
/proc/23824/stat : 23824 (scop.sh) S 23821 23824 22617 0 -1 4202496 591 34774 0 0 0 0 1627 71 20 0 1 0 236023212 115843072 368 33554432000 4194304 5098028 140724920701616 140724920698360 140270458462844 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9859072 140724920710178 140724920710403 140724920710403 140724920713165 0
/proc/23824/statm: 28282 368 311 221 0 87 0
[pid=23847] ppid=23824 vsize=8413904 memory=138364 CPUtime=1.75 cores=0-7
/proc/23847/stat : 23847 (java) S 23824 23824 22617 0 -1 1077944320 18750 0 0 0 164 11 0 0 20 0 24 0 236023815 8615837696 34591 33554432000 4194304 4196468 140730765739024 140730765721568 139783741533943 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
/proc/23847/statm: 2103476 34591 3158 1 0 2064875 0
[pid=23867] ppid=23847 vsize=56496 memory=37188 CPUtime=0.27 cores=0-7
/proc/23867/stat : 23867 (glucose-syrup) R 23847 23824 22617 0 -1 4202496 8527 0 0 0 26 1 0 0 20 0 1 0 236023904 57851904 9297 33554432000 4194304 4373367 140732670862080 140732670859176 4324790 0 4 0 8388610 0 0 0 17 1 0 0 0 0 0 6470912 6472264 13697024 140732670866512 140732670866644 140732670866644 140732670869447 0
/proc/23867/statm: 14124 9297 352 44 0 9812 0
[pid=23847/tid=23848] ppid=23824 vsize=8413904 memory=-4075877051373423737 CPUtime=0.91 cores=0-7
/proc/23847/task/23848/stat : 23848 (java) S 23824 23824 22617 0 -1 1077944384 14610 0 0 0 81 10 0 0 20 0 24 0 236023815 8615837696 34591 33554432000 4194304 4196468 140730765739024 139783713374096 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23849] ppid=23824 vsize=8413904 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/23847/task/23849/stat : 23849 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236023816 8615837696 34591 33554432000 4194304 4196468 140730765739024 139783745775888 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23850] ppid=23824 vsize=8413904 memory=15538518206188108 CPUtime=0 cores=0-7
/proc/23847/task/23850/stat : 23850 (java) S 23824 23824 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236023817 8615837696 34591 33554432000 4194304 4196468 140730765739024 139783545944464 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23851] ppid=23824 vsize=8413904 memory=305 CPUtime=0 cores=0-7
/proc/23847/task/23851/stat : 23851 (java) S 23824 23824 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236023817 8615837696 34591 33554432000 4194304 4196468 140730765739024 139783544891920 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23852] ppid=23824 vsize=8413904 memory=307 CPUtime=0 cores=0-7
/proc/23847/task/23852/stat : 23852 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236023817 8615837696 34591 33554432000 4194304 4196468 140730765739024 139783543839376 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23853] ppid=23824 vsize=8413904 memory=279749541186674 CPUtime=0 cores=0-7
/proc/23847/task/23853/stat : 23853 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236023817 8615837696 34591 33554432000 4194304 4196468 140730765739024 139783542786832 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23854] ppid=23824 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23847/task/23854/stat : 23854 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236023817 8615837696 34591 33554432000 4194304 4196468 140730765739024 139783541734288 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23855] ppid=23824 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23847/task/23855/stat : 23855 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236023817 8615837696 34591 33554432000 4194304 4196468 140730765739024 139783540681744 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23856] ppid=23824 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23847/task/23856/stat : 23856 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236023817 8615837696 34591 33554432000 4194304 4196468 140730765739024 139783539629200 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23857] ppid=23824 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23847/task/23857/stat : 23857 (java) S 23824 23824 22617 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 236023818 8615837696 34591 33554432000 4194304 4196468 140730765739024 139782566631408 139783741545090 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23858] ppid=23824 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23847/task/23858/stat : 23858 (java) S 23824 23824 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236023818 8615837696 34591 33554432000 4194304 4196468 140730765739024 139782394995616 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23859] ppid=23824 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23847/task/23859/stat : 23859 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236023819 8615837696 34591 33554432000 4194304 4196468 140730765739024 139782126560240 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23860] ppid=23824 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23847/task/23860/stat : 23860 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236023821 8615837696 34591 33554432000 4194304 4196468 140730765739024 139781752051920 139783741552539 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23861] ppid=23824 vsize=8413904 memory=0 CPUtime=0.19 cores=0-7
/proc/23847/task/23861/stat : 23861 (java) S 23824 23824 22617 0 -1 1077944384 1171 0 0 0 19 0 0 0 20 0 24 0 236023821 8615837696 34591 33554432000 4194304 4196468 140730765739024 139782565579248 139783741545090 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23862] ppid=23824 vsize=8413904 memory=1396 CPUtime=0.16 cores=0-7
/proc/23847/task/23862/stat : 23862 (java) S 23824 23824 22617 0 -1 1077944384 434 0 0 0 16 0 0 0 20 0 24 0 236023821 8615837696 34591 33554432000 4194304 4196468 140730765739024 139782564526704 139783741545090 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23863] ppid=23824 vsize=8413904 memory=452276 CPUtime=0.2 cores=0-7
/proc/23847/task/23863/stat : 23863 (java) S 23824 23824 22617 0 -1 1077944384 511 0 0 0 20 0 0 0 20 0 24 0 236023821 8615837696 34591 33554432000 4194304 4196468 140730765739024 139782563474160 139783741545090 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23864] ppid=23824 vsize=8413904 memory=6944652177228980320 CPUtime=0.24 cores=0-7
/proc/23847/task/23864/stat : 23864 (java) S 23824 23824 22617 0 -1 1077944384 630 0 0 0 24 0 0 0 20 0 24 0 236023821 8615837696 34591 33554432000 4194304 4196468 140730765739024 139782562421616 139783741545090 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23865] ppid=23824 vsize=8413904 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/23847/task/23865/stat : 23865 (java) S 23824 23824 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236023821 8615837696 34591 33554432000 4194304 4196468 140730765739024 139781254146272 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23866] ppid=23824 vsize=8413904 memory=1210980 CPUtime=0 cores=0-7
/proc/23847/task/23866/stat : 23866 (java) S 23824 23824 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236023822 8615837696 34591 33554432000 4194304 4196468 140730765739024 139782561368496 139783741545090 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23868] ppid=23824 vsize=8413904 memory=686476 CPUtime=0 cores=0-7
/proc/23847/task/23868/stat : 23868 (java) S 23824 23824 22617 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 236023904 8615837696 34591 33554432000 4194304 4196468 140730765739024 139782553560256 139783741558553 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23870] ppid=23824 vsize=8413904 memory=164 CPUtime=0 cores=0-7
/proc/23847/task/23870/stat : 23870 (java) S 23824 23824 22617 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 236023904 8615837696 34591 33554432000 4194304 4196468 140730765739024 139780583046960 139783741555869 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23871] ppid=23824 vsize=8413904 memory=7681905605394137875 CPUtime=0 cores=0-7
/proc/23847/task/23871/stat : 23871 (java) S 23824 23824 22617 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 236023904 8615837696 34591 33554432000 4194304 4196468 140730765739024 139780851482544 139783741555869 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23872] ppid=23824 vsize=8413904 memory=-9001734013606258791 CPUtime=0 cores=0-7
/proc/23847/task/23872/stat : 23872 (java) S 23824 23824 22617 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 236023906 8615837696 34591 33554432000 4194304 4196468 140730765739024 139780314619552 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
Current children cumulated CPU time: 19 s
Current children cumulated vsize: 8583528 KiB
Current children cumulated memory: 177024 KiB

[startup+7.60112 s]
/proc/loadavg: 3.97 6.97 7.92 2/209 23872
/proc/meminfo: memFree=17631948/32770624 swapFree=67108688/67108860
[pid=23824] ppid=23821 vsize=113128 memory=1472 CPUtime=16.98 cores=0-7
/proc/23824/stat : 23824 (scop.sh) S 23821 23824 22617 0 -1 4202496 591 34774 0 0 0 0 1627 71 20 0 1 0 236023212 115843072 368 33554432000 4194304 5098028 140724920701616 140724920698360 140270458462844 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9859072 140724920710178 140724920710403 140724920710403 140724920713165 0
/proc/23824/statm: 28282 368 311 221 0 87 0
[pid=23847] ppid=23824 vsize=8282828 memory=142692 CPUtime=2.74 cores=0-7
/proc/23847/stat : 23847 (java) S 23824 23824 22617 0 -1 1077944320 18801 36847 0 0 166 12 88 8 20 0 22 0 236023815 8481615872 35673 33554432000 4194304 4196468 140730765739024 140730765721568 139783741533943 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
/proc/23847/statm: 2070707 35673 3161 1 0 2032106 0
[pid=23847/tid=23848] ppid=23824 vsize=8282828 memory=7449611718424028242 CPUtime=1.87 cores=0-7
/proc/23847/task/23848/stat : 23848 (java) D 23824 23824 22617 0 -1 4202560 14624 36847 0 0 81 10 88 8 20 0 22 0 236023815 8481615872 35673 33554432000 4194304 4196468 140730765739024 139783713375720 139783734219575 0 4 2 25189581 18446744072100277381 0 0 -1 5 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23849] ppid=23824 vsize=8282828 memory=0 CPUtime=0.96 cores=0-7
/proc/23847/task/23849/stat : 23849 (java) S 23824 23824 22617 0 -1 1077944384 2 36847 0 0 0 0 88 8 20 0 22 0 236023816 8481615872 35673 33554432000 4194304 4196468 140730765739024 139783745775888 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23850] ppid=23824 vsize=8282828 memory=279750682654288 CPUtime=0.96 cores=0-7
/proc/23847/task/23850/stat : 23850 (java) S 23824 23824 22617 0 -1 1077944384 2 36847 0 0 0 0 88 8 20 0 22 0 236023817 8481615872 35673 33554432000 4194304 4196468 140730765739024 139783545944464 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23851] ppid=23824 vsize=8282828 memory=7636 CPUtime=0.96 cores=0-7
/proc/23847/task/23851/stat : 23851 (java) S 23824 23824 22617 0 -1 1077944384 3 36847 0 0 0 0 88 8 20 0 22 0 236023817 8481615872 35673 33554432000 4194304 4196468 140730765739024 139783544891920 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23852] ppid=23824 vsize=8282828 memory=808 CPUtime=0.96 cores=0-7
/proc/23847/task/23852/stat : 23852 (java) S 23824 23824 22617 0 -1 1077944384 1 36847 0 0 0 0 88 8 20 0 22 0 236023817 8481615872 35673 33554432000 4194304 4196468 140730765739024 139783543839376 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23853] ppid=23824 vsize=8282828 memory=1800 CPUtime=0.96 cores=0-7
/proc/23847/task/23853/stat : 23853 (java) S 23824 23824 22617 0 -1 1077944384 1 36847 0 0 0 0 88 8 20 0 22 0 236023817 8481615872 35673 33554432000 4194304 4196468 140730765739024 139783542786832 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23854] ppid=23824 vsize=8282828 memory=920 CPUtime=0.96 cores=0-7
/proc/23847/task/23854/stat : 23854 (java) S 23824 23824 22617 0 -1 1077944384 1 36847 0 0 0 0 88 8 20 0 22 0 236023817 8481615872 35673 33554432000 4194304 4196468 140730765739024 139783541734288 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23855] ppid=23824 vsize=8282828 memory=4252 CPUtime=0.96 cores=0-7
/proc/23847/task/23855/stat : 23855 (java) S 23824 23824 22617 0 -1 1077944384 1 36847 0 0 0 0 88 8 20 0 22 0 236023817 8481615872 35673 33554432000 4194304 4196468 140730765739024 139783540681744 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23856] ppid=23824 vsize=8282828 memory=4096 CPUtime=0.96 cores=0-7
/proc/23847/task/23856/stat : 23856 (java) S 23824 23824 22617 0 -1 1077944384 1 36847 0 0 0 0 88 8 20 0 22 0 236023817 8481615872 35673 33554432000 4194304 4196468 140730765739024 139783539629200 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23857] ppid=23824 vsize=8282828 memory=1408 CPUtime=0.96 cores=0-7
/proc/23847/task/23857/stat : 23857 (java) S 23824 23824 22617 0 -1 1077944384 6 36847 0 0 0 0 88 8 20 0 22 0 236023818 8481615872 35673 33554432000 4194304 4196468 140730765739024 139782566631408 139783741545090 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23858] ppid=23824 vsize=8282828 memory=2584 CPUtime=0.96 cores=0-7
/proc/23847/task/23858/stat : 23858 (java) S 23824 23824 22617 0 -1 1077944384 13 36847 0 0 0 0 88 8 20 0 22 0 236023818 8481615872 35673 33554432000 4194304 4196468 140730765739024 139782394995616 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23859] ppid=23824 vsize=8282828 memory=1472 CPUtime=0.96 cores=0-7
/proc/23847/task/23859/stat : 23859 (java) S 23824 23824 22617 0 -1 1077944384 1 36847 0 0 0 0 88 8 20 0 22 0 236023819 8481615872 35673 33554432000 4194304 4196468 140730765739024 139782126560240 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23860] ppid=23824 vsize=8282828 memory=138364 CPUtime=0.96 cores=0-7
/proc/23847/task/23860/stat : 23860 (java) S 23824 23824 22617 0 -1 1077944384 1 36847 0 0 0 0 88 8 20 0 22 0 236023821 8481615872 35673 33554432000 4194304 4196468 140730765739024 139781752051920 139783741552539 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23861] ppid=23824 vsize=8282828 memory=25460 CPUtime=1.15 cores=0-7
/proc/23847/task/23861/stat : 23861 (java) S 23824 23824 22617 0 -1 1077944384 1171 36847 0 0 19 0 88 8 20 0 22 0 236023821 8481615872 35673 33554432000 4194304 4196468 140730765739024 139782565579248 139783741545090 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23862] ppid=23824 vsize=8282828 memory=-4075877051373423737 CPUtime=1.12 cores=0-7
/proc/23847/task/23862/stat : 23862 (java) S 23824 23824 22617 0 -1 1077944384 434 36847 0 0 16 0 88 8 20 0 22 0 236023821 8481615872 35673 33554432000 4194304 4196468 140730765739024 139782564526704 139783741545090 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23863] ppid=23824 vsize=8282828 memory=4872558044660077418 CPUtime=1.16 cores=0-7
/proc/23847/task/23863/stat : 23863 (java) S 23824 23824 22617 0 -1 1077944384 511 36847 0 0 20 0 88 8 20 0 22 0 236023821 8481615872 35673 33554432000 4194304 4196468 140730765739024 139782563474160 139783741545090 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23864] ppid=23824 vsize=8282828 memory=4588 CPUtime=1.21 cores=0-7
/proc/23847/task/23864/stat : 23864 (java) S 23824 23824 22617 0 -1 1077944384 652 36847 0 0 25 0 88 8 20 0 22 0 236023821 8481615872 35673 33554432000 4194304 4196468 140730765739024 139782562421616 139783741545090 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23865] ppid=23824 vsize=8282828 memory=1388 CPUtime=0.96 cores=0-7
/proc/23847/task/23865/stat : 23865 (java) S 23824 23824 22617 0 -1 1077944384 3 36847 0 0 0 0 88 8 20 0 22 0 236023821 8481615872 35673 33554432000 4194304 4196468 140730765739024 139781254146272 139783741544149 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23866] ppid=23824 vsize=8282828 memory=9664 CPUtime=0.96 cores=0-7
/proc/23847/task/23866/stat : 23866 (java) S 23824 23824 22617 0 -1 1077944384 3 36847 0 0 0 0 88 8 20 0 22 0 236023822 8481615872 35673 33554432000 4194304 4196468 140730765739024 139782561368496 139783741545090 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23868] ppid=23824 vsize=8282828 memory=1136 CPUtime=0.96 cores=0-7
/proc/23847/task/23868/stat : 23868 (java) S 23824 23824 22617 0 -1 1077944384 26 36847 0 0 0 0 88 8 20 0 22 0 236023904 8481615872 35673 33554432000 4194304 4196468 140730765739024 139782553559440 139783741545090 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
[pid=23847/tid=23872] ppid=23824 vsize=8282828 memory=1832 CPUtime=0.96 cores=0-7
/proc/23847/task/23872/stat : 23872 (java) S 23824 23824 22617 0 -1 1077944384 8 36847 0 0 0 0 88 8 20 0 22 0 236023906 8481615872 35673 33554432000 4194304 4196468 140730765739024 139780314621360 139783741545090 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31940608 140730765743281 140730765743405 140730765743405 140730765746127 0
Current children cumulated CPU time: 19.72 s
Current children cumulated vsize: 8395956 KiB
Current children cumulated memory: 144164 KiB

Child status: 0
Real time (s): 7.7091
CPU time (s): 19.7554
CPU user time (s): 18.831
CPU system time (s): 0.924396
CPU usage (%): 256.261
Max. virtual memory (cumulated for all children) (KiB): 27443704
Max. memory (cumulated for all children) (KiB): 2890484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.831
system time used= 0.924396
maximum resident set size= 2893632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91031
page faults= 0
swaps= 0
block input operations= 0
block output operations= 19592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9446
involuntary context switches= 29


# summary of solver processes directly reported to runsolver:
#   pid: 23824
#   total CPU time (s): 19.7554
#   total CPU user time (s): 18.831
#   total CPU system time (s): 0.924396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.073121 second user time and 0.127962 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 20:23:20
IDJOB=4307291
IDBENCH=141180
IDSOLVER=2788
FILE ID=node134/4307291-1534184600
RUNJOBID= node134-1534182009-22644
PBS_JOBID= 21037981
Free space on /tmp= 42776 MiB

SOLVER NAME= scop order+glucose-syrup (2018-07-31)
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f07_c18.xml
COMMAND LINE= scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=NBCORE:-maxmemory=20000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307291-1534184600/watcher-4307291-1534184600 -o /tmp/evaluation-result-4307291-1534184600/solver-4307291-1534184600 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1534182009-22644 --watchdog 2580  scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307291-1534184600.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= b54c09f82090ba1b7a5e810a9fcb813b
RANDOM SEED=420553805

node134.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.68
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.68
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.68
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.68
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:        17787176 kB
MemAvailable:   31899600 kB
Buffers:          227412 kB
Cached:         14033584 kB
SwapCached:           52 kB
Active:          4500064 kB
Inactive:        9817264 kB
Active(anon):       5124 kB
Inactive(anon):   103128 kB
Active(file):    4494940 kB
Inactive(file):  9714136 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              8468 kB
Writeback:             0 kB
AnonPages:         69804 kB
Mapped:            55784 kB
Shmem:             49652 kB
Slab:             360424 kB
SReclaimable:     331808 kB
SUnreclaim:        28616 kB
KernelStack:        3600 kB
PageTables:         5652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     348800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42768 MiB
End job on node134 at 2018-08-13 20:23:28