Trace number 4405331

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
Fun-sCOP order+ManyGlucose (2019-09-22)UNSAT 1171.38 1000.87

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000b-int.xml
MD5SUMfdcb353b2918313db809b139313e7b9f
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 benchmark492.922
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -order -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-29544-serial-file.bin HOME/instance-4405331-1569336399.xml
0.65/0.54	
0.65/0.54	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
0.65/0.54	
0.65/0.56	c BEGIN-Prog: Tue Sep 24 15:45:00 CEST 2019
0.65/0.56	c PID: 29547
0.65/0.56	c IP: 172.20.3.105
0.65/0.56	c HOST: node105.alineos.net
0.65/0.57	c (0,0) Parsing Begin
146.30/96.62	c (96,89) Parsing End
146.30/96.64	c (96,89) CSP: 1000 int (0 aux), 0 bool (0 aux), 1998000 ctr, max domain size 999
146.30/96.64	c (96,89) Heap : 3568 MiB used (max 20025 MiB), NonHeap : 24 MiB used (max 0 MiB)
146.30/96.64	c (96,89) Constraint Name Generate Begin
151.41/101.59	c (101,94) Ctr:HOME/instance-4405331-1569336399.xml,Eq:Imp:Le:Num:Var
151.41/101.59	c (101,94) Constraint Name Generate End
151.41/101.59	c (101,94) Heap : 4916 MiB used (max 20025 MiB), NonHeap : 23 MiB used (max 0 MiB)
151.41/101.59	c (101,94) CSP to CSPinCNF Begin
159.17/108.36	c (107,101) translated 199800 (10%) constraints
170.79/115.36	c (114,107) translated 399600 (20%) constraints
177.15/121.66	c (121,113) translated 599400 (30%) constraints
183.46/127.98	c (127,120) translated 799200 (40%) constraints
201.84/135.80	c (135,126) translated 999000 (50%) constraints
208.24/142.09	c (141,132) translated 1198800 (60%) constraints
214.54/148.35	c (147,139) translated 1398600 (70%) constraints
224.97/155.15	c (154,145) translated 1598400 (80%) constraints
231.26/161.44	c (160,151) translated 1798200 (90%) constraints
237.62/167.77	c (167,158) translated 1998000 (100%) constraints
237.62/167.77	c (167,158) ===========================================
237.62/167.77	c (167,158) Order
237.62/167.77	c (167,158) ===========================================
241.44/170.97	c (170,161) translated 199800 (10%) constraints
244.65/174.19	c (173,164) translated 399600 (20%) constraints
252.78/177.96	c (177,167) translated 599400 (30%) constraints
255.89/181.09	c (180,170) translated 799200 (40%) constraints
259.08/184.23	c (183,173) translated 999000 (50%) constraints
278.39/198.26	c (197,187) translated 1198800 (60%) constraints
296.83/212.05	c (211,200) translated 1398600 (70%) constraints
315.61/225.64	c (225,213) translated 1598400 (80%) constraints
335.50/239.95	c (239,226) translated 1798200 (90%) constraints
354.61/253.52	c (252,239) translated 1998000 (100%) constraints
354.61/253.52	c (252,239) CSP to CSPinCNF End
354.93/253.80	c (253,239) CSP: 1000 int (0 aux), 999000 bool (999000 aux), 3996000 ctr, max domain size 999
354.93/253.80	c (253,239) Heap : 8810 MiB used (max 21418 MiB), NonHeap : 26 MiB used (max 0 MiB)
354.93/253.80	c (253,239) CSPinCNF Propagation Begin
1152.02/990.63	c (990,968) 1722360 values, 2597771 unsatisfiable literals, and 3564861 valid clauses are removed
1152.02/990.63	c (990,968) CSPinCNF Propagation End
1152.43/991.06	c (990,968) CSP: 986 int (0 aux), 999014 bool (999000 aux), 431139 ctr, max domain size 790
1152.43/991.06	c (990,968) Heap : 14052 MiB used (max 21669 MiB), NonHeap : 26 MiB used (max 0 MiB)
1152.54/991.13	c (990,968) Simplify CSPinCNF Begin
1153.56/991.92	c (991,969) Simplify CSPinCNF End
1153.96/992.36	c (991,969) CSP: 986 int (0 aux), 999014 bool (999000 aux), 431139 ctr, max domain size 790
1153.96/992.36	c (991,969) Heap : 14399 MiB used (max 21669 MiB), NonHeap : 26 MiB used (max 0 MiB)
1153.96/992.36	c (991,969) Calculate Precise Domain Begin
1153.96/992.36	c (991,969) 0 values are removed by re-calculation
1153.96/992.36	c (991,969) Calculate Precise Domain End
1154.37/992.80	c (992,970) CSP: 986 int (0 aux), 999014 bool (999000 aux), 431139 ctr, max domain size 790
1154.37/992.80	c (992,970) Heap : 14399 MiB used (max 21669 MiB), NonHeap : 26 MiB used (max 0 MiB)
1154.37/992.80	c (992,970) CSPinCNF to SatSolver Begin
1164.71/995.48	c (994,972) 43114 (10 %) CSP clauses are encoded (0 SAT variables, 179014 SAT clauses)
1165.06/995.76	c (995,972) 86228 (20 %) CSP clauses are encoded (0 SAT variables, 222128 SAT clauses)
1165.37/996.04	c (995,972) 129342 (30 %) CSP clauses are encoded (0 SAT variables, 265242 SAT clauses)
1165.67/996.33	c (995,973) 172456 (40 %) CSP clauses are encoded (0 SAT variables, 308356 SAT clauses)
1165.97/996.62	c (996,973) 215570 (50 %) CSP clauses are encoded (0 SAT variables, 351470 SAT clauses)
1166.16/996.90	c (996,973) 258684 (60 %) CSP clauses are encoded (0 SAT variables, 394584 SAT clauses)
1166.47/997.18	c (996,973) 301798 (70 %) CSP clauses are encoded (0 SAT variables, 437698 SAT clauses)
1166.76/997.46	c (996,974) 344912 (80 %) CSP clauses are encoded (0 SAT variables, 480812 SAT clauses)
1167.06/997.75	c (997,974) 388026 (90 %) CSP clauses are encoded (0 SAT variables, 523926 SAT clauses)
1167.37/998.03	c (997,974) 431139 (100 %) CSP clauses are encoded (0 SAT variables, 567039 SAT clauses)
1167.37/998.04	c (997,974) CSPinCNF to SatSolver End
1167.37/998.04	c (997,974) Heap : 12705 MiB used (max 21657 MiB), NonHeap : 28 MiB used (max 0 MiB)
1167.37/998.04	c (997,974) 274640 bool, 567040 clause
1167.37/998.04	c (997,974) Export Begin
1167.53/998.19	c (997,974) Export to HOME/scop-29544-serial-file.bin
1167.53/998.19	c (997,974) Export End
1167.53/998.19	c (997,974) Export File Size: 0.16 MB
1167.53/998.19	c (997,974) 96,101,253,990,991,992,997,STOP-AFTER(DIMACS)
1167.53/998.19	c END-Prog: Tue Sep 24 16:01:37 CEST 2019
1167.82/998.28	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-29544-serial-file.bin
1167.90/998.75	c (0,0) Read Serial File Begin
1167.90/998.75	c (0,0) HOME/scop-29544-serial-file.bin
1169.03/999.02	c (0,0) Read Serial File End
1169.03/999.03	
1169.03/999.03	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
1169.03/999.03	(Solving Process)
1169.03/999.03	
1169.03/999.05	c BEGIN-Prog: Tue Sep 24 16:01:38 CEST 2019
1169.03/999.05	c PID: 29667
1169.03/999.05	c IP: 172.20.3.105
1169.03/999.05	c HOST: node105.alineos.net
1169.03/999.06	c (0,0) SatSolver.solve Begin
1169.03/999.06	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4405331-1569336399.xml-scop-29547.cnf
1169.03/999.08	c (0,0) c
1169.03/999.08	c (0,0) c This is deterministic version of glucose-syrup 4.1-27 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
1169.03/999.08	c (0,0) c
1169.03/999.08	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
1169.03/999.08	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
1169.03/999.08	c (0,0) c ========================================[ Problem Statistics ]===========================================
1169.03/999.08	c (0,0) c |                                                                                                       |
1169.35/999.40	c (0,0) c |  Number of variables:        274640                                                                   |
1169.35/999.40	c (0,0) c |  Number of clauses:          567040                                                                   |
1169.35/999.40	c (0,0) c |  Parse time:                   0.28 s                                                                 |
1169.35/999.40	c (0,0) c |                                                                                                       |
1170.46/1000.22	c (1,0) c |  Simplification time:          0.81 s                                                                 |
1170.46/1000.22	c (1,0) c |                                                                                                       |
1170.46/1000.22	c (1,0) c |  Generating clones                                                                                    |
1170.95/1000.76	c (2,0) c |  all clones generated. Memory =   602.54Mb.                                                           |
1170.95/1000.76	c (2,0) c ========================================================================================================|
1170.95/1000.76	c (2,0) c
1170.95/1000.76	c (2,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
1170.95/1000.76	c (2,0) c
1170.95/1000.76	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1170.95/1000.76	c (2,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
1170.95/1000.76	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1170.95/1000.76	c (2,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
1170.95/1000.76	c (2,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
1170.95/1000.76	c (2,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
1170.95/1000.76	c (2,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
1170.95/1000.76	c (2,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
1170.95/1000.76	c (2,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
1170.95/1000.76	c (2,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
1170.95/1000.76	c (2,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
1170.95/1000.76	c (2,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
1170.95/1000.76	c (2,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
1170.95/1000.76	c (2,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
1170.95/1000.76	c (2,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
1170.95/1000.76	c (2,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
1170.95/1000.76	c (2,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
1170.95/1000.76	c (2,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
1170.95/1000.76	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1170.95/1000.80	c (2,0) c
1170.95/1000.80	c (2,0) c real time : 1.71565 s
1170.95/1000.80	c (2,0) c cpu time  : 1.72047 s
1170.95/1000.80	c (2,0) c
1170.95/1000.80	c (2,0) c
1170.95/1000.80	c (2,0) c
1170.95/1000.80	c (2,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
1170.95/1000.80	c (2,0) c
1170.95/1000.80	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1170.95/1000.80	c (2,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
1170.95/1000.80	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1170.95/1000.80	c (2,0) c | Conflicts     |              61 |          7 |          6 |          7 |          7 |         10 |          7 |          9 |          8 |
1170.95/1000.80	c (2,0) c | Decisions     |              56 |          7 |          5 |          6 |          6 |          9 |          6 |          9 |          8 |
1170.95/1000.80	c (2,0) c | Propagations  |          142567 |      18057 |      18436 |      19206 |      21958 |      16073 |      14119 |      16661 |      18057 |
1171.24/1000.85	c (2,0) c | ReduceDBs     |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1171.24/1000.85	c (2,0) c | SimpDBs       |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
1171.24/1000.85	c (2,0) c | Restarts      |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
1171.24/1000.85	c (2,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1171.24/1000.85	c (2,0) c | PropBinClauses|          292833 |      35296 |      37029 |      36626 |      35181 |      37481 |      37194 |      38750 |      35276 |
1171.24/1000.85	c (2,0) c | PropPreBlocker|          355332 |      42390 |      45411 |      44893 |      42533 |      44705 |      44997 |      47232 |      43171 |
1171.24/1000.85	c (2,0) c | PropNotBlocker|          135985 |      16127 |      17562 |      17308 |      16355 |      16690 |      16883 |      18125 |      16935 |
1171.24/1000.85	c (2,0) c | LitFullScans  |         1733442 |     126799 |     214441 |     258160 |     197803 |     270651 |     196472 |     243508 |     225608 |
1171.24/1000.85	c (2,0) c | LitScanFracts |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1171.24/1000.85	c (2,0) c | DecisionLevel0|              17 |          3 |          2 |          2 |          2 |          2 |          2 |          2 |          2 |
1171.24/1000.85	c (2,0) c | Periods       |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1171.24/1000.85	c (2,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
1171.24/1000.85	c (2,0) c | Avg_Trail     |                 |      11454 |      11710 |      11811 |      10229 |      10962 |      10876 |      10946 |      10500 |
1171.24/1000.85	c (2,0) c | Avg_DL        |                 |          1 |          2 |          2 |          2 |          3 |          2 |          3 |          2 |
1171.24/1000.85	c (2,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1171.24/1000.85	c (2,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1171.24/1000.85	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1171.24/1000.85	c (2,0) c | Exported      |              13 |          3 |          1 |          2 |          1 |          2 |          1 |          1 |          2 |
1171.24/1000.85	c (2,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1171.24/1000.85	c (2,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1171.24/1000.85	c (2,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1171.24/1000.85	c (2,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1171.24/1000.85	c (2,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1171.24/1000.85	c (2,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1171.24/1000.85	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1171.24/1000.85	c (2,0) c | Unaries       |                 |          2 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
1171.24/1000.85	c (2,0) c | Binaries      |                 |          1 |          0 |          0 |          1 |          1 |          1 |          1 |          1 |
1171.24/1000.85	c (2,0) c | Glues         |                 |          3 |          1 |          2 |          1 |          2 |          1 |          1 |          2 |
1171.24/1000.85	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1171.24/1000.85	c (2,0) c | Orig_Seen     |            22 % |      10120 |      13360 |      13445 |      13457 |      13459 |      13302 |      13094 |      13232 |
1171.24/1000.85	c (2,0) c | Diff Orig seen|                 |      X     |       3240 |       3325 |       3337 |       3339 |       3182 |       2974 |       3112 |
1171.24/1000.85	c (2,0) c | Hamming       |             0 % |      X     |        696 |        621 |        681 |        727 |        676 |        985 |        537 |
1171.24/1000.85	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1171.24/1000.85	c (2,0) c | RunningTime   |                 |    0.0 100%|    0.0 100%|    0.0 100%|    0.0 100%|    0.0 100%|    0.0 100%|    0.0 100%|    0.0 100%|
1171.24/1000.85	c (2,0) c | WaitingTime   |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
1171.24/1000.85	c (2,0) c | ExchangingTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
1171.24/1000.85	c (2,0) c | PeriodProcTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
1171.24/1000.85	c (2,0) c | SolvingTime   |                 |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |
1171.24/1000.85	c (2,0) c | PropagationTim|                 |    0.0  73%|    0.0  66%|    0.0  56%|    0.0  56%|    0.0  54%|    0.0  56%|    0.0  60%|    0.0  55%|
1171.24/1000.85	c (2,0) c | AnalysisTime  |                 |    0.0  18%|    0.0  32%|    0.0  36%|    0.0  38%|    0.0  42%|    0.0  39%|    0.0  37%|    0.0  37%|
1171.24/1000.85	c (2,0) c | ReductionTime |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
1171.24/1000.85	c (2,0) c | SimplifyTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
1171.24/1000.85	c (2,0) c | UsedRateTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
1171.24/1000.85	c (2,0) c | OverlapRateTim|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
1171.24/1000.85	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1171.24/1000.85	c (2,0) c
1171.24/1000.85	c (2,0) c
1171.24/1000.85	c (2,0) c Threads : 8
1171.24/1000.85	c (2,0) c Winner : 0
1171.24/1000.85	c (2,0) c Conflicts_0 : 7
1171.24/1000.85	c (2,0) c Conflicts_1 : 6
1171.24/1000.85	c (2,0) c Conflicts_2 : 7
1171.24/1000.85	c (2,0) c Conflicts_3 : 7
1171.24/1000.85	c (2,0) c Conflicts_4 : 10
1171.24/1000.85	c (2,0) c Conflicts_5 : 7
1171.24/1000.85	c (2,0) c Conflicts_6 : 9
1171.24/1000.85	c (2,0) c Conflicts_7 : 8
1171.24/1000.85	c (2,0) c Conflicts_total : 61
1171.24/1000.85	c (2,0) c Conflicts_winner : 7
1171.24/1000.85	c (2,0) c Decisions_0 : 7
1171.24/1000.85	c (2,0) c Decisions_1 : 5
1171.24/1000.85	c (2,0) c Decisions_2 : 6
1171.24/1000.85	c (2,0) c Decisions_3 : 6
1171.24/1000.85	c (2,0) c Decisions_4 : 9
1171.24/1000.85	c (2,0) c Decisions_5 : 6
1171.24/1000.85	c (2,0) c Decisions_6 : 9
1171.24/1000.85	c (2,0) c Decisions_7 : 8
1171.24/1000.85	c (2,0) c Decisions_total : 56
1171.24/1000.85	c (2,0) c Decisions_winner : 7
1171.24/1000.85	c (2,0) c Propagations_0 : 18057
1171.24/1000.85	c (2,0) c Propagations_1 : 18436
1171.24/1000.85	c (2,0) c Propagations_2 : 19206
1171.24/1000.85	c (2,0) c Propagations_3 : 21958
1171.24/1000.85	c (2,0) c Propagations_4 : 16073
1171.24/1000.85	c (2,0) c Propagations_5 : 14119
1171.24/1000.85	c (2,0) c Propagations_6 : 16661
1171.24/1000.85	c (2,0) c Propagations_7 : 18057
1171.24/1000.85	c (2,0) c Propagations_total : 142567
1171.24/1000.85	c (2,0) c Propagations_winner : 18057
1171.24/1000.85	c (2,0) c ReduceDBs_0 : 0
1171.24/1000.85	c (2,0) c ReduceDBs_1 : 0
1171.24/1000.85	c (2,0) c ReduceDBs_2 : 0
1171.24/1000.85	c (2,0) c ReduceDBs_3 : 0
1171.24/1000.85	c (2,0) c ReduceDBs_4 : 0
1171.24/1000.85	c (2,0) c ReduceDBs_5 : 0
1171.24/1000.85	c (2,0) c ReduceDBs_6 : 0
1171.24/1000.85	c (2,0) c ReduceDBs_7 : 0
1171.24/1000.85	c (2,0) c ReduceDBs_total : 0
1171.24/1000.85	c (2,0) c ReduceDBs_winner : 0
1171.24/1000.85	c (2,0) c SimpDBs_0 : 1
1171.24/1000.85	c (2,0) c SimpDBs_1 : 1
1171.24/1000.85	c (2,0) c SimpDBs_2 : 1
1171.24/1000.85	c (2,0) c SimpDBs_3 : 1
1171.24/1000.85	c (2,0) c SimpDBs_4 : 1
1171.24/1000.85	c (2,0) c SimpDBs_5 : 1
1171.24/1000.85	c (2,0) c SimpDBs_6 : 1
1171.24/1000.85	c (2,0) c SimpDBs_7 : 1
1171.24/1000.85	c (2,0) c SimpDBs_total : 8
1171.24/1000.85	c (2,0) c SimpDBs_winner : 1
1171.24/1000.85	c (2,0) c Restarts_0 : 1
1171.24/1000.85	c (2,0) c Restarts_1 : 1
1171.24/1000.85	c (2,0) c Restarts_2 : 1
1171.24/1000.85	c (2,0) c Restarts_3 : 1
1171.24/1000.85	c (2,0) c Restarts_4 : 1
1171.24/1000.85	c (2,0) c Restarts_5 : 1
1171.24/1000.85	c (2,0) c Restarts_6 : 1
1171.24/1000.85	c (2,0) c Restarts_7 : 1
1171.24/1000.85	c (2,0) c Restarts_total : 8
1171.24/1000.85	c (2,0) c Restarts_winner : 1
1171.24/1000.85	c (2,0) c ForcedImports_0 : 0
1171.24/1000.85	c (2,0) c ForcedImports_1 : 0
1171.24/1000.85	c (2,0) c ForcedImports_2 : 0
1171.24/1000.85	c (2,0) c ForcedImports_3 : 0
1171.24/1000.85	c (2,0) c ForcedImports_4 : 0
1171.24/1000.85	c (2,0) c ForcedImports_5 : 0
1171.24/1000.85	c (2,0) c ForcedImports_6 : 0
1171.24/1000.85	c (2,0) c ForcedImports_7 : 0
1171.24/1000.85	c (2,0) c ForcedImports_total : 0
1171.24/1000.85	c (2,0) c ForcedImports_winner : 0
1171.24/1000.85	c (2,0) c PropsBinClauses_0 : 35296
1171.24/1000.85	c (2,0) c PropsBinClauses_1 : 37029
1171.24/1000.85	c (2,0) c PropsBinClauses_2 : 36626
1171.24/1000.85	c (2,0) c PropsBinClauses_3 : 35181
1171.24/1000.85	c (2,0) c PropsBinClauses_4 : 37481
1171.24/1000.85	c (2,0) c PropsBinClauses_5 : 37194
1171.24/1000.85	c (2,0) c PropsBinClauses_6 : 38750
1171.24/1000.85	c (2,0) c PropsBinClauses_7 : 35276
1171.24/1000.85	c (2,0) c PropsBinClauses_total : 292833
1171.24/1000.85	c (2,0) c PropsBinClauses_winner : 35296
1171.24/1000.85	c (2,0) c PropsPreBlocker_0 : 42390
1171.24/1000.85	c (2,0) c PropsPreBlocker_1 : 45411
1171.24/1000.85	c (2,0) c PropsPreBlocker_2 : 44893
1171.24/1000.85	c (2,0) c PropsPreBlocker_3 : 42533
1171.24/1000.85	c (2,0) c PropsPreBlocker_4 : 44705
1171.24/1000.85	c (2,0) c PropsPreBlocker_5 : 44997
1171.24/1000.85	c (2,0) c PropsPreBlocker_6 : 47232
1171.24/1000.85	c (2,0) c PropsPreBlocker_7 : 43171
1171.24/1000.85	c (2,0) c PropsPreBlocker_total : 355332
1171.24/1000.85	c (2,0) c PropsPreBlocker_winner : 42390
1171.24/1000.85	c (2,0) c PropsNotBlocker_0 : 16127
1171.24/1000.85	c (2,0) c PropsNotBlocker_1 : 17562
1171.24/1000.85	c (2,0) c PropsNotBlocker_2 : 17308
1171.24/1000.85	c (2,0) c PropsNotBlocker_3 : 16355
1171.24/1000.85	c (2,0) c PropsNotBlocker_4 : 16690
1171.24/1000.85	c (2,0) c PropsNotBlocker_5 : 16883
1171.24/1000.85	c (2,0) c PropsNotBlocker_6 : 18125
1171.24/1000.85	c (2,0) c PropsNotBlocker_7 : 16935
1171.24/1000.85	c (2,0) c PropsNotBlocker_total : 135985
1171.24/1000.85	c (2,0) c PropsNotBlocker_winner : 16127
1171.24/1000.85	c (2,0) c PropsLitFullScans_0 : 126799
1171.24/1000.85	c (2,0) c PropsLitFullScans_1 : 214441
1171.24/1000.85	c (2,0) c PropsLitFullScans_2 : 258160
1171.24/1000.85	c (2,0) c PropsLitFullScans_3 : 197803
1171.24/1000.85	c (2,0) c PropsLitFullScans_4 : 270651
1171.24/1000.85	c (2,0) c PropsLitFullScans_5 : 196472
1171.24/1000.85	c (2,0) c PropsLitFullScans_6 : 243508
1171.24/1000.85	c (2,0) c PropsLitFullScans_7 : 225608
1171.24/1000.85	c (2,0) c PropsLitFullScans_total : 1733442
1171.24/1000.85	c (2,0) c PropsLitFullScans_winner : 126799
1171.24/1000.85	c (2,0) c LitScanFractions_0 : 0
1171.24/1000.85	c (2,0) c LitScanFractions_1 : 0
1171.24/1000.85	c (2,0) c LitScanFractions_2 : 0
1171.24/1000.85	c (2,0) c LitScanFractions_3 : 0
1171.24/1000.85	c (2,0) c LitScanFractions_4 : 0
1171.24/1000.85	c (2,0) c LitScanFractions_5 : 0
1171.24/1000.85	c (2,0) c LitScanFractions_6 : 0
1171.24/1000.85	c (2,0) c LitScanFractions_7 : 0
1171.24/1000.85	c (2,0) c LitScanFractions_total : 0
1171.24/1000.85	c (2,0) c LitScanFractions_winner : 0
1171.24/1000.85	c (2,0) c DecisionLevel0_0 : 3
1171.24/1000.85	c (2,0) c DecisionLevel0_1 : 2
1171.24/1000.85	c (2,0) c DecisionLevel0_2 : 2
1171.24/1000.85	c (2,0) c DecisionLevel0_3 : 2
1171.24/1000.85	c (2,0) c DecisionLevel0_4 : 2
1171.24/1000.85	c (2,0) c DecisionLevel0_5 : 2
1171.24/1000.85	c (2,0) c DecisionLevel0_6 : 2
1171.24/1000.85	c (2,0) c DecisionLevel0_7 : 2
1171.24/1000.85	c (2,0) c DecisionLevel0_total : 17
1171.24/1000.85	c (2,0) c DecisionLevel0_winner : 3
1171.24/1000.85	c (2,0) c Periods_0 : 0
1171.24/1000.85	c (2,0) c Periods_1 : 0
1171.24/1000.85	c (2,0) c Periods_2 : 0
1171.24/1000.85	c (2,0) c Periods_3 : 0
1171.24/1000.85	c (2,0) c Periods_4 : 0
1171.24/1000.85	c (2,0) c Periods_5 : 0
1171.24/1000.85	c (2,0) c Periods_6 : 0
1171.24/1000.85	c (2,0) c Periods_7 : 0
1171.24/1000.85	c (2,0) c Periods_total : 0
1171.24/1000.85	c (2,0) c Periods_winner : 0
1171.24/1000.85	c (2,0) c Margin_0 : 20
1171.24/1000.85	c (2,0) c Margin_1 : 20
1171.24/1000.85	c (2,0) c Margin_2 : 20
1171.24/1000.85	c (2,0) c Margin_3 : 20
1171.24/1000.85	c (2,0) c Margin_4 : 20
1171.24/1000.85	c (2,0) c Margin_5 : 20
1171.24/1000.85	c (2,0) c Margin_6 : 20
1171.24/1000.85	c (2,0) c Margin_7 : 20
1171.24/1000.85	c (2,0) c Margin_total : 160
1171.24/1000.85	c (2,0) c Margin_winner : 20
1171.24/1000.85	c (2,0) c Exported_0 : 3
1171.24/1000.85	c (2,0) c Exported_1 : 1
1171.24/1000.85	c (2,0) c Exported_2 : 2
1171.24/1000.85	c (2,0) c Exported_3 : 1
1171.24/1000.85	c (2,0) c Exported_4 : 2
1171.24/1000.85	c (2,0) c Exported_5 : 1
1171.24/1000.85	c (2,0) c Exported_6 : 1
1171.24/1000.85	c (2,0) c Exported_7 : 2
1171.24/1000.85	c (2,0) c Exported_total : 13
1171.24/1000.85	c (2,0) c Exported_winner : 3
1171.24/1000.85	c (2,0) c Imported_0 : 0
1171.24/1000.85	c (2,0) c Imported_1 : 0
1171.24/1000.85	c (2,0) c Imported_2 : 0
1171.24/1000.85	c (2,0) c Imported_3 : 0
1171.24/1000.85	c (2,0) c Imported_4 : 0
1171.24/1000.85	c (2,0) c Imported_5 : 0
1171.24/1000.85	c (2,0) c Imported_6 : 0
1171.24/1000.85	c (2,0) c Imported_7 : 0
1171.24/1000.85	c (2,0) c Imported_total : 0
1171.24/1000.85	c (2,0) c Imported_winner : 0
1171.24/1000.85	c (2,0) c Good_0 : 0
1171.24/1000.85	c (2,0) c Good_1 : 0
1171.24/1000.85	c (2,0) c Good_2 : 0
1171.24/1000.85	c (2,0) c Good_3 : 0
1171.24/1000.85	c (2,0) c Good_4 : 0
1171.24/1000.85	c (2,0) c Good_5 : 0
1171.24/1000.85	c (2,0) c Good_6 : 0
1171.24/1000.85	c (2,0) c Good_7 : 0
1171.24/1000.85	c (2,0) c Good_total : 0
1171.24/1000.85	c (2,0) c Good_winner : 0
1171.24/1000.85	c (2,0) c Purge_0 : 0
1171.24/1000.85	c (2,0) c Purge_1 : 0
1171.24/1000.85	c (2,0) c Purge_2 : 0
1171.24/1000.85	c (2,0) c Purge_3 : 0
1171.24/1000.85	c (2,0) c Purge_4 : 0
1171.24/1000.85	c (2,0) c Purge_5 : 0
1171.24/1000.85	c (2,0) c Purge_6 : 0
1171.24/1000.85	c (2,0) c Purge_7 : 0
1171.24/1000.85	c (2,0) c Purge_total : 0
1171.24/1000.85	c (2,0) c Purge_winner : 0
1171.24/1000.85	c (2,0) c Promoted_0 : 0
1171.24/1000.85	c (2,0) c Promoted_1 : 0
1171.24/1000.85	c (2,0) c Promoted_2 : 0
1171.24/1000.85	c (2,0) c Promoted_3 : 0
1171.24/1000.85	c (2,0) c Promoted_4 : 0
1171.24/1000.85	c (2,0) c Promoted_5 : 0
1171.24/1000.85	c (2,0) c Promoted_6 : 0
1171.24/1000.85	c (2,0) c Promoted_7 : 0
1171.24/1000.85	c (2,0) c Promoted_total : 0
1171.24/1000.85	c (2,0) c Promoted_winner : 0
1171.24/1000.85	c (2,0) c Remove_Imp_0 : 0
1171.24/1000.85	c (2,0) c Remove_Imp_1 : 0
1171.24/1000.85	c (2,0) c Remove_Imp_2 : 0
1171.24/1000.85	c (2,0) c Remove_Imp_3 : 0
1171.24/1000.85	c (2,0) c Remove_Imp_4 : 0
1171.24/1000.85	c (2,0) c Remove_Imp_5 : 0
1171.24/1000.85	c (2,0) c Remove_Imp_6 : 0
1171.24/1000.85	c (2,0) c Remove_Imp_7 : 0
1171.24/1000.85	c (2,0) c Remove_Imp_total : 0
1171.24/1000.85	c (2,0) c Remove_Imp_winner : 0
1171.24/1000.85	c (2,0) c Blocked_Reuse_0 : 0
1171.24/1000.85	c (2,0) c Blocked_Reuse_1 : 0
1171.24/1000.85	c (2,0) c Blocked_Reuse_2 : 0
1171.24/1000.85	c (2,0) c Blocked_Reuse_3 : 0
1171.24/1000.85	c (2,0) c Blocked_Reuse_4 : 0
1171.24/1000.85	c (2,0) c Blocked_Reuse_5 : 0
1171.24/1000.85	c (2,0) c Blocked_Reuse_6 : 0
1171.24/1000.85	c (2,0) c Blocked_Reuse_7 : 0
1171.24/1000.85	c (2,0) c Blocked_Reuse_total : 0
1171.24/1000.85	c (2,0) c Blocked_Reuse_winner : 0
1171.24/1000.85	c (2,0) c Unaries_0 : 2
1171.24/1000.85	c (2,0) c Unaries_1 : 1
1171.24/1000.85	c (2,0) c Unaries_2 : 1
1171.24/1000.85	c (2,0) c Unaries_3 : 1
1171.24/1000.85	c (2,0) c Unaries_4 : 1
1171.24/1000.85	c (2,0) c Unaries_5 : 1
1171.24/1000.85	c (2,0) c Unaries_6 : 1
1171.24/1000.85	c (2,0) c Unaries_7 : 1
1171.24/1000.85	c (2,0) c Unaries_total : 9
1171.24/1000.85	c (2,0) c Unaries_winner : 2
1171.24/1000.85	c (2,0) c Binaries_0 : 1
1171.24/1000.85	c (2,0) c Binaries_1 : 0
1171.24/1000.85	c (2,0) c Binaries_2 : 0
1171.24/1000.85	c (2,0) c Binaries_3 : 1
1171.24/1000.85	c (2,0) c Binaries_4 : 1
1171.24/1000.85	c (2,0) c Binaries_5 : 1
1171.24/1000.85	c (2,0) c Binaries_6 : 1
1171.24/1000.85	c (2,0) c Binaries_7 : 1
1171.24/1000.85	c (2,0) c Binaries_total : 6
1171.24/1000.85	c (2,0) c Binaries_winner : 1
1171.24/1000.85	c (2,0) c Glues_0 : 3
1171.24/1000.85	c (2,0) c Glues_1 : 1
1171.24/1000.85	c (2,0) c Glues_2 : 2
1171.24/1000.85	c (2,0) c Glues_3 : 1
1171.24/1000.85	c (2,0) c Glues_4 : 2
1171.24/1000.85	c (2,0) c Glues_5 : 1
1171.24/1000.85	c (2,0) c Glues_6 : 1
1171.24/1000.85	c (2,0) c Glues_7 : 2
1171.24/1000.85	c (2,0) c Glues_total : 13
1171.24/1000.85	c (2,0) c Glues_winner : 3
1171.24/1000.85	c (2,0) c RunningTime_0 : 0.019677
1171.24/1000.85	c (2,0) c RunningTime_1 : 0.029785
1171.24/1000.85	c (2,0) c RunningTime_2 : 0.024667
1171.24/1000.85	c (2,0) c RunningTime_3 : 0.031455
1171.24/1000.85	c (2,0) c RunningTime_4 : 0.026273
1171.24/1000.85	c (2,0) c RunningTime_5 : 0.032084
1171.24/1000.85	c (2,0) c RunningTime_6 : 0.035653
1171.24/1000.85	c (2,0) c RunningTime_7 : 0.024450
1171.24/1000.85	c (2,0) c RunningTime_total : 0.224044
1171.24/1000.85	c (2,0) c RunningTime_winner : 0.019677
1171.24/1000.85	c (2,0) c WaitingTime_0 : 0.000000
1171.24/1000.85	c (2,0) c WaitingTime_1 : 0.000000
1171.24/1000.85	c (2,0) c WaitingTime_2 : 0.000000
1171.24/1000.85	c (2,0) c WaitingTime_3 : 0.000000
1171.24/1000.85	c (2,0) c WaitingTime_4 : 0.000000
1171.24/1000.85	c (2,0) c WaitingTime_5 : 0.000000
1171.24/1000.85	c (2,0) c WaitingTime_6 : 0.000000
1171.24/1000.85	c (2,0) c WaitingTime_7 : 0.000000
1171.24/1000.85	c (2,0) c WaitingTime_total : 0.000000
1171.24/1000.85	c (2,0) c WaitingTime_winner : 0.000000
1171.24/1000.85	c (2,0) c ExchangingTime_0 : 0.000009
1171.24/1000.85	c (2,0) c ExchangingTime_1 : 0.000004
1171.24/1000.85	c (2,0) c ExchangingTime_2 : 0.000008
1171.24/1000.85	c (2,0) c ExchangingTime_3 : 0.000006
1171.24/1000.85	c (2,0) c ExchangingTime_4 : 0.000009
1171.24/1000.85	c (2,0) c ExchangingTime_5 : 0.000005
1171.24/1000.85	c (2,0) c ExchangingTime_6 : 0.000003
1171.24/1000.85	c (2,0) c ExchangingTime_7 : 0.000006
1171.24/1000.85	c (2,0) c ExchangingTime_total : 0.000050
1171.24/1000.85	c (2,0) c ExchangingTime_winner : 0.000009
1171.24/1000.85	c (2,0) c PeriodProcTime_0 : 0.000000
1171.24/1000.85	c (2,0) c PeriodProcTime_1 : 0.000000
1171.24/1000.85	c (2,0) c PeriodProcTime_2 : 0.000000
1171.24/1000.85	c (2,0) c PeriodProcTime_3 : 0.000000
1171.24/1000.85	c (2,0) c PeriodProcTime_4 : 0.000000
1171.24/1000.85	c (2,0) c PeriodProcTime_5 : 0.000000
1171.24/1000.85	c (2,0) c PeriodProcTime_6 : 0.000000
1171.24/1000.85	c (2,0) c PeriodProcTime_7 : 0.000000
1171.24/1000.85	c (2,0) c PeriodProcTime_total : 0.000000
1171.24/1000.85	c (2,0) c PeriodProcTime_winner : 0.000000
1171.24/1000.85	c (2,0) c SolvingTime_0 : 0.019686
1171.24/1000.85	c (2,0) c SolvingTime_1 : 0.029789
1171.24/1000.85	c (2,0) c SolvingTime_2 : 0.024675
1171.24/1000.85	c (2,0) c SolvingTime_3 : 0.031461
1171.24/1000.85	c (2,0) c SolvingTime_4 : 0.026282
1171.24/1000.85	c (2,0) c SolvingTime_5 : 0.032089
1171.24/1000.85	c (2,0) c SolvingTime_6 : 0.035656
1171.24/1000.85	c (2,0) c SolvingTime_7 : 0.024456
1171.24/1000.85	c (2,0) c SolvingTime_total : 0.224094
1171.24/1000.85	c (2,0) c SolvingTime_winner : 0.019686
1171.24/1000.85	c (2,0) c PropagationTime_0 : 0.014385
1171.24/1000.85	c (2,0) c PropagationTime_1 : 0.019639
1171.24/1000.85	c (2,0) c PropagationTime_2 : 0.013857
1171.24/1000.85	c (2,0) c PropagationTime_3 : 0.017567
1171.24/1000.85	c (2,0) c PropagationTime_4 : 0.014255
1171.24/1000.85	c (2,0) c PropagationTime_5 : 0.017813
1171.24/1000.85	c (2,0) c PropagationTime_6 : 0.021240
1171.24/1000.85	c (2,0) c PropagationTime_7 : 0.013520
1171.24/1000.85	c (2,0) c PropagationTime_total : 0.132276
1171.24/1000.85	c (2,0) c PropagationTime_winner : 0.014385
1171.24/1000.85	c (2,0) c AnalysisTime_0 : 0.003582
1171.24/1000.85	c (2,0) c AnalysisTime_1 : 0.009479
1171.24/1000.85	c (2,0) c AnalysisTime_2 : 0.008847
1171.24/1000.85	c (2,0) c AnalysisTime_3 : 0.012067
1171.24/1000.85	c (2,0) c AnalysisTime_4 : 0.011115
1171.24/1000.85	c (2,0) c AnalysisTime_5 : 0.012371
1171.24/1000.85	c (2,0) c AnalysisTime_6 : 0.013287
1171.24/1000.85	c (2,0) c AnalysisTime_7 : 0.009015
1171.24/1000.85	c (2,0) c AnalysisTime_total : 0.079763
1171.24/1000.85	c (2,0) c AnalysisTime_winner : 0.003582
1171.24/1000.85	c (2,0) c ReductionTime_0 : 0.000000
1171.24/1000.85	c (2,0) c ReductionTime_1 : 0.000000
1171.24/1000.85	c (2,0) c ReductionTime_2 : 0.000000
1171.24/1000.85	c (2,0) c ReductionTime_3 : 0.000000
1171.24/1000.85	c (2,0) c ReductionTime_4 : 0.000000
1171.24/1000.85	c (2,0) c ReductionTime_5 : 0.000000
1171.24/1000.85	c (2,0) c ReductionTime_6 : 0.000000
1171.24/1000.85	c (2,0) c ReductionTime_7 : 0.000000
1171.24/1000.85	c (2,0) c ReductionTime_total : 0.000000
1171.24/1000.85	c (2,0) c ReductionTime_winner : 0.000000
1171.24/1000.85	c (2,0) c SimplifyTime_0 : 0.000000
1171.24/1000.85	c (2,0) c SimplifyTime_1 : 0.000000
1171.24/1000.85	c (2,0) c SimplifyTime_2 : 0.000000
1171.24/1000.85	c (2,0) c SimplifyTime_3 : 0.000001
1171.24/1000.85	c (2,0) c SimplifyTime_4 : 0.000000
1171.24/1000.85	c (2,0) c SimplifyTime_5 : 0.000000
1171.24/1000.85	c (2,0) c SimplifyTime_6 : 0.000000
1171.24/1000.85	c (2,0) c SimplifyTime_7 : 0.000000
1171.24/1000.85	c (2,0) c SimplifyTime_total : 0.000001
1171.24/1000.85	c (2,0) c SimplifyTime_winner : 0.000000
1171.24/1000.85	c (2,0) c UsedRateTime_0 : 0.000000
1171.24/1000.85	c (2,0) c UsedRateTime_1 : 0.000000
1171.24/1000.85	c (2,0) c UsedRateTime_2 : 0.000000
1171.24/1000.85	c (2,0) c UsedRateTime_3 : 0.000000
1171.24/1000.85	c (2,0) c UsedRateTime_4 : 0.000000
1171.24/1000.85	c (2,0) c UsedRateTime_5 : 0.000000
1171.24/1000.85	c (2,0) c UsedRateTime_6 : 0.000000
1171.24/1000.85	c (2,0) c UsedRateTime_7 : 0.000000
1171.24/1000.85	c (2,0) c UsedRateTime_total : 0.000000
1171.24/1000.85	c (2,0) c UsedRateTime_winner : 0.000000
1171.24/1000.85	c (2,0) c OverlapRateTime_0 : 0.000000
1171.24/1000.85	c (2,0) c OverlapRateTime_1 : 0.000000
1171.24/1000.85	c (2,0) c OverlapRateTime_2 : 0.000000
1171.24/1000.85	c (2,0) c OverlapRateTime_3 : 0.000000
1171.24/1000.85	c (2,0) c OverlapRateTime_4 : 0.000000
1171.24/1000.85	c (2,0) c OverlapRateTime_5 : 0.000000
1171.24/1000.85	c (2,0) c OverlapRateTime_6 : 0.000000
1171.24/1000.85	c (2,0) c OverlapRateTime_7 : 0.000000
1171.24/1000.85	c (2,0) c OverlapRateTime_total : 0.000000
1171.24/1000.85	c (2,0) c OverlapRateTime_winner : 0.000000
1171.24/1000.85	c (2,0) c
1171.24/1000.85	c (2,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
1171.24/1000.85	c (2,0) c
1171.24/1000.85	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1171.24/1000.85	c (2,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
1171.24/1000.85	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1171.24/1000.85	c (2,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
1171.24/1000.85	c (2,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
1171.24/1000.85	c (2,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
1171.24/1000.85	c (2,0) c | Initial random_seed   | 1478695456 |  870067076 | 1775939932 | 1491810716 | 2082620934 |  923552284 | 2009952617 | 1696074145 |
1171.24/1000.85	c (2,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
1171.24/1000.85	c (2,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
1171.24/1000.85	c (2,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
1171.24/1000.85	c (2,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
1171.24/1000.85	c (2,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
1171.24/1000.85	c (2,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
1171.24/1000.85	c (2,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
1171.24/1000.85	c (2,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
1171.24/1000.85	c (2,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
1171.24/1000.85	c (2,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
1171.24/1000.85	c (2,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
1171.24/1000.85	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1171.24/1000.85	c (2,0) 
1171.24/1000.85	c (2,0) s UNSATISFIABLE
1171.24/1000.85	c (2,0) SatSolver.solve End
1171.24/1000.85	c (2,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
1171.24/1000.85	c (2,0) Show results Begin
1171.24/1000.85	s UNSATISFIABLE
1171.24/1000.85	c (2,0) Show results End
1171.24/1000.85	c (2,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
1171.24/1000.85	c (2,0) 2,2,STOP-AFTER(ALL)
1171.24/1000.85	c END-Prog: Tue Sep 24 16:01:40 CEST 2019

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405331-1569336399/watcher-4405331-1569336399 -o /var/tmp/evaluation-result-4405331-1569336399/solver-4405331-1569336399 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node105-1569332278-29365 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405331-1569336399.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=29544, runsolver pid=29541

[startup+0.100137 s]*
/proc/loadavg: 6.56 5.34 2.55 3/212 29566
/proc/meminfo: memFree=26065372/32770624 swapFree=66956832/67108860
[pid=29544] ppid=29541 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/29544/stat : 29544 (scop.sh) S 29541 29544 29338 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 509897780 115843072 349 33554432000 4194304 5098028 140733988371648 140733988368904 139677745312380 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17301504 140733988377341 140733988377688 140733988377688 140733988380617 0
/proc/29544/statm: 28282 349 296 221 0 87 0
[pid=29547] ppid=29544 vsize=27314120 memory=107464 CPUtime=0.1 cores=0-7
/proc/29547/stat : 29547 (java) S 29544 29544 29338 0 -1 1077944320 6938 0 0 0 7 3 0 0 20 0 20 0 509897780 27969658880 26866 33554432000 4194304 4196468 140735088973440 140735088955984 139725488893687 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
/proc/29547/statm: 6828530 26866 2801 1 0 6790935 0
[pid=29547/tid=29548] ppid=29544 vsize=27314120 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/29547/task/29548/stat : 29548 (java) R 29544 29544 29338 0 -1 4202560 5048 0 0 0 6 2 0 0 20 0 20 0 509897780 27969658880 26866 33554432000 4194304 4196468 140735088973440 139725460691840 139725474964981 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29549] ppid=29544 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/29547/task/29549/stat : 29549 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 26866 33554432000 4194304 4196468 140735088973440 139725493136144 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29550] ppid=29544 vsize=27314120 memory=140596855383680 CPUtime=0 cores=0-7
/proc/29547/task/29550/stat : 29550 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 26866 33554432000 4194304 4196468 140735088973440 139725307292560 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29551] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29551/stat : 29551 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 26866 33554432000 4194304 4196468 140735088973440 139725306240016 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29552] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29552/stat : 29552 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 26866 33554432000 4194304 4196468 140735088973440 139725305187472 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29553] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29553/stat : 29553 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 26866 33554432000 4194304 4196468 140735088973440 139725304133904 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29554] ppid=29544 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29547/task/29554/stat : 29554 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 26866 33554432000 4194304 4196468 140735088973440 139725303081360 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29555] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29555/stat : 29555 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 26866 33554432000 4194304 4196468 140735088973440 139725302028816 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29556] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29556/stat : 29556 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 26866 33554432000 4194304 4196468 140735088973440 139725300976272 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29557] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29557/stat : 29557 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897784 27969658880 26866 33554432000 4194304 4196468 140735088973440 139724344777200 139725488904834 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29558] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29558/stat : 29558 (java) S 29544 29544 29338 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 509897785 27969658880 26866 33554432000 4194304 4196468 140735088973440 139723406304672 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29559] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29559/stat : 29559 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897785 27969658880 26866 33554432000 4194304 4196468 140735088973440 139723137869296 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29560] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29560/stat : 29560 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897787 27969658880 26866 33554432000 4194304 4196468 140735088973440 139722763360976 139725488912283 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29561] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29561/stat : 29561 (java) S 29544 29544 29338 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 509897787 27969658880 26866 33554432000 4194304 4196468 140735088973440 139724343724016 139725488904834 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29562] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29562/stat : 29562 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509897787 27969658880 26866 33554432000 4194304 4196468 140735088973440 139724342671472 139725488904834 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29563] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29563/stat : 29563 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897787 27969658880 26866 33554432000 4194304 4196468 140735088973440 139724341618928 139725488904834 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29564] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29564/stat : 29564 (java) S 29544 29544 29338 0 -1 1077944384 252 0 0 0 0 0 0 0 20 0 20 0 509897787 27969658880 26866 33554432000 4194304 4196468 140735088973440 139724340566384 139725488904834 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29565] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29565/stat : 29565 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509897788 27969658880 26866 33554432000 4194304 4196468 140735088973440 139722265455328 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29566] ppid=29544 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29547/task/29566/stat : 29566 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897788 27969658880 26866 33554432000 4194304 4196468 140735088973440 139724339514288 139725488904834 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 108860 KiB

[startup+0.210556 s]*
/proc/loadavg: 6.56 5.34 2.55 2/212 29566
/proc/meminfo: memFree=26043588/32770624 swapFree=66956832/67108860
[pid=29544] ppid=29541 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/29544/stat : 29544 (scop.sh) S 29541 29544 29338 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 509897780 115843072 349 33554432000 4194304 5098028 140733988371648 140733988368904 139677745312380 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17301504 140733988377341 140733988377688 140733988377688 140733988380617 0
/proc/29544/statm: 28282 349 296 221 0 87 0
[pid=29547] ppid=29544 vsize=27314120 memory=126548 CPUtime=0.25 cores=0-7
/proc/29547/stat : 29547 (java) S 29544 29544 29338 0 -1 1077944320 12421 0 0 0 20 5 0 0 20 0 20 0 509897780 27969658880 31637 33554432000 4194304 4196468 140735088973440 140735088955984 139725488893687 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
/proc/29547/statm: 6828530 31637 2937 1 0 6790935 0
[pid=29547/tid=29548] ppid=29544 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/29547/task/29548/stat : 29548 (java) R 29544 29544 29338 0 -1 4202560 10163 0 0 0 16 3 0 0 20 0 20 0 509897780 27969658880 31637 33554432000 4194304 4196468 140735088973440 139725460701248 139725474059342 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29549] ppid=29544 vsize=27314120 memory=331 CPUtime=0 cores=0-7
/proc/29547/task/29549/stat : 29549 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 31637 33554432000 4194304 4196468 140735088973440 139725493136144 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29550] ppid=29544 vsize=27314120 memory=140596855412324 CPUtime=0 cores=0-7
/proc/29547/task/29550/stat : 29550 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 31637 33554432000 4194304 4196468 140735088973440 139725307292560 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29551] ppid=29544 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29547/task/29551/stat : 29551 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 31637 33554432000 4194304 4196468 140735088973440 139725306240016 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29552] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29552/stat : 29552 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 31637 33554432000 4194304 4196468 140735088973440 139725305187472 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29553] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29553/stat : 29553 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 31637 33554432000 4194304 4196468 140735088973440 139725304133904 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29554] ppid=29544 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29547/task/29554/stat : 29554 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 31637 33554432000 4194304 4196468 140735088973440 139725303081360 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29555] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29555/stat : 29555 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 31637 33554432000 4194304 4196468 140735088973440 139725302028816 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29556] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29556/stat : 29556 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 31637 33554432000 4194304 4196468 140735088973440 139725300976272 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29557] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29557/stat : 29557 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897784 27969658880 31637 33554432000 4194304 4196468 140735088973440 139724344777200 139725488904834 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29558] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29558/stat : 29558 (java) S 29544 29544 29338 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 509897785 27969658880 31637 33554432000 4194304 4196468 140735088973440 139723406304672 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29559] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29559/stat : 29559 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897785 27969658880 31637 33554432000 4194304 4196468 140735088973440 139723137869296 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29560] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29560/stat : 29560 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897787 27969658880 31637 33554432000 4194304 4196468 140735088973440 139722763360976 139725488912283 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29561] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29561/stat : 29561 (java) S 29544 29544 29338 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 20 0 509897787 27969658880 31637 33554432000 4194304 4196468 140735088973440 139724343724016 139725488904834 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29562] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29562/stat : 29562 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509897787 27969658880 31637 33554432000 4194304 4196468 140735088973440 139724342671472 139725488904834 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29563] ppid=29544 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29547/task/29563/stat : 29563 (java) S 29544 29544 29338 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 20 0 509897787 27969658880 31637 33554432000 4194304 4196468 140735088973440 139724341618928 139725488904834 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29564] ppid=29544 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/29547/task/29564/stat : 29564 (java) S 29544 29544 29338 0 -1 1077944384 433 0 0 0 2 0 0 0 20 0 20 0 509897787 27969658880 31637 33554432000 4194304 4196468 140735088973440 139724340566384 139725488904834 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29565] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29565/stat : 29565 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509897788 27969658880 31637 33554432000 4194304 4196468 140735088973440 139722265455328 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29566] ppid=29544 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29547/task/29566/stat : 29566 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897788 27969658880 31637 33554432000 4194304 4196468 140735088973440 139724339514288 139725488904834 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 127944 KiB

[startup+0.310762 s]*
/proc/loadavg: 6.56 5.34 2.55 2/212 29566
/proc/meminfo: memFree=26041168/32770624 swapFree=66956832/67108860
[pid=29544] ppid=29541 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/29544/stat : 29544 (scop.sh) S 29541 29544 29338 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 509897780 115843072 349 33554432000 4194304 5098028 140733988371648 140733988368904 139677745312380 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17301504 140733988377341 140733988377688 140733988377688 140733988380617 0
/proc/29544/statm: 28282 349 296 221 0 87 0
[pid=29547] ppid=29544 vsize=27314120 memory=130232 CPUtime=0.42 cores=0-7
/proc/29547/stat : 29547 (java) S 29544 29544 29338 0 -1 1077944320 13394 0 0 0 37 5 0 0 20 0 20 0 509897780 27969658880 32558 33554432000 4194304 4196468 140735088973440 140735088955984 139725488893687 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
/proc/29547/statm: 6828530 32558 3060 1 0 6790935 0
[pid=29547/tid=29548] ppid=29544 vsize=27314120 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/29547/task/29548/stat : 29548 (java) R 29544 29544 29338 0 -1 4202560 10970 0 0 0 25 4 0 0 20 0 20 0 509897780 27969658880 32558 33554432000 4194304 4196468 140735088973440 139725460684336 139725472974174 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29549] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29549/stat : 29549 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 32558 33554432000 4194304 4196468 140735088973440 139725493136144 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29550] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29550/stat : 29550 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 32558 33554432000 4194304 4196468 140735088973440 139725307292560 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29551] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29551/stat : 29551 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 32558 33554432000 4194304 4196468 140735088973440 139725306240016 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29552] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29552/stat : 29552 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 32558 33554432000 4194304 4196468 140735088973440 139725305187472 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29553] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29553/stat : 29553 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 32558 33554432000 4194304 4196468 140735088973440 139725304133904 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29554] ppid=29544 vsize=27314120 memory=140596694051503 CPUtime=0 cores=0-7
/proc/29547/task/29554/stat : 29554 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 32558 33554432000 4194304 4196468 140735088973440 139725303081360 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29555] ppid=29544 vsize=27314120 memory=140596694053808 CPUtime=0 cores=0-7
/proc/29547/task/29555/stat : 29555 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 32558 33554432000 4194304 4196468 140735088973440 139725302028816 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29556] ppid=29544 vsize=27314120 memory=140596694056112 CPUtime=0 cores=0-7
/proc/29547/task/29556/stat : 29556 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897783 27969658880 32558 33554432000 4194304 4196468 140735088973440 139725300976272 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29557] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29557/stat : 29557 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897784 27969658880 32558 33554432000 4194304 4196468 140735088973440 139724344777200 139725488904834 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29558] ppid=29544 vsize=27314120 memory=281193388126096 CPUtime=0 cores=0-7
/proc/29547/task/29558/stat : 29558 (java) S 29544 29544 29338 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 509897785 27969658880 32558 33554432000 4194304 4196468 140735088973440 139723406304672 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29559] ppid=29544 vsize=27314120 memory=281193388123792 CPUtime=0 cores=0-7
/proc/29547/task/29559/stat : 29559 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897785 27969658880 32558 33554432000 4194304 4196468 140735088973440 139723137869296 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29560] ppid=29544 vsize=27314120 memory=281193388130704 CPUtime=0 cores=0-7
/proc/29547/task/29560/stat : 29560 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897787 27969658880 32558 33554432000 4194304 4196468 140735088973440 139722763360976 139725488912283 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29561] ppid=29544 vsize=27314120 memory=281193388071984 CPUtime=0 cores=0-7
/proc/29547/task/29561/stat : 29561 (java) S 29544 29544 29338 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 20 0 509897787 27969658880 32558 33554432000 4194304 4196468 140735088973440 139724343724016 139725488904834 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29562] ppid=29544 vsize=27314120 memory=281193388144528 CPUtime=0.01 cores=0-7
/proc/29547/task/29562/stat : 29562 (java) S 29544 29544 29338 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 20 0 509897787 27969658880 32558 33554432000 4194304 4196468 140735088973440 139724342671472 139725488904834 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29563] ppid=29544 vsize=27314120 memory=281193388151440 CPUtime=0.01 cores=0-7
/proc/29547/task/29563/stat : 29563 (java) R 29544 29544 29338 0 -1 4202560 270 0 0 0 1 0 0 0 20 0 20 0 509897787 27969658880 32558 33554432000 4194304 4196468 140735088973440 139724341618928 139725474908008 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29564] ppid=29544 vsize=27314120 memory=281193388149136 CPUtime=0.07 cores=0-7
/proc/29547/task/29564/stat : 29564 (java) S 29544 29544 29338 0 -1 1077944384 456 0 0 0 7 0 0 0 20 0 20 0 509897787 27969658880 32558 33554432000 4194304 4196468 140735088973440 139724340566384 139725488904834 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29565] ppid=29544 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29565/stat : 29565 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509897788 27969658880 32558 33554432000 4194304 4196468 140735088973440 139722265455328 139725488903893 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29566] ppid=29544 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29547/task/29566/stat : 29566 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897788 27969658880 32558 33554432000 4194304 4196468 140735088973440 139724339514288 139725488904834 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 131628 KiB

[startup+0.70977 s]
/proc/loadavg: 6.56 5.34 2.55 2/212 29566
/proc/meminfo: memFree=26020308/32770624 swapFree=66956832/67108860
[pid=29544] ppid=29541 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/29544/stat : 29544 (scop.sh) S 29541 29544 29338 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 509897780 115843072 349 33554432000 4194304 5098028 140733988371648 140733988368904 139677745312380 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17301504 140733988377341 140733988377688 140733988377688 140733988380617 0
/proc/29544/statm: 28282 349 296 221 0 87 0
[pid=29547] ppid=29544 vsize=27320392 memory=167092 CPUtime=1.03 cores=0-7
/proc/29547/stat : 29547 (java) S 29544 29544 29338 0 -1 1077944320 20395 0 0 0 96 7 0 0 20 0 20 0 509897780 27976081408 41773 33554432000 4194304 4196468 140735088973440 140735088955984 139725488893687 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
/proc/29547/statm: 6830098 41773 3177 1 0 6791447 0
[pid=29547/tid=29548] ppid=29544 vsize=27320392 memory=0 CPUtime=0.68 cores=0-7
/proc/29547/task/29548/stat : 29548 (java) R 29544 29544 29338 0 -1 4202560 17436 0 0 0 62 6 0 0 20 0 20 0 509897780 27976081408 41773 33554432000 4194304 4196468 140735088973440 139725460732544 139724966743484 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29549] ppid=29544 vsize=27320392 memory=140596694262640 CPUtime=0 cores=0-7
/proc/29547/task/29549/stat : 29549 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509897783 27976081408 41773 33554432000 4194304 4196468 140735088973440 139725493136144 139725488903893 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29550] ppid=29544 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/29547/task/29550/stat : 29550 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897783 27976081408 41773 33554432000 4194304 4196468 140735088973440 139725307292560 139725488903893 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0
[pid=29547/tid=29551] ppid=29544 vsize=27320392 memory=784 CPUtime=0 cores=0-7
/proc/29547/task/29551/stat : 29551 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509897783 27976081408 41773 33554432000 4194304 4196468 140735088973440 139725306240016 139725488903893 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8454144 140735088980679 140735088981126 140735088981126 140735088984015 0

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

[pid=29667/tid=29675] ppid=29544 vsize=8414124 memory=1620 CPUtime=0 cores=0-7
/proc/29667/task/29675/stat : 29675 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603186100752 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29676] ppid=29544 vsize=8414124 memory=1136 CPUtime=0 cores=0-7
/proc/29667/task/29676/stat : 29676 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603185048208 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29677] ppid=29544 vsize=8414124 memory=1072 CPUtime=0 cores=0-7
/proc/29667/task/29677/stat : 29677 (java) S 29544 29544 29338 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 509997612 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602932972016 140603705952898 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29678] ppid=29544 vsize=8414124 memory=6196 CPUtime=0 cores=0-7
/proc/29667/task/29678/stat : 29678 (java) S 29544 29544 29338 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 509997612 8616062976 30271 33554432000 4194304 4196468 140725291379232 140601995552160 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29679] ppid=29544 vsize=8414124 memory=784 CPUtime=0 cores=0-7
/proc/29667/task/29679/stat : 29679 (java) S 29544 29544 29338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 509997612 8616062976 30271 33554432000 4194304 4196468 140725291379232 140601861330416 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29680] ppid=29544 vsize=8414124 memory=1060 CPUtime=0 cores=0-7
/proc/29667/task/29680/stat : 29680 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140601486826192 140603705960347 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29681] ppid=29544 vsize=8414124 memory=14012 CPUtime=0.1 cores=0-7
/proc/29667/task/29681/stat : 29681 (java) S 29544 29544 29338 0 -1 1077944384 743 0 0 0 10 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602931918832 140603705952898 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29682] ppid=29544 vsize=8414124 memory=1396 CPUtime=0.09 cores=0-7
/proc/29667/task/29682/stat : 29682 (java) S 29544 29544 29338 0 -1 1077944384 280 0 0 0 9 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602930866288 140603705952898 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29683] ppid=29544 vsize=8414124 memory=17047904 CPUtime=0.17 cores=0-7
/proc/29667/task/29683/stat : 29683 (java) S 29544 29544 29338 0 -1 1077944384 617 0 0 0 17 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602929813744 140603705952898 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29684] ppid=29544 vsize=8414124 memory=1160 CPUtime=0.22 cores=0-7
/proc/29667/task/29684/stat : 29684 (java) S 29544 29544 29338 0 -1 1077944384 839 0 0 0 22 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602928761200 140603705952898 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29685] ppid=29544 vsize=8414124 memory=8317482817917895235 CPUtime=0 cores=0-7
/proc/29667/task/29685/stat : 29685 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140600988920544 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29686] ppid=29544 vsize=8414124 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/29667/task/29686/stat : 29686 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509997616 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602927709104 140603705952898 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29688] ppid=29544 vsize=8414124 memory=1408 CPUtime=0 cores=0-7
/proc/29667/task/29688/stat : 29688 (java) S 29544 29544 29338 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 509997688 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602920232640 140603705966361 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29690] ppid=29544 vsize=8414124 memory=1548 CPUtime=0 cores=0-7
/proc/29667/task/29690/stat : 29690 (java) S 29544 29544 29338 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 509997688 8616062976 30271 33554432000 4194304 4196468 140725291379232 140600317820208 140603705963677 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29691] ppid=29544 vsize=8414124 memory=7552 CPUtime=0 cores=0-7
/proc/29667/task/29691/stat : 29691 (java) S 29544 29544 29338 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 509997688 8616062976 30271 33554432000 4194304 4196468 140725291379232 140600586255792 140603705963677 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29692] ppid=29544 vsize=8414124 memory=3608 CPUtime=0 cores=0-7
/proc/29667/task/29692/stat : 29692 (java) S 29544 29544 29338 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 509997690 8616062976 30271 33554432000 4194304 4196468 140725291379232 140600049392816 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
Current children cumulated CPU time: 1170.27 s
Current children cumulated vsize: 8658668 KiB
Current children cumulated memory: 232324 KiB

[startup+1000.4 s]
/proc/loadavg: 1.02 1.22 1.62 2/216 29692
/proc/meminfo: memFree=25929864/32770624 swapFree=66956836/67108860
[pid=29544] ppid=29541 vsize=113128 memory=1476 CPUtime=1167.9 cores=0-7
/proc/29544/stat : 29544 (scop.sh) S 29541 29544 29338 0 -1 4202496 583 306151 0 0 0 0 113877 2913 20 0 1 0 509897780 115843072 369 33554432000 4194304 5098028 140733988371648 140733988368392 139677745312380 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17301504 140733988377341 140733988377688 140733988377688 140733988380617 0
/proc/29544/statm: 28282 369 311 221 0 87 0
[pid=29667] ppid=29544 vsize=8414124 memory=121084 CPUtime=1.45 cores=0-7
/proc/29667/stat : 29667 (java) S 29544 29544 29338 0 -1 1077944320 21352 0 0 0 136 9 0 0 20 0 24 0 509997608 8616062976 30271 33554432000 4194304 4196468 140725291379232 140725291361776 140603705941751 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
/proc/29667/statm: 2103531 30271 3209 1 0 2064875 0
[pid=29687] ppid=29667 vsize=272932 memory=252776 CPUtime=1.31 cores=0-7
/proc/29687/stat : 29687 (manyglucose-4.1) R 29667 29544 29338 0 -1 4202496 50640 0 0 0 123 8 0 0 20 0 1 0 509997688 279482368 63194 33554432000 4194304 4454172 140723466419872 140723466417496 139649319963621 0 4 0 8388610 0 0 0 17 1 0 0 0 0 0 6552832 6554400 6643712 140723466425165 140723466425372 140723466425372 140723466428342 0
/proc/29687/statm: 68233 63194 378 64 0 63901 0
[pid=29667/tid=29668] ppid=29544 vsize=8414124 memory=2140 CPUtime=0.82 cores=0-7
/proc/29667/task/29668/stat : 29668 (java) S 29544 29544 29338 0 -1 1077944384 17456 0 0 0 75 7 0 0 20 0 24 0 509997609 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603677781920 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29669] ppid=29544 vsize=8414124 memory=-7824251494390585189 CPUtime=0 cores=0-7
/proc/29667/task/29669/stat : 29669 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603710184208 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29670] ppid=29544 vsize=8414124 memory=6 CPUtime=0 cores=0-7
/proc/29667/task/29670/stat : 29670 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603191364496 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29671] ppid=29544 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/29667/task/29671/stat : 29671 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603190311952 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29672] ppid=29544 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/29667/task/29672/stat : 29672 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603189259408 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29673] ppid=29544 vsize=8414124 memory=121084 CPUtime=0 cores=0-7
/proc/29667/task/29673/stat : 29673 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603188205840 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29674] ppid=29544 vsize=8414124 memory=2580 CPUtime=0 cores=0-7
/proc/29667/task/29674/stat : 29674 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603187153296 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29675] ppid=29544 vsize=8414124 memory=1760 CPUtime=0 cores=0-7
/proc/29667/task/29675/stat : 29675 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603186100752 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29676] ppid=29544 vsize=8414124 memory=111632 CPUtime=0 cores=0-7
/proc/29667/task/29676/stat : 29676 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603185048208 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29677] ppid=29544 vsize=8414124 memory=516 CPUtime=0 cores=0-7
/proc/29667/task/29677/stat : 29677 (java) S 29544 29544 29338 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 509997612 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602932972016 140603705952898 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29678] ppid=29544 vsize=8414124 memory=1556 CPUtime=0 cores=0-7
/proc/29667/task/29678/stat : 29678 (java) S 29544 29544 29338 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 509997612 8616062976 30271 33554432000 4194304 4196468 140725291379232 140601995552160 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29679] ppid=29544 vsize=8414124 memory=928 CPUtime=0 cores=0-7
/proc/29667/task/29679/stat : 29679 (java) S 29544 29544 29338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 509997612 8616062976 30271 33554432000 4194304 4196468 140725291379232 140601861330416 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29680] ppid=29544 vsize=8414124 memory=1772 CPUtime=0 cores=0-7
/proc/29667/task/29680/stat : 29680 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140601486826192 140603705960347 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29681] ppid=29544 vsize=8414124 memory=1396 CPUtime=0.1 cores=0-7
/proc/29667/task/29681/stat : 29681 (java) S 29544 29544 29338 0 -1 1077944384 743 0 0 0 10 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602931918832 140603705952898 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29682] ppid=29544 vsize=8414124 memory=17002560 CPUtime=0.09 cores=0-7
/proc/29667/task/29682/stat : 29682 (java) S 29544 29544 29338 0 -1 1077944384 280 0 0 0 9 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602930866288 140603705952898 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29683] ppid=29544 vsize=8414124 memory=1160 CPUtime=0.17 cores=0-7
/proc/29667/task/29683/stat : 29683 (java) S 29544 29544 29338 0 -1 1077944384 617 0 0 0 17 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602929813744 140603705952898 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29684] ppid=29544 vsize=8414124 memory=804 CPUtime=0.22 cores=0-7
/proc/29667/task/29684/stat : 29684 (java) S 29544 29544 29338 0 -1 1077944384 839 0 0 0 22 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602928761200 140603705952898 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29685] ppid=29544 vsize=8414124 memory=4100 CPUtime=0 cores=0-7
/proc/29667/task/29685/stat : 29685 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140600988920544 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29686] ppid=29544 vsize=8414124 memory=-7824251494390585189 CPUtime=0 cores=0-7
/proc/29667/task/29686/stat : 29686 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509997616 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602927709104 140603705952898 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29688] ppid=29544 vsize=8414124 memory=25008 CPUtime=0 cores=0-7
/proc/29667/task/29688/stat : 29688 (java) S 29544 29544 29338 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 509997688 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602920232640 140603705966361 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29690] ppid=29544 vsize=8414124 memory=14056 CPUtime=0 cores=0-7
/proc/29667/task/29690/stat : 29690 (java) S 29544 29544 29338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 509997688 8616062976 30271 33554432000 4194304 4196468 140725291379232 140600317820208 140603705963677 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29691] ppid=29544 vsize=8414124 memory=2116 CPUtime=0 cores=0-7
/proc/29667/task/29691/stat : 29691 (java) S 29544 29544 29338 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 509997688 8616062976 30271 33554432000 4194304 4196468 140725291379232 140600586255792 140603705963677 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29692] ppid=29544 vsize=8414124 memory=516 CPUtime=0 cores=0-7
/proc/29667/task/29692/stat : 29692 (java) S 29544 29544 29338 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 509997690 8616062976 30271 33554432000 4194304 4196468 140725291379232 140600049392816 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
Current children cumulated CPU time: 1170.66 s
Current children cumulated vsize: 8800184 KiB
Current children cumulated memory: 375336 KiB

[startup+1000.8 s]
/proc/loadavg: 1.02 1.22 1.62 2/216 29692
/proc/meminfo: memFree=25929864/32770624 swapFree=66956836/67108860
[pid=29544] ppid=29541 vsize=113128 memory=1476 CPUtime=1167.9 cores=0-7
/proc/29544/stat : 29544 (scop.sh) S 29541 29544 29338 0 -1 4202496 583 306151 0 0 0 0 113877 2913 20 0 1 0 509897780 115843072 369 33554432000 4194304 5098028 140733988371648 140733988368392 139677745312380 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17301504 140733988377341 140733988377688 140733988377688 140733988380617 0
/proc/29544/statm: 28282 369 311 221 0 87 0
[pid=29667] ppid=29544 vsize=8414124 memory=121084 CPUtime=1.45 cores=0-7
/proc/29667/stat : 29667 (java) S 29544 29544 29338 0 -1 1077944320 21354 0 0 0 136 9 0 0 20 0 24 0 509997608 8616062976 30271 33554432000 4194304 4196468 140725291379232 140725291361776 140603705941751 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
/proc/29667/statm: 2103531 30271 3209 1 0 2064875 0
[pid=29687] ppid=29667 vsize=1174196 memory=598100 CPUtime=1.89 cores=0-7
/proc/29687/stat : 29687 (manyglucose-4.1) R 29667 29544 29338 0 -1 4202496 105248 0 0 0 172 17 0 0 20 0 1 0 509997688 1202376704 149525 33554432000 4194304 4454172 140723466419872 140723466418256 4253379 0 4 0 8388610 0 0 0 17 3 0 0 0 0 0 6552832 6554400 6643712 140723466425165 140723466425372 140723466425372 140723466428342 0
/proc/29687/statm: 293549 149525 406 64 0 289217 0
[pid=29667/tid=29668] ppid=29544 vsize=8414124 memory=4100 CPUtime=0.82 cores=0-7
/proc/29667/task/29668/stat : 29668 (java) S 29544 29544 29338 0 -1 1077944384 17456 0 0 0 75 7 0 0 20 0 24 0 509997609 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603677781920 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29669] ppid=29544 vsize=8414124 memory=1804 CPUtime=0 cores=0-7
/proc/29667/task/29669/stat : 29669 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603710184208 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29670] ppid=29544 vsize=8414124 memory=916 CPUtime=0 cores=0-7
/proc/29667/task/29670/stat : 29670 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603191364496 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29671] ppid=29544 vsize=8414124 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/29667/task/29671/stat : 29671 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603190311952 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29672] ppid=29544 vsize=8414124 memory=1556 CPUtime=0 cores=0-7
/proc/29667/task/29672/stat : 29672 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603189259408 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29673] ppid=29544 vsize=8414124 memory=928 CPUtime=0 cores=0-7
/proc/29667/task/29673/stat : 29673 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603188205840 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29674] ppid=29544 vsize=8414124 memory=1772 CPUtime=0 cores=0-7
/proc/29667/task/29674/stat : 29674 (java) S 29544 29544 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603187153296 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29675] ppid=29544 vsize=8414124 memory=-7824251494390585189 CPUtime=0 cores=0-7
/proc/29667/task/29675/stat : 29675 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603186100752 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29676] ppid=29544 vsize=8414124 memory=1160 CPUtime=0 cores=0-7
/proc/29667/task/29676/stat : 29676 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 509997610 8616062976 30271 33554432000 4194304 4196468 140725291379232 140603185048208 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29677] ppid=29544 vsize=8414124 memory=1620 CPUtime=0 cores=0-7
/proc/29667/task/29677/stat : 29677 (java) S 29544 29544 29338 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 509997612 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602932972016 140603705952898 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29678] ppid=29544 vsize=8414124 memory=1136 CPUtime=0 cores=0-7
/proc/29667/task/29678/stat : 29678 (java) S 29544 29544 29338 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 509997612 8616062976 30271 33554432000 4194304 4196468 140725291379232 140601995552160 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29679] ppid=29544 vsize=8414124 memory=281193388459920 CPUtime=0 cores=0-7
/proc/29667/task/29679/stat : 29679 (java) S 29544 29544 29338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 509997612 8616062976 30271 33554432000 4194304 4196468 140725291379232 140601861330416 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29680] ppid=29544 vsize=8414124 memory=7374169745740813140 CPUtime=0 cores=0-7
/proc/29667/task/29680/stat : 29680 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140601486826192 140603705960347 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29681] ppid=29544 vsize=8414124 memory=7374169745740814161 CPUtime=0.1 cores=0-7
/proc/29667/task/29681/stat : 29681 (java) S 29544 29544 29338 0 -1 1077944384 743 0 0 0 10 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602931918832 140603705952898 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29682] ppid=29544 vsize=8414124 memory=7374169745740812374 CPUtime=0.09 cores=0-7
/proc/29667/task/29682/stat : 29682 (java) S 29544 29544 29338 0 -1 1077944384 280 0 0 0 9 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602930866288 140603705952898 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29683] ppid=29544 vsize=8414124 memory=1476 CPUtime=0.17 cores=0-7
/proc/29667/task/29683/stat : 29683 (java) S 29544 29544 29338 0 -1 1077944384 617 0 0 0 17 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602929813744 140603705952898 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29684] ppid=29544 vsize=8414124 memory=121084 CPUtime=0.22 cores=0-7
/proc/29667/task/29684/stat : 29684 (java) R 29544 29544 29338 0 -1 4202560 841 0 0 0 22 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602928761200 140603684880131 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29685] ppid=29544 vsize=8414124 memory=110820 CPUtime=0 cores=0-7
/proc/29667/task/29685/stat : 29685 (java) S 29544 29544 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 509997615 8616062976 30271 33554432000 4194304 4196468 140725291379232 140600988920544 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29686] ppid=29544 vsize=8414124 memory=1408 CPUtime=0 cores=0-7
/proc/29667/task/29686/stat : 29686 (java) S 29544 29544 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509997616 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602927709104 140603705952898 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29688] ppid=29544 vsize=8414124 memory=3436 CPUtime=0 cores=0-7
/proc/29667/task/29688/stat : 29688 (java) S 29544 29544 29338 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 509997688 8616062976 30271 33554432000 4194304 4196468 140725291379232 140602920232640 140603705966361 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29690] ppid=29544 vsize=8414124 memory=-7824251494390585189 CPUtime=0 cores=0-7
/proc/29667/task/29690/stat : 29690 (java) R 29544 29544 29338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 509997688 8616062976 30271 33554432000 4194304 4196468 140725291379232 140600317820208 140603705963581 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29691] ppid=29544 vsize=8414124 memory=16965528 CPUtime=0 cores=0-7
/proc/29667/task/29691/stat : 29691 (java) S 29544 29544 29338 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 509997688 8616062976 30271 33554432000 4194304 4196468 140725291379232 140600586255792 140603705963677 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
[pid=29667/tid=29692] ppid=29544 vsize=8414124 memory=1160 CPUtime=0 cores=0-7
/proc/29667/task/29692/stat : 29692 (java) S 29544 29544 29338 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 509997690 8616062976 30271 33554432000 4194304 4196468 140725291379232 140600049392816 140603705951957 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21458944 140725291381727 140725291381894 140725291381894 140725291384783 0
Current children cumulated CPU time: 1171.24 s
Current children cumulated vsize: 9701448 KiB
Current children cumulated memory: 720660 KiB

Child status: 0
Real time (s): 1000.87
CPU time (s): 1171.38
CPU user time (s): 1141.93
CPU system time (s): 29.4504
CPU usage (%): 117.037
Max. virtual memory (cumulated for all children) (KiB): 27443924
Max. memory (cumulated for all children) (KiB): 17051012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1141.93
system time used= 29.4504
maximum resident set size= 17049700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 433843
page faults= 0
swaps= 0
block input operations= 0
block output operations= 25512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42427
involuntary context switches= 2295


# summary of solver processes directly reported to runsolver:
#   pid: 29544
#   total CPU time (s): 1171.38
#   total CPU user time (s): 1141.93
#   total CPU system time (s): 29.4504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.28033 second user time and 10.4965 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-24 15:44:59
IDJOB=4405331
IDBENCH=126900
IDSOLVER=2867
FILE ID=node105/4405331-1569336399
RUNJOBID= node105-1569332278-29365
PBS_JOBID= 21705070
Free space on /var/tmp= 13096 MiB

SOLVER NAME= Fun-sCOP order+ManyGlucose (2019-09-22)
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000b-int.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -order DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405331-1569336399/watcher-4405331-1569336399 -o /var/tmp/evaluation-result-4405331-1569336399/solver-4405331-1569336399 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node105-1569332278-29365 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405331-1569336399.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=969539028

node105.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.00
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.00
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.00
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.00
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:        26161464 kB
MemAvailable:   31801084 kB
Buffers:          109448 kB
Cached:          5662424 kB
SwapCached:        48356 kB
Active:          2908628 kB
Inactive:        2911220 kB
Active(anon):       3180 kB
Inactive(anon):    99568 kB
Active(file):    2905448 kB
Inactive(file):  2811652 kB
Unevictable:      110928 kB
Mlocked:          110928 kB
SwapTotal:      67108860 kB
SwapFree:       66956832 kB
Dirty:            103808 kB
Writeback:             0 kB
AnonPages:        112392 kB
Mapped:            54336 kB
Shmem:             45908 kB
Slab:             379132 kB
SReclaimable:     350980 kB
SUnreclaim:        28152 kB
KernelStack:        3344 kB
PageTables:         5236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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 /var/tmp at the end= 13076 MiB
End job on node105 at 2019-09-24 16:01:40