Trace number 4307296

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.8467 7.39549

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f11_c18.xml
MD5SUM495f96cb472313b50d142b917feb6977
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 benchmark16.5899
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size33
Distribution of domain sizes[{"size":6,"count":2},{"size":18,"count":4},{"size":22,"count":10},{"size":27,"count":336},{"size":33,"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-22855-serial-file.bin HOME/instance-4307296-1534184530.xml
0.62/0.66	
0.62/0.66	scop order+glucose-syrup (2018-07-31)
0.62/0.66	(Encoding Process)
0.62/0.66	
0.71/0.73	c BEGIN-Prog: Mon Aug 13 20:22:11 CEST 2018
0.71/0.73	c PID: 22858
0.71/0.73	c IP: 172.20.3.134
0.71/0.73	c HOST: node134.alineos.net
0.71/0.74	c (0,0) Parsing Begin
5.98/2.13	c (1,1) Parsing End
5.98/2.14	c (1,1) CSP: 680 int (0 aux), 0 bool (0 aux), 4103 ctr, max domain size 33
5.98/2.14	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
5.98/2.14	c (1,1) Constraint Name Generate Begin
5.98/2.17	c (1,1) Ctr:HOME/instance-4307296-1534184530.xml,Dist:Eq:IntVar:Le:Num
5.98/2.17	c (1,1) Constraint Name Generate End
5.98/2.17	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
5.98/2.17	c (1,1) CSP to CSPinCNF Begin
7.07/2.44	c (1,1) translated 411 (10%) constraints
7.44/2.51	c (1,1) translated 821 (20%) constraints
7.44/2.56	c (1,1) translated 1231 (30%) constraints
7.83/2.60	c (1,1) translated 1642 (40%) constraints
7.83/2.64	c (1,1) translated 2052 (50%) constraints
7.83/2.68	c (1,1) translated 2462 (60%) constraints
8.22/2.71	c (2,1) translated 2873 (70%) constraints
8.22/2.75	c (2,2) translated 3283 (80%) constraints
8.22/2.78	c (2,2) translated 3693 (90%) constraints
9.05/2.91	c (2,2) translated 4103 (100%) constraints
9.52/3.02	c (2,2) STATISTICS1:HOME/instance-4307296-1534184530.xml,Dist:Eq:IntVar:Le:Num,680,4783,33,33,2,2,33:3314;27:5144;22:344;18:24;6:60,33:9348;27:7956;22:364;18:40;6:64,2:4103;1:680,2:8886,
9.52/3.02	c (2,2) ==========================================
9.52/3.02	c (2,2) Order
9.52/3.02	c (2,2) ==========================================
9.52/3.05	c (2,2) translated 479 (10%) constraints
9.52/3.07	c (2,2) translated 957 (20%) constraints
9.52/3.09	c (2,2) translated 1435 (30%) constraints
9.52/3.10	c (2,2) translated 1914 (40%) constraints
9.88/3.11	c (2,2) translated 2392 (50%) constraints
9.88/3.12	c (2,2) translated 2870 (60%) constraints
9.88/3.14	c (2,2) translated 3349 (70%) constraints
9.88/3.15	c (2,2) translated 3827 (80%) constraints
9.88/3.16	c (2,2) translated 4305 (90%) constraints
9.88/3.17	c (2,2) translated 4783 (100%) constraints
9.88/3.17	c (2,2) CSP to CSPinCNF End
9.88/3.17	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 33
9.88/3.17	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
9.88/3.17	c (2,2) CSPinCNF Propagation Begin
12.29/4.28	c (3,3) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.29/4.28	c (3,3) CSPinCNF Propagation End
12.29/4.29	c (3,3) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 33
12.29/4.29	c (3,3) Heap : 2027 MiB used (max 21589 MiB), NonHeap : 34 MiB used (max 0 MiB)
12.29/4.29	c (3,3) Simplify CSPinCNF Begin
13.00/4.53	c (3,3) Simplify CSPinCNF End
13.00/4.53	c (3,3) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 33
13.00/4.53	c (3,3) Heap : 2027 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
13.00/4.53	c (3,3) Calculate Precise Domain Begin
13.00/4.54	c (3,3) 0 values are removed by re-calculation
13.00/4.54	c (3,3) Calculate Precise Domain End
13.00/4.54	c (3,3) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 33
13.00/4.54	c (3,3) Heap : 2027 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
13.00/4.54	c (3,3) CSPinCNF to SatSolver Begin
14.31/4.81	c (4,4) 1299 (10 %) CSP clauses are encoded (27726 SAT variables, 42336 SAT clauses)
14.73/4.94	c (4,4) 2598 (20 %) CSP clauses are encoded (27726 SAT variables, 65353 SAT clauses)
15.13/5.02	c (4,4) 3897 (30 %) CSP clauses are encoded (27726 SAT variables, 86539 SAT clauses)
15.13/5.11	c (4,4) 5196 (40 %) CSP clauses are encoded (27726 SAT variables, 109739 SAT clauses)
15.31/5.20	c (4,4) 6495 (50 %) CSP clauses are encoded (27726 SAT variables, 134926 SAT clauses)
15.51/5.28	c (4,4) 7794 (60 %) CSP clauses are encoded (27726 SAT variables, 160024 SAT clauses)
15.73/5.37	c (4,4) 9093 (70 %) CSP clauses are encoded (27726 SAT variables, 184832 SAT clauses)
15.96/5.45	c (4,4) 10392 (80 %) CSP clauses are encoded (27726 SAT variables, 209703 SAT clauses)
16.10/5.52	c (4,4) 11691 (90 %) CSP clauses are encoded (27726 SAT variables, 232359 SAT clauses)
16.10/5.57	c (4,4) 12989 (100 %) CSP clauses are encoded (27726 SAT variables, 249963 SAT clauses)
16.10/5.57	c (4,4) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
16.10/5.57	c (4,4) CSPinCNF to SatSolver End
16.10/5.57	c (4,4) Heap : 2590 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
16.35/5.65	c (4,4) STATISTICS2:HOME/instance-4307296-1534184530.xml,Dist:Eq:IntVar:Le:Num,8886,12989,33,33,2,2,33:3314;27:5144;22:344;18:24;6:60,33:9348;27:7956;22:364;18:40;6:64;2:16412,2:12309;1:680,2:8886;1:16412,
16.35/5.65	c (4,4) 27726 bool, 249975 clause
16.35/5.65	c (4,4) Export Begin
17.40/5.98	c (5,5) Export to HOME/scop-22855-serial-file.bin
17.40/5.98	c (5,5) Export End
17.40/5.98	c (5,5) Export File Size: 3.29 MB
17.40/5.98	c (5,5) 1,1,2,3,3,3,4,STOP-AFTER(DIMACS)
17.40/5.98	c END-Prog: Mon Aug 13 20:22:17 CEST 2018
0.00/6.01	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-22855-serial-file.bin
17.54/6.50	c (0,0) Read Serial File Begin
17.54/6.50	c (0,0) HOME/scop-22855-serial-file.bin
17.54/6.83	c (0,0) Read Serial File End
17.54/6.84	
17.54/6.84	scop order+glucose-syrup (2018-07-31)
17.54/6.84	(Solving Process)
17.54/6.84	
17.54/6.86	c BEGIN-Prog: Mon Aug 13 20:22:18 CEST 2018
17.54/6.86	c PID: 22878
17.54/6.86	c IP: 172.20.3.134
17.54/6.86	c HOST: node134.alineos.net
17.54/6.87	c (0,0) SatSolver.solve Begin
17.54/6.87	c (0,0) 0 bool, 0 clause
17.54/6.87	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307296-1534184530.xml-scop-22858.cnf
19.61/7.37	c (0,0) c
19.61/7.37	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
19.61/7.37	c (0,0) c
19.61/7.37	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
19.61/7.37	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
19.61/7.37	c (0,0) c ========================================[ Problem Statistics ]===========================================
19.61/7.37	c (0,0) c |                                                                                                       |
19.61/7.37	c (0,0) c |  Number of variables:         27726                                                                   |
19.61/7.37	c (0,0) c |  Number of clauses:          249975                                                                   |
19.61/7.37	c (0,0) c |  Parse time:                   0.10 s                                                                 |
19.61/7.37	c (0,0) c |                                                                                                       |
19.61/7.37	c (0,0) c |  Eliminated clauses:           0.08 Mb                                                                |
19.61/7.37	c (0,0) c |  Simplification time:          0.24 s                                                                 |
19.61/7.37	c (0,0) c |                                                                                                       |
19.61/7.37	c (0,0) c |  Generating clones                                                                                    |
19.61/7.37	c (0,0) c |  all clones generated. Memory = 192.84Mb.                                                             |
19.61/7.37	c (0,0) c ========================================================================================================|
19.61/7.37	c (0,0) c Thread 3 is 100% pure glucose! First thread to finish! (UNSAT answer).
19.61/7.37	c (0,0) c Total Memory so far : 768.88Mb
19.61/7.37	c (0,0) c
19.61/7.37	c (0,0) c real time : 0.475682 s
19.61/7.37	c (0,0) c cpu time  : 0.515235 s
19.61/7.37	c (0,0) c
19.61/7.37	c (0,0) c
19.61/7.37	c (0,0) c
19.61/7.37	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
19.61/7.37	c (0,0) c
19.61/7.37	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.61/7.37	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
19.61/7.37	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.61/7.37	c (0,0) c | Conflicts     |             733 |          0 |        130 |         61 |        143 |         62 |        138 |        132 |         67 |
19.61/7.37	c (0,0) c | Decisions     |            2468 |        341 |        331 |        253 |        348 |        257 |        346 |        332 |        260 |
19.61/7.37	c (0,0) c | Propagations  |          138058 |      15757 |      19934 |      13538 |      20752 |      13711 |      20393 |      19964 |      14009 |
19.61/7.37	c (0,0) c | Avg_Trail     |                 |          0 |       1429 |       2507 |       1323 |       2477 |       1362 |       1413 |       2345 |
19.61/7.37	c (0,0) c | Avg_DL        |                 |          0 |         37 |         69 |         34 |         68 |         35 |         36 |         64 |
19.61/7.37	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.61/7.37	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.61/7.37	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.61/7.37	c (0,0) c | Exported      |             207 |          0 |         37 |         16 |         43 |         16 |         40 |         37 |         18 |
19.61/7.37	c (0,0) c | Imported      |             643 |          0 |        164 |          0 |        162 |          0 |        155 |        162 |          0 |
19.61/7.37	c (0,0) c | Good          |             220 |          0 |         57 |          0 |         55 |          0 |         52 |         56 |          0 |
19.61/7.37	c (0,0) c | Purge         |             423 |          0 |        107 |          0 |        107 |          0 |        103 |        106 |          0 |
19.61/7.37	c (0,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.61/7.37	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.61/7.37	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.61/7.37	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.61/7.37	c (0,0) c | Unaries       |                 |          0 |          2 |          0 |          3 |          0 |          2 |          2 |          0 |
19.61/7.37	c (0,0) c | Binaries      |                 |          0 |         13 |          5 |         17 |          5 |         15 |         13 |          5 |
19.61/7.37	c (0,0) c | Glues         |                 |          0 |         37 |         16 |         43 |         16 |         40 |         37 |         18 |
19.61/7.37	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.61/7.37	c (0,0) c | Orig_Seen     |             0 % |          0 |        784 |        544 |        798 |        552 |        792 |        793 |        570 |
19.61/7.37	c (0,0) c | Diff Orig seen|                 | -      798 | -       14 | -      254 |      X     | -      246 | -        6 | -        5 | -      228 |
19.61/7.37	c (0,0) c | Hamming       |             1 % |       2781 |         88 |        241 |      X     |        241 |         69 |         45 |        269 |
19.61/7.37	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.61/7.37	c (0,0) 
19.61/7.37	c (0,0) s UNSATISFIABLE
19.61/7.38	c (0,0) SatSolver.solve End
19.61/7.38	c (0,0) Heap : 164 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
19.61/7.38	c (0,0) Show results Begin
19.61/7.38	s UNSATISFIABLE
19.61/7.38	c (0,0) Show results End
19.61/7.38	c (0,0) Heap : 164 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
19.61/7.38	c (0,0) 0,0,STOP-AFTER(ALL)
19.61/7.38	c END-Prog: Mon Aug 13 20:22:18 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 (10625 MiB free)
  memory of node 1: 16384 MiB (6747 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307296-1534184530/watcher-4307296-1534184530 -o /tmp/evaluation-result-4307296-1534184530/solver-4307296-1534184530 -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-4307296-1534184530.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=22855, runsolver pid=22852

[startup+0.10764 s]*
/proc/loadavg: 7.69 8.25 8.38 2/204 22877
/proc/meminfo: memFree=17696296/32770624 swapFree=67108688/67108860
[pid=22855] ppid=22852 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/22855/stat : 22855 (scop.sh) S 22852 22855 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236016270 115843072 349 33554432000 4194304 5098028 140722485597440 140722485594696 139726752555644 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22224896 140722485605410 140722485605635 140722485605635 140722485608397 0
/proc/22855/statm: 28282 349 296 221 0 87 0
[pid=22858] ppid=22855 vsize=27313900 memory=106624 CPUtime=0.11 cores=0-7
/proc/22858/stat : 22858 (java) S 22855 22855 22617 0 -1 1077944320 6647 0 0 0 9 2 0 0 20 0 20 0 236016270 27969433600 26656 33554432000 4194304 4196468 140721512235824 140721512218368 139799317970679 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
/proc/22858/statm: 6828475 26656 2738 1 0 6790935 0
[pid=22858/tid=22859] ppid=22855 vsize=27313900 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/22858/task/22859/stat : 22859 (java) R 22855 22855 22617 0 -1 4202560 4750 0 0 0 7 2 0 0 20 0 20 0 236016271 27969433600 26656 33554432000 4194304 4196468 140721512235824 139799289759792 139799302051166 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22860] ppid=22855 vsize=27313900 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/22858/task/22860/stat : 22860 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 26656 33554432000 4194304 4196468 140721512235824 139799322213264 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22861] ppid=22855 vsize=27313900 memory=140225670338176 CPUtime=0 cores=0-7
/proc/22858/task/22861/stat : 22861 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 26656 33554432000 4194304 4196468 140721512235824 139798740196112 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22862] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22862/stat : 22862 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 26656 33554432000 4194304 4196468 140721512235824 139798739143824 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22863] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22863/stat : 22863 (java) S 22855 22855 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 26656 33554432000 4194304 4196468 140721512235824 139798738091024 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22864] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22864/stat : 22864 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 26656 33554432000 4194304 4196468 140721512235824 139798737037712 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22865] ppid=22855 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/22858/task/22865/stat : 22865 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 26656 33554432000 4194304 4196468 140721512235824 139798735984912 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22866] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22866/stat : 22866 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 26656 33554432000 4194304 4196468 140721512235824 139798734932624 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22867] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22867/stat : 22867 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016274 27969433600 26656 33554432000 4194304 4196468 140721512235824 139798733879824 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22868] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22868/stat : 22868 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016275 27969433600 26656 33554432000 4194304 4196468 140721512235824 139798443407984 139799317981826 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22869] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22869/stat : 22869 (java) S 22855 22855 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236016276 27969433600 26656 33554432000 4194304 4196468 140721512235824 139797091837216 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22870] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22870/stat : 22870 (java) S 22855 22855 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236016276 27969433600 26656 33554432000 4194304 4196468 140721512235824 139796957615728 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22871] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22871/stat : 22871 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236016278 27969433600 26656 33554432000 4194304 4196468 140721512235824 139796583111248 139799317989275 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22872] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22872/stat : 22872 (java) S 22855 22855 22617 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 236016278 27969433600 26656 33554432000 4194304 4196468 140721512235824 139798442354800 139799317981826 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22873] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22873/stat : 22873 (java) S 22855 22855 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236016278 27969433600 26656 33554432000 4194304 4196468 140721512235824 139798441302000 139799317981826 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22874] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22874/stat : 22874 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236016278 27969433600 26656 33554432000 4194304 4196468 140721512235824 139798440249712 139799317981826 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22875] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22875/stat : 22875 (java) S 22855 22855 22617 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 20 0 236016278 27969433600 26656 33554432000 4194304 4196468 140721512235824 139798439196912 139799317981826 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22876] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22876/stat : 22876 (java) S 22855 22855 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236016278 27969433600 26656 33554432000 4194304 4196468 140721512235824 139796085205856 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22877] ppid=22855 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/22858/task/22877/stat : 22877 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236016279 27969433600 26656 33554432000 4194304 4196468 140721512235824 139798438144816 139799317981826 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 108020 KiB

[startup+0.210623 s]*
/proc/loadavg: 7.69 8.25 8.38 1/204 22877
/proc/meminfo: memFree=17679116/32770624 swapFree=67108688/67108860
[pid=22855] ppid=22852 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/22855/stat : 22855 (scop.sh) S 22852 22855 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236016270 115843072 349 33554432000 4194304 5098028 140722485597440 140722485594696 139726752555644 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22224896 140722485605410 140722485605635 140722485605635 140722485608397 0
/proc/22855/statm: 28282 349 296 221 0 87 0
[pid=22858] ppid=22855 vsize=27313900 memory=120480 CPUtime=0.22 cores=0-7
/proc/22858/stat : 22858 (java) S 22855 22855 22617 0 -1 1077944320 10320 0 0 0 19 3 0 0 20 0 20 0 236016270 27969433600 30120 33554432000 4194304 4196468 140721512235824 140721512218368 139799317970679 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
/proc/22858/statm: 6828475 30120 2838 1 0 6790935 0
[pid=22858/tid=22859] ppid=22855 vsize=27313900 memory=8318255677412212789 CPUtime=0.18 cores=0-7
/proc/22858/task/22859/stat : 22859 (java) R 22855 22855 22617 0 -1 4202560 8251 0 0 0 15 3 0 0 20 0 20 0 236016271 27969433600 30120 33554432000 4194304 4196468 140721512235824 139799289779424 139799302051196 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22860] ppid=22855 vsize=27313900 memory=342 CPUtime=0 cores=0-7
/proc/22858/task/22860/stat : 22860 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 30120 33554432000 4194304 4196468 140721512235824 139799322213264 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22861] ppid=22855 vsize=27313900 memory=140225670360989 CPUtime=0 cores=0-7
/proc/22858/task/22861/stat : 22861 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 30120 33554432000 4194304 4196468 140721512235824 139798740196112 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22862] ppid=22855 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/22858/task/22862/stat : 22862 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 30120 33554432000 4194304 4196468 140721512235824 139798739143824 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22863] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22863/stat : 22863 (java) S 22855 22855 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 30120 33554432000 4194304 4196468 140721512235824 139798738091024 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22864] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22864/stat : 22864 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 30120 33554432000 4194304 4196468 140721512235824 139798737037712 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22865] ppid=22855 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/22858/task/22865/stat : 22865 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 30120 33554432000 4194304 4196468 140721512235824 139798735984912 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22866] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22866/stat : 22866 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 30120 33554432000 4194304 4196468 140721512235824 139798734932624 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22867] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22867/stat : 22867 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016274 27969433600 30120 33554432000 4194304 4196468 140721512235824 139798733879824 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22868] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22868/stat : 22868 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016275 27969433600 30120 33554432000 4194304 4196468 140721512235824 139798443407984 139799317981826 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22869] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22869/stat : 22869 (java) S 22855 22855 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236016276 27969433600 30120 33554432000 4194304 4196468 140721512235824 139797091837216 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22870] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22870/stat : 22870 (java) S 22855 22855 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236016276 27969433600 30120 33554432000 4194304 4196468 140721512235824 139796957615728 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22871] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22871/stat : 22871 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236016278 27969433600 30120 33554432000 4194304 4196468 140721512235824 139796583111248 139799317989275 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22872] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22872/stat : 22872 (java) S 22855 22855 22617 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 236016278 27969433600 30120 33554432000 4194304 4196468 140721512235824 139798442354800 139799317981826 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22873] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22873/stat : 22873 (java) S 22855 22855 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236016278 27969433600 30120 33554432000 4194304 4196468 140721512235824 139798441302000 139799317981826 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22874] ppid=22855 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/22858/task/22874/stat : 22874 (java) S 22855 22855 22617 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 236016278 27969433600 30120 33554432000 4194304 4196468 140721512235824 139798440249712 139799317981826 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22875] ppid=22855 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/22858/task/22875/stat : 22875 (java) R 22855 22855 22617 0 -1 4202560 295 0 0 0 2 0 0 0 20 0 20 0 236016278 27969433600 30120 33554432000 4194304 4196468 140721512235824 139798439196912 139799317992026 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22876] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22876/stat : 22876 (java) S 22855 22855 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236016278 27969433600 30120 33554432000 4194304 4196468 140721512235824 139796085205856 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22877] ppid=22855 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/22858/task/22877/stat : 22877 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236016279 27969433600 30120 33554432000 4194304 4196468 140721512235824 139798438144816 139799317981826 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 121876 KiB

[startup+0.309857 s]*
/proc/loadavg: 7.69 8.25 8.38 3/204 22877
/proc/meminfo: memFree=17675940/32770624 swapFree=67108688/67108860
[pid=22855] ppid=22852 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/22855/stat : 22855 (scop.sh) S 22852 22855 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236016270 115843072 349 33554432000 4194304 5098028 140722485597440 140722485594696 139726752555644 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22224896 140722485605410 140722485605635 140722485605635 140722485608397 0
/proc/22855/statm: 28282 349 296 221 0 87 0
[pid=22858] ppid=22855 vsize=27313900 memory=124900 CPUtime=0.4 cores=0-7
/proc/22858/stat : 22858 (java) S 22855 22855 22617 0 -1 1077944320 10966 0 0 0 36 4 0 0 20 0 20 0 236016270 27969433600 31225 33554432000 4194304 4196468 140721512235824 140721512218368 139799317970679 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
/proc/22858/statm: 6828475 31225 2980 1 0 6790935 0
[pid=22858/tid=22859] ppid=22855 vsize=27313900 memory=6791534058613427641 CPUtime=0.27 cores=0-7
/proc/22858/task/22859/stat : 22859 (java) D 22855 22855 22617 0 -1 1077944384 8638 0 0 0 24 3 0 0 20 0 20 0 236016271 27969433600 31225 33554432000 4194304 4196468 140721512235824 139799289766016 139799310649901 0 4 2 16800973 18446744072101809700 0 0 -1 0 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22860] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22860/stat : 22860 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 31225 33554432000 4194304 4196468 140721512235824 139799322213264 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22861] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22861/stat : 22861 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 31225 33554432000 4194304 4196468 140721512235824 139798740196112 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22862] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22862/stat : 22862 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 31225 33554432000 4194304 4196468 140721512235824 139798739143824 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22863] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22863/stat : 22863 (java) S 22855 22855 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 31225 33554432000 4194304 4196468 140721512235824 139798738091024 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22864] ppid=22855 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/22858/task/22864/stat : 22864 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 31225 33554432000 4194304 4196468 140721512235824 139798737037712 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22865] ppid=22855 vsize=27313900 memory=140225514927023 CPUtime=0 cores=0-7
/proc/22858/task/22865/stat : 22865 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 31225 33554432000 4194304 4196468 140721512235824 139798735984912 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22866] ppid=22855 vsize=27313900 memory=140225514929328 CPUtime=0 cores=0-7
/proc/22858/task/22866/stat : 22866 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016273 27969433600 31225 33554432000 4194304 4196468 140721512235824 139798734932624 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22867] ppid=22855 vsize=27313900 memory=140225514931632 CPUtime=0 cores=0-7
/proc/22858/task/22867/stat : 22867 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016274 27969433600 31225 33554432000 4194304 4196468 140721512235824 139798733879824 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22868] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22868/stat : 22868 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016275 27969433600 31225 33554432000 4194304 4196468 140721512235824 139798443407984 139799317981826 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22869] ppid=22855 vsize=27313900 memory=280451029870224 CPUtime=0 cores=0-7
/proc/22858/task/22869/stat : 22869 (java) S 22855 22855 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236016276 27969433600 31225 33554432000 4194304 4196468 140721512235824 139797091837216 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22870] ppid=22855 vsize=27313900 memory=280451029877136 CPUtime=0 cores=0-7
/proc/22858/task/22870/stat : 22870 (java) S 22855 22855 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236016276 27969433600 31225 33554432000 4194304 4196468 140721512235824 139796957615728 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22871] ppid=22855 vsize=27313900 memory=280451029818416 CPUtime=0 cores=0-7
/proc/22858/task/22871/stat : 22871 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236016278 27969433600 31225 33554432000 4194304 4196468 140721512235824 139796583111248 139799317989275 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22872] ppid=22855 vsize=27313900 memory=280451029890960 CPUtime=0.01 cores=0-7
/proc/22858/task/22872/stat : 22872 (java) S 22855 22855 22617 0 -1 1077944384 385 0 0 0 1 0 0 0 20 0 20 0 236016278 27969433600 31225 33554432000 4194304 4196468 140721512235824 139798442354800 139799317981826 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22873] ppid=22855 vsize=27313900 memory=280451029897872 CPUtime=0.01 cores=0-7
/proc/22858/task/22873/stat : 22873 (java) S 22855 22855 22617 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 20 0 236016278 27969433600 31225 33554432000 4194304 4196468 140721512235824 139798441302000 139799317981826 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22874] ppid=22855 vsize=27313900 memory=280451029895568 CPUtime=0.01 cores=0-7
/proc/22858/task/22874/stat : 22874 (java) S 22855 22855 22617 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 20 0 236016278 27969433600 31225 33554432000 4194304 4196468 140721512235824 139798440249712 139799317981826 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22875] ppid=22855 vsize=27313900 memory=280451029911728 CPUtime=0.07 cores=0-7
/proc/22858/task/22875/stat : 22875 (java) S 22855 22855 22617 0 -1 1077944384 341 0 0 0 7 0 0 0 20 0 20 0 236016278 27969433600 31225 33554432000 4194304 4196468 140721512235824 139798439196912 139799317981826 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22876] ppid=22855 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22876/stat : 22876 (java) S 22855 22855 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236016278 27969433600 31225 33554432000 4194304 4196468 140721512235824 139796085205856 139799317980885 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22877] ppid=22855 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/22858/task/22877/stat : 22877 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236016279 27969433600 31225 33554432000 4194304 4196468 140721512235824 139798438144816 139799317981826 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 126296 KiB

[startup+0.700928 s]
/proc/loadavg: 7.69 8.25 8.38 1/204 22877
/proc/meminfo: memFree=17671908/32770624 swapFree=67108688/67108860
[pid=22855] ppid=22852 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/22855/stat : 22855 (scop.sh) S 22852 22855 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236016270 115843072 349 33554432000 4194304 5098028 140722485597440 140722485594696 139726752555644 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22224896 140722485605410 140722485605635 140722485605635 140722485608397 0
/proc/22855/statm: 28282 349 296 221 0 87 0
[pid=22858] ppid=22855 vsize=27315984 memory=150252 CPUtime=0.71 cores=0-7
/proc/22858/stat : 22858 (java) S 22855 22855 22617 0 -1 1077944320 16436 0 0 0 66 5 0 0 20 0 20 0 236016270 27971567616 37563 33554432000 4194304 4196468 140721512235824 140721512218368 139799317970679 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
/proc/22858/statm: 6828996 37563 3034 1 0 6790935 0
[pid=22858/tid=22859] ppid=22855 vsize=27315984 memory=280451030269616 CPUtime=0.53 cores=0-7
/proc/22858/task/22859/stat : 22859 (java) R 22855 22855 22617 0 -1 4202560 14050 0 0 0 49 4 0 0 20 0 20 0 236016271 27971567616 37563 33554432000 4194304 4196468 140721512235824 139799289805232 139798786421944 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22860] ppid=22855 vsize=27315984 memory=140225515135856 CPUtime=0 cores=0-7
/proc/22858/task/22860/stat : 22860 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236016273 27971567616 37563 33554432000 4194304 4196468 140721512235824 139799322213264 139799317980885 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22861] ppid=22855 vsize=27315984 memory=0 CPUtime=0 cores=0-7
/proc/22858/task/22861/stat : 22861 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236016273 27971567616 37563 33554432000 4194304 4196468 140721512235824 139798740196112 139799317980885 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0
[pid=22858/tid=22862] ppid=22855 vsize=27315984 memory=1616 CPUtime=0 cores=0-7
/proc/22858/task/22862/stat : 22862 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236016273 27971567616 37563 33554432000 4194304 4196468 140721512235824 139798739143824 139799317980885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14327808 140721512244200 140721512244525 140721512244525 140721512247247 0

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

/proc/meminfo: memFree=16669508/32770624 swapFree=67108688/67108860
[pid=22855] ppid=22852 vsize=113128 memory=1472 CPUtime=17.54 cores=0-7
/proc/22855/stat : 22855 (scop.sh) S 22852 22855 22617 0 -1 4202496 590 36734 0 0 0 0 1691 63 20 0 1 0 236016270 115843072 368 33554432000 4194304 5098028 140722485597440 140722485594184 139726752555644 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 22224896 140722485605410 140722485605635 140722485605635 140722485608397 0
/proc/22855/statm: 28282 368 311 221 0 87 0
Current children cumulated CPU time: 17.54 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1472 KiB

[startup+7.39542 s]
# the end of solver process 22855 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19.0115 s, system=0.835163 s

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

[startup+6.40043 s]
/proc/loadavg: 7.24 8.15 8.34 2/186 22877
/proc/meminfo: memFree=16669508/32770624 swapFree=67108688/67108860
[pid=22855] ppid=22852 vsize=113128 memory=1472 CPUtime=17.54 cores=0-7
/proc/22855/stat : 22855 (scop.sh) S 22852 22855 22617 0 -1 4202496 590 36734 0 0 0 0 1691 63 20 0 1 0 236016270 115843072 368 33554432000 4194304 5098028 140722485597440 140722485594184 139726752555644 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 22224896 140722485605410 140722485605635 140722485605635 140722485608397 0
/proc/22855/statm: 28282 368 311 221 0 87 0
Current children cumulated CPU time: 17.54 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1472 KiB

[startup+6.80067 s]
/proc/loadavg: 7.24 8.15 8.34 2/186 22877
/proc/meminfo: memFree=16669508/32770624 swapFree=67108688/67108860
[pid=22855] ppid=22852 vsize=113128 memory=1472 CPUtime=17.54 cores=0-7
/proc/22855/stat : 22855 (scop.sh) S 22852 22855 22617 0 -1 4202496 590 36734 0 0 0 0 1691 63 20 0 1 0 236016270 115843072 368 33554432000 4194304 5098028 140722485597440 140722485594184 139726752555644 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 22224896 140722485605410 140722485605635 140722485605635 140722485608397 0
/proc/22855/statm: 28282 368 311 221 0 87 0
Current children cumulated CPU time: 17.54 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1472 KiB

[startup+7.20105 s]
/proc/loadavg: 7.24 8.15 8.34 2/209 22903
/proc/meminfo: memFree=17630428/32770624 swapFree=67108688/67108860
[pid=22855] ppid=22852 vsize=113128 memory=1472 CPUtime=17.54 cores=0-7
/proc/22855/stat : 22855 (scop.sh) S 22852 22855 22617 0 -1 4202496 590 36734 0 0 0 0 1691 63 20 0 1 0 236016270 115843072 368 33554432000 4194304 5098028 140722485597440 140722485594184 139726752555644 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 22224896 140722485605410 140722485605635 140722485605635 140722485608397 0
/proc/22855/statm: 28282 368 311 221 0 87 0
[pid=22878] ppid=22855 vsize=8413904 memory=137852 CPUtime=1.68 cores=0-7
/proc/22878/stat : 22878 (java) S 22855 22855 22617 0 -1 1077944320 19154 0 0 0 156 12 0 0 20 0 24 0 236016872 8615837696 34463 33554432000 4194304 4196468 140725120904896 140725120887440 140591032585975 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
/proc/22878/statm: 2103476 34463 3166 1 0 2064875 0
[pid=22898] ppid=22878 vsize=54524 memory=34764 CPUtime=0.3 cores=0-7
/proc/22898/stat : 22898 (glucose-syrup) R 22878 22855 22617 0 -1 4202496 7905 0 0 0 29 1 0 0 20 0 1 0 236016959 55832576 8691 33554432000 4194304 4373367 140724158495584 140724157444696 4320854 0 4 0 8388610 0 0 0 17 4 0 0 0 0 0 6470912 6472264 38789120 140724158497872 140724158498004 140724158498004 140724158500807 0
/proc/22898/statm: 13631 8691 352 44 0 9319 0
[pid=22878/tid=22879] ppid=22855 vsize=8413904 memory=-4075877051373423736 CPUtime=0.9 cores=0-7
/proc/22878/task/22879/stat : 22879 (java) S 22855 22855 22617 0 -1 1077944384 15087 0 0 0 80 10 0 0 20 0 24 0 236016872 8615837696 34463 33554432000 4194304 4196468 140725120904896 140591004426128 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22880] ppid=22855 vsize=8413904 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/22878/task/22880/stat : 22880 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140591036828048 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22881] ppid=22855 vsize=8413904 memory=15538518206188108 CPUtime=0 cores=0-7
/proc/22878/task/22881/stat : 22881 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590857124112 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22882] ppid=22855 vsize=8413904 memory=370 CPUtime=0 cores=0-7
/proc/22878/task/22882/stat : 22882 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590516587152 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22883] ppid=22855 vsize=8413904 memory=324 CPUtime=0 cores=0-7
/proc/22878/task/22883/stat : 22883 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590515534352 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22884] ppid=22855 vsize=8413904 memory=280447607589033 CPUtime=0 cores=0-7
/proc/22878/task/22884/stat : 22884 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590514482064 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22885] ppid=22855 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/22878/task/22885/stat : 22885 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590513429264 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22886] ppid=22855 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/22878/task/22886/stat : 22886 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590512376976 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22887] ppid=22855 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/22878/task/22887/stat : 22887 (java) S 22855 22855 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590511324176 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22888] ppid=22855 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/22878/task/22888/stat : 22888 (java) S 22855 22855 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236016875 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590461593712 140591032597122 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22889] ppid=22855 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/22878/task/22889/stat : 22889 (java) S 22855 22855 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236016875 8615837696 34463 33554432000 4194304 4196468 140725120904896 140589647520544 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22890] ppid=22855 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/22878/task/22890/stat : 22890 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236016875 8615837696 34463 33554432000 4194304 4196468 140725120904896 140589379085424 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22891] ppid=22855 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/22878/task/22891/stat : 22891 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236016878 8615837696 34463 33554432000 4194304 4196468 140725120904896 140589004576848 140591032604571 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22892] ppid=22855 vsize=8413904 memory=0 CPUtime=0.14 cores=0-7
/proc/22878/task/22892/stat : 22892 (java) S 22855 22855 22617 0 -1 1077944384 1021 0 0 0 14 0 0 0 20 0 24 0 236016878 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590460541552 140591032597122 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22893] ppid=22855 vsize=8413904 memory=1396 CPUtime=0.17 cores=0-7
/proc/22878/task/22893/stat : 22893 (java) S 22855 22855 22617 0 -1 1077944384 496 0 0 0 17 0 0 0 20 0 24 0 236016878 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590459488752 140591032597122 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22894] ppid=22855 vsize=8413904 memory=425760 CPUtime=0.19 cores=0-7
/proc/22878/task/22894/stat : 22894 (java) S 22855 22855 22617 0 -1 1077944384 519 0 0 0 19 0 0 0 20 0 24 0 236016878 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590458436464 140591032597122 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22895] ppid=22855 vsize=8413904 memory=6944652177228980320 CPUtime=0.24 cores=0-7
/proc/22878/task/22895/stat : 22895 (java) S 22855 22855 22617 0 -1 1077944384 629 0 0 0 24 0 0 0 20 0 24 0 236016878 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590457383664 140591032597122 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22896] ppid=22855 vsize=8413904 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/22878/task/22896/stat : 22896 (java) S 22855 22855 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236016878 8615837696 34463 33554432000 4194304 4196468 140725120904896 140588506671456 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22897] ppid=22855 vsize=8413904 memory=972008 CPUtime=0 cores=0-7
/proc/22878/task/22897/stat : 22897 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236016878 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590456330544 140591032597122 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22899] ppid=22855 vsize=8413904 memory=648244 CPUtime=0 cores=0-7
/proc/22878/task/22899/stat : 22899 (java) S 22855 22855 22617 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 24 0 236016960 8615837696 34463 33554432000 4194304 4196468 140725120904896 140589978740032 140591032610585 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22901] ppid=22855 vsize=8413904 memory=164 CPUtime=0 cores=0-7
/proc/22878/task/22901/stat : 22901 (java) S 22855 22855 22617 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 236016960 8615837696 34463 33554432000 4194304 4196468 140725120904896 140587835572144 140591032607901 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22902] ppid=22855 vsize=8413904 memory=7681905605394137875 CPUtime=0 cores=0-7
/proc/22878/task/22902/stat : 22902 (java) S 22855 22855 22617 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 236016960 8615837696 34463 33554432000 4194304 4196468 140725120904896 140588104007472 140591032607901 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22903] ppid=22855 vsize=8413904 memory=-9001734013606258791 CPUtime=0 cores=0-7
/proc/22878/task/22903/stat : 22903 (java) S 22855 22855 22617 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 24 0 236016962 8615837696 34463 33554432000 4194304 4196468 140725120904896 140587567144736 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
Current children cumulated CPU time: 19.52 s
Current children cumulated vsize: 8581556 KiB
Current children cumulated memory: 174088 KiB

[startup+7.30105 s]
/proc/loadavg: 7.24 8.15 8.34 2/209 22903
/proc/meminfo: memFree=17630428/32770624 swapFree=67108688/67108860
[pid=22855] ppid=22852 vsize=113128 memory=1472 CPUtime=17.54 cores=0-7
/proc/22855/stat : 22855 (scop.sh) S 22852 22855 22617 0 -1 4202496 590 36734 0 0 0 0 1691 63 20 0 1 0 236016270 115843072 368 33554432000 4194304 5098028 140722485597440 140722485594184 139726752555644 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 22224896 140722485605410 140722485605635 140722485605635 140722485608397 0
/proc/22855/statm: 28282 368 311 221 0 87 0
[pid=22878] ppid=22855 vsize=8413904 memory=137852 CPUtime=1.68 cores=0-7
/proc/22878/stat : 22878 (java) S 22855 22855 22617 0 -1 1077944320 19154 0 0 0 156 12 0 0 20 0 24 0 236016872 8615837696 34463 33554432000 4194304 4196468 140725120904896 140725120887440 140591032585975 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
/proc/22878/statm: 2103476 34463 3166 1 0 2064875 0
[pid=22898] ppid=22878 vsize=128964 memory=110532 CPUtime=0.39 cores=0-7
/proc/22898/stat : 22898 (glucose-syrup) R 22878 22855 22617 0 -1 4202496 20919 0 0 0 37 2 0 0 20 0 1 0 236016959 132059136 27633 33554432000 4194304 4373367 140724158495584 140724157444696 4283621 0 4 0 8388610 0 0 0 17 4 0 0 0 0 0 6470912 6472264 38789120 140724158497872 140724158498004 140724158498004 140724158500807 0
/proc/22898/statm: 32241 27633 366 44 0 27929 0
[pid=22878/tid=22879] ppid=22855 vsize=8413904 memory=2412 CPUtime=0.9 cores=0-7
/proc/22878/task/22879/stat : 22879 (java) S 22855 22855 22617 0 -1 1077944384 15087 0 0 0 80 10 0 0 20 0 24 0 236016872 8615837696 34463 33554432000 4194304 4196468 140725120904896 140591004426128 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22880] ppid=22855 vsize=8413904 memory=928 CPUtime=0 cores=0-7
/proc/22878/task/22880/stat : 22880 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140591036828048 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22881] ppid=22855 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/22878/task/22881/stat : 22881 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590857124112 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22882] ppid=22855 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/22878/task/22882/stat : 22882 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590516587152 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22883] ppid=22855 vsize=8413904 memory=3184238145591200544 CPUtime=0 cores=0-7
/proc/22878/task/22883/stat : 22883 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590515534352 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22884] ppid=22855 vsize=8413904 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/22878/task/22884/stat : 22884 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590514482064 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22885] ppid=22855 vsize=8413904 memory=288288895920243274 CPUtime=0 cores=0-7
/proc/22878/task/22885/stat : 22885 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590513429264 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22886] ppid=22855 vsize=8413904 memory=6935649255777194064 CPUtime=0 cores=0-7
/proc/22878/task/22886/stat : 22886 (java) S 22855 22855 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590512376976 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22887] ppid=22855 vsize=8413904 memory=280451029663984 CPUtime=0 cores=0-7
/proc/22878/task/22887/stat : 22887 (java) S 22855 22855 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236016873 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590511324176 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22888] ppid=22855 vsize=8413904 memory=7590655979367786604 CPUtime=0 cores=0-7
/proc/22878/task/22888/stat : 22888 (java) S 22855 22855 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236016875 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590461593712 140591032597122 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22889] ppid=22855 vsize=8413904 memory=-3535470213243961690 CPUtime=0 cores=0-7
/proc/22878/task/22889/stat : 22889 (java) S 22855 22855 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236016875 8615837696 34463 33554432000 4194304 4196468 140725120904896 140589647520544 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22890] ppid=22855 vsize=8413904 memory=-4075877051373423736 CPUtime=0 cores=0-7
/proc/22878/task/22890/stat : 22890 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236016875 8615837696 34463 33554432000 4194304 4196468 140725120904896 140589379085424 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22891] ppid=22855 vsize=8413904 memory=7681905605394137914 CPUtime=0 cores=0-7
/proc/22878/task/22891/stat : 22891 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236016878 8615837696 34463 33554432000 4194304 4196468 140725120904896 140589004576848 140591032604571 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22892] ppid=22855 vsize=8413904 memory=-7522837583129502606 CPUtime=0.14 cores=0-7
/proc/22878/task/22892/stat : 22892 (java) S 22855 22855 22617 0 -1 1077944384 1021 0 0 0 14 0 0 0 20 0 24 0 236016878 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590460541552 140591032597122 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22893] ppid=22855 vsize=8413904 memory=1472 CPUtime=0.17 cores=0-7
/proc/22878/task/22893/stat : 22893 (java) S 22855 22855 22617 0 -1 1077944384 496 0 0 0 17 0 0 0 20 0 24 0 236016878 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590459488752 140591032597122 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22894] ppid=22855 vsize=8413904 memory=1396 CPUtime=0.19 cores=0-7
/proc/22878/task/22894/stat : 22894 (java) S 22855 22855 22617 0 -1 1077944384 519 0 0 0 19 0 0 0 20 0 24 0 236016878 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590458436464 140591032597122 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22895] ppid=22855 vsize=8413904 memory=584524 CPUtime=0.24 cores=0-7
/proc/22878/task/22895/stat : 22895 (java) S 22855 22855 22617 0 -1 1077944384 629 0 0 0 24 0 0 0 20 0 24 0 236016878 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590457383664 140591032597122 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22896] ppid=22855 vsize=8413904 memory=6944656591801717918 CPUtime=0 cores=0-7
/proc/22878/task/22896/stat : 22896 (java) S 22855 22855 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236016878 8615837696 34463 33554432000 4194304 4196468 140725120904896 140588506671456 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22897] ppid=22855 vsize=8413904 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/22878/task/22897/stat : 22897 (java) S 22855 22855 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236016878 8615837696 34463 33554432000 4194304 4196468 140725120904896 140590456330544 140591032597122 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22899] ppid=22855 vsize=8413904 memory=-7522837415797432224 CPUtime=0 cores=0-7
/proc/22878/task/22899/stat : 22899 (java) S 22855 22855 22617 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 24 0 236016960 8615837696 34463 33554432000 4194304 4196468 140725120904896 140589978740032 140591032610585 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22901] ppid=22855 vsize=8413904 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/22878/task/22901/stat : 22901 (java) S 22855 22855 22617 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 236016960 8615837696 34463 33554432000 4194304 4196468 140725120904896 140587835572144 140591032607901 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22902] ppid=22855 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/22878/task/22902/stat : 22902 (java) S 22855 22855 22617 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 236016960 8615837696 34463 33554432000 4194304 4196468 140725120904896 140588104007472 140591032607901 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
[pid=22878/tid=22903] ppid=22855 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/22878/task/22903/stat : 22903 (java) S 22855 22855 22617 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 24 0 236016962 8615837696 34463 33554432000 4194304 4196468 140725120904896 140587567144736 140591032596181 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38838272 140725120906417 140725120906541 140725120906541 140725120909263 0
Current children cumulated CPU time: 19.61 s
Current children cumulated vsize: 8655996 KiB
Current children cumulated memory: 249856 KiB

Child status: 0
Real time (s): 7.39549
CPU time (s): 19.8467
CPU user time (s): 19.0115
CPU system time (s): 0.835163
CPU usage (%): 268.362
Max. virtual memory (cumulated for all children) (KiB): 27443704
Max. memory (cumulated for all children) (KiB): 2518508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.0115
system time used= 0.835163
maximum resident set size= 2519960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90202
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9227
involuntary context switches= 45


# summary of solver processes directly reported to runsolver:
#   pid: 22855
#   total CPU time (s): 19.8467
#   total CPU user time (s): 19.0115
#   total CPU system time (s): 0.835163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079631 second user time and 0.115256 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 20:22:11
IDJOB=4307296
IDBENCH=141176
IDSOLVER=2788
FILE ID=node134/4307296-1534184530
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-f11_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-4307296-1534184530/watcher-4307296-1534184530 -o /tmp/evaluation-result-4307296-1534184530/solver-4307296-1534184530 -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-4307296-1534184530.xml

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

MD5SUM BENCH= 495f96cb472313b50d142b917feb6977
RANDOM SEED=1943836659

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:        17789204 kB
MemAvailable:   31901080 kB
Buffers:          227348 kB
Cached:         14033528 kB
SwapCached:           52 kB
Active:          4499232 kB
Inactive:        9816948 kB
Active(anon):       4492 kB
Inactive(anon):   103128 kB
Active(file):    4494740 kB
Inactive(file):  9713820 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              8612 kB
Writeback:             0 kB
AnonPages:         61724 kB
Mapped:            55936 kB
Shmem:             49652 kB
Slab:             360324 kB
SReclaimable:     331776 kB
SUnreclaim:        28548 kB
KernelStack:        3264 kB
PageTables:         5312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     348564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:22:18