Trace number 4392471

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-06-15)UNSAT 1237.8 1058.32

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-10869-serial-file.bin HOME/instance-4392471-1568427750.xml
0.66/0.60	
0.66/0.60	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
0.66/0.60	
0.77/0.63	c BEGIN-Prog: Thu Dec 15 10:42:55 CET 2011
0.77/0.63	c PID: 10872
0.77/0.63	c IP: 172.20.3.120
0.77/0.63	c HOST: node120.alineos.net
0.77/0.64	c (0,0) Parsing Begin
162.10/107.21	c (106,99) Parsing End
162.10/107.22	c (106,99) CSP: 1000 int (0 aux), 0 bool (0 aux), 1998000 ctr, max domain size 999
162.10/107.22	c (106,99) Heap : 3221 MiB used (max 20025 MiB), NonHeap : 23 MiB used (max 0 MiB)
162.10/107.22	c (106,99) Constraint Name Generate Begin
168.22/113.17	c (112,105) Ctr:HOME/instance-4392471-1568427750.xml,Eq:Imp:Le:Num:Var
168.22/113.17	c (112,105) Constraint Name Generate End
168.22/113.17	c (112,105) Heap : 4572 MiB used (max 20025 MiB), NonHeap : 23 MiB used (max 0 MiB)
168.22/113.17	c (112,105) CSP to CSPinCNF Begin
176.40/120.24	c (119,112) translated 199800 (10%) constraints
188.34/127.50	c (126,119) translated 399600 (20%) constraints
194.93/134.09	c (133,126) translated 599400 (30%) constraints
201.62/140.70	c (140,132) translated 799200 (40%) constraints
221.05/148.92	c (148,139) translated 999000 (50%) constraints
228.00/155.66	c (155,146) translated 1198800 (60%) constraints
234.71/162.35	c (161,152) translated 1398600 (70%) constraints
245.72/169.63	c (169,159) translated 1598400 (80%) constraints
252.33/176.29	c (175,166) translated 1798200 (90%) constraints
259.09/182.97	c (182,172) translated 1998000 (100%) constraints
259.09/182.97	c (182,172) ===========================================
259.09/182.97	c (182,172) Order
259.09/182.97	c (182,172) ===========================================
263.19/186.35	c (185,176) translated 199800 (10%) constraints
266.50/189.66	c (189,179) translated 399600 (20%) constraints
274.94/193.54	c (192,182) translated 599400 (30%) constraints
278.14/196.77	c (196,185) translated 799200 (40%) constraints
281.34/200.00	c (199,189) translated 999000 (50%) constraints
302.37/215.56	c (214,204) translated 1198800 (60%) constraints
322.53/231.00	c (230,218) translated 1398600 (70%) constraints
342.92/246.14	c (245,233) translated 1598400 (80%) constraints
364.43/262.08	c (261,248) translated 1798200 (90%) constraints
385.32/277.33	c (276,262) translated 1998000 (100%) constraints
385.32/277.34	c (276,262) CSP to CSPinCNF End
385.63/277.64	c (277,263) CSP: 1000 int (0 aux), 999000 bool (999000 aux), 3996000 ctr, max domain size 999
385.63/277.64	c (277,263) Heap : 8616 MiB used (max 21408 MiB), NonHeap : 27 MiB used (max 0 MiB)
385.63/277.64	c (277,263) CSPinCNF Propagation Begin
1217.65/1047.12	c (1046,1023) 1722360 values, 2597771 unsatisfiable literals, and 3564861 valid clauses are removed
1217.65/1047.12	c (1046,1023) CSPinCNF Propagation End
1218.04/1047.57	c (1046,1024) CSP: 986 int (0 aux), 999014 bool (999000 aux), 431139 ctr, max domain size 790
1218.04/1047.57	c (1046,1024) Heap : 13973 MiB used (max 21650 MiB), NonHeap : 26 MiB used (max 0 MiB)
1218.15/1047.65	c (1047,1024) Simplify CSPinCNF Begin
1219.23/1048.48	c (1047,1024) Simplify CSPinCNF End
1219.73/1048.94	c (1048,1025) CSP: 986 int (0 aux), 999014 bool (999000 aux), 431139 ctr, max domain size 790
1219.73/1048.94	c (1048,1025) Heap : 14433 MiB used (max 21650 MiB), NonHeap : 27 MiB used (max 0 MiB)
1219.73/1048.94	c (1048,1025) Calculate Precise Domain Begin
1219.73/1048.94	c (1048,1025) 0 values are removed by re-calculation
1219.73/1048.94	c (1048,1025) Calculate Precise Domain End
1220.23/1049.40	c (1048,1025) CSP: 986 int (0 aux), 999014 bool (999000 aux), 431139 ctr, max domain size 790
1220.23/1049.40	c (1048,1025) Heap : 14433 MiB used (max 21650 MiB), NonHeap : 27 MiB used (max 0 MiB)
1220.23/1049.41	c (1048,1025) CSPinCNF to SatSolver Begin
1230.44/1052.15	c (1051,1027) 43114 (10 %) CSP clauses are encoded (0 SAT variables, 179014 SAT clauses)
1230.79/1052.49	c (1051,1028) 86228 (20 %) CSP clauses are encoded (0 SAT variables, 222128 SAT clauses)
1231.20/1052.82	c (1052,1028) 129342 (30 %) CSP clauses are encoded (0 SAT variables, 265242 SAT clauses)
1231.52/1053.15	c (1052,1028) 172456 (40 %) CSP clauses are encoded (0 SAT variables, 308356 SAT clauses)
1231.80/1053.48	c (1052,1029) 215570 (50 %) CSP clauses are encoded (0 SAT variables, 351470 SAT clauses)
1232.20/1053.81	c (1053,1029) 258684 (60 %) CSP clauses are encoded (0 SAT variables, 394584 SAT clauses)
1232.51/1054.13	c (1053,1029) 301798 (70 %) CSP clauses are encoded (0 SAT variables, 437698 SAT clauses)
1232.80/1054.46	c (1053,1030) 344912 (80 %) CSP clauses are encoded (0 SAT variables, 480812 SAT clauses)
1233.10/1054.79	c (1054,1030) 388026 (90 %) CSP clauses are encoded (0 SAT variables, 523926 SAT clauses)
1233.51/1055.11	c (1054,1030) 431139 (100 %) CSP clauses are encoded (0 SAT variables, 567039 SAT clauses)
1233.51/1055.11	c (1054,1030) CSPinCNF to SatSolver End
1233.51/1055.11	c (1054,1030) Heap : 12640 MiB used (max 21638 MiB), NonHeap : 29 MiB used (max 0 MiB)
1233.51/1055.11	c (1054,1030) 274640 bool, 567040 clause
1233.51/1055.11	c (1054,1030) Export Begin
1233.67/1055.27	c (1054,1030) Export to HOME/scop-10869-serial-file.bin
1233.67/1055.27	c (1054,1030) Export End
1233.67/1055.27	c (1054,1030) Export File Size: 0.16 MB
1233.67/1055.27	c (1054,1030) 106,112,277,1046,1048,1048,1054,STOP-AFTER(DIMACS)
1233.67/1055.27	c END-Prog: Thu Dec 15 11:00:29 CET 2011
0.00/1055.36	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-10869-serial-file.bin
1234.01/1055.88	c (0,0) Read Serial File Begin
1234.01/1055.88	c (0,0) HOME/scop-10869-serial-file.bin
1235.16/1056.34	c (0,0) Read Serial File End
1235.16/1056.35	
1235.16/1056.35	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
1235.16/1056.35	(Solving Process)
1235.16/1056.35	
1235.16/1056.38	c BEGIN-Prog: Thu Dec 15 11:00:31 CET 2011
1235.16/1056.38	c PID: 10975
1235.16/1056.38	c IP: 172.20.3.120
1235.16/1056.38	c HOST: node120.alineos.net
1235.16/1056.38	c (0,0) SatSolver.solve Begin
1235.16/1056.38	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4392471-1568427750.xml-scop-10872.cnf
1235.43/1056.41	c (0,0) c
1235.43/1056.41	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)
1235.43/1056.41	c (0,0) c
1235.43/1056.41	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
1235.43/1056.41	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
1235.43/1056.41	c (0,0) c ========================================[ Problem Statistics ]===========================================
1235.43/1056.41	c (0,0) c |                                                                                                       |
1235.60/1056.76	c (0,0) c |  Number of variables:        274640                                                                   |
1235.60/1056.76	c (0,0) c |  Number of clauses:          567040                                                                   |
1235.60/1056.76	c (0,0) c |  Parse time:                   0.31 s                                                                 |
1235.60/1056.76	c (0,0) c |                                                                                                       |
1236.78/1057.65	c (1,0) c |  Simplification time:          0.88 s                                                                 |
1236.78/1057.65	c (1,0) c |                                                                                                       |
1236.78/1057.65	c (1,0) c |  Generating clones                                                                                    |
1237.39/1058.23	c (2,0) c |  all clones generated. Memory =   602.54Mb.                                                           |
1237.39/1058.23	c (2,0) c ========================================================================================================|
1237.39/1058.23	c (2,0) c
1237.39/1058.23	c (2,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
1237.39/1058.23	c (2,0) c
1237.39/1058.23	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1237.39/1058.23	c (2,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
1237.39/1058.23	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1237.39/1058.23	c (2,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
1237.39/1058.23	c (2,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
1237.39/1058.23	c (2,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
1237.39/1058.23	c (2,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
1237.39/1058.23	c (2,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
1237.39/1058.23	c (2,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
1237.39/1058.23	c (2,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
1237.39/1058.23	c (2,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
1237.39/1058.23	c (2,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
1237.39/1058.23	c (2,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
1237.39/1058.23	c (2,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
1237.39/1058.23	c (2,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
1237.39/1058.23	c (2,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
1237.39/1058.23	c (2,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
1237.39/1058.23	c (2,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
1237.39/1058.23	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1237.39/1058.27	c (2,0) c
1237.39/1058.27	c (2,0) c real time : 1.85689 s
1237.39/1058.27	c (2,0) c cpu time  : 1.85269 s
1237.39/1058.27	c (2,0) c
1237.39/1058.27	c (2,0) c
1237.39/1058.27	c (2,0) c
1237.39/1058.27	c (2,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
1237.39/1058.27	c (2,0) c
1237.39/1058.27	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1237.39/1058.27	c (2,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
1237.39/1058.27	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1237.39/1058.27	c (2,0) c | Conflicts     |              61 |          7 |          6 |          7 |          7 |         10 |          7 |          9 |          8 |
1237.39/1058.27	c (2,0) c | Decisions     |              56 |          7 |          5 |          6 |          6 |          9 |          6 |          9 |          8 |
1237.39/1058.27	c (2,0) c | Propagations  |          142567 |      18057 |      18436 |      19206 |      21958 |      16073 |      14119 |      16661 |      18057 |
1237.39/1058.27	c (2,0) c | ReduceDBs     |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1237.39/1058.27	c (2,0) c | SimpDBs       |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
1237.39/1058.27	c (2,0) c | Restarts      |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
1237.39/1058.27	c (2,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1237.39/1058.27	c (2,0) c | PropBinClauses|          292833 |      35296 |      37029 |      36626 |      35181 |      37481 |      37194 |      38750 |      35276 |
1237.39/1058.27	c (2,0) c | PropPreBlocker|          355332 |      42390 |      45411 |      44893 |      42533 |      44705 |      44997 |      47232 |      43171 |
1237.39/1058.27	c (2,0) c | PropNotBlocker|          135985 |      16127 |      17562 |      17308 |      16355 |      16690 |      16883 |      18125 |      16935 |
1237.39/1058.27	c (2,0) c | LitFullScans  |         1733442 |     126799 |     214441 |     258160 |     197803 |     270651 |     196472 |     243508 |     225608 |
1237.39/1058.27	c (2,0) c | LitScanFracts |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1237.39/1058.27	c (2,0) c | DecisionLevel0|              17 |          3 |          2 |          2 |          2 |          2 |          2 |          2 |          2 |
1237.39/1058.27	c (2,0) c | Periods       |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1237.39/1058.27	c (2,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
1237.39/1058.27	c (2,0) c | Avg_Trail     |                 |      11454 |      11710 |      11811 |      10229 |      10962 |      10876 |      10946 |      10500 |
1237.39/1058.27	c (2,0) c | Avg_DL        |                 |          1 |          2 |          2 |          2 |          3 |          2 |          3 |          2 |
1237.39/1058.27	c (2,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1237.39/1058.27	c (2,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1237.39/1058.27	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1237.39/1058.27	c (2,0) c | Exported      |              13 |          3 |          1 |          2 |          1 |          2 |          1 |          1 |          2 |
1237.39/1058.27	c (2,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1237.39/1058.27	c (2,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1237.39/1058.27	c (2,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1237.39/1058.27	c (2,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1237.39/1058.27	c (2,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1237.39/1058.27	c (2,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1237.39/1058.27	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1237.39/1058.27	c (2,0) c | Unaries       |                 |          2 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
1237.39/1058.27	c (2,0) c | Binaries      |                 |          1 |          0 |          0 |          1 |          1 |          1 |          1 |          1 |
1237.39/1058.27	c (2,0) c | Glues         |                 |          3 |          1 |          2 |          1 |          2 |          1 |          1 |          2 |
1237.39/1058.27	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1237.39/1058.27	c (2,0) c | Orig_Seen     |            22 % |      10120 |      13360 |      13445 |      13457 |      13459 |      13302 |      13094 |      13232 |
1237.39/1058.27	c (2,0) c | Diff Orig seen|                 |      X     |       3240 |       3325 |       3337 |       3339 |       3182 |       2974 |       3112 |
1237.39/1058.27	c (2,0) c | Hamming       |             0 % |      X     |        696 |        621 |        681 |        727 |        676 |        985 |        537 |
1237.39/1058.27	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1237.39/1058.27	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%|
1237.39/1058.27	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%|
1237.39/1058.27	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%|
1237.39/1058.27	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%|
1237.39/1058.27	c (2,0) c | SolvingTime   |                 |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |
1237.39/1058.27	c (2,0) c | PropagationTim|                 |    0.0  70%|    0.0  61%|    0.0  53%|    0.0  58%|    0.0  50%|    0.0  51%|    0.0  63%|    0.0  51%|
1237.39/1058.27	c (2,0) c | AnalysisTime  |                 |    0.0  19%|    0.0  36%|    0.0  38%|    0.0  36%|    0.0  47%|    0.0  42%|    0.0  34%|    0.0  40%|
1237.39/1058.27	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%|
1237.39/1058.27	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%|
1237.39/1058.27	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%|
1237.39/1058.27	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%|
1237.39/1058.27	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1237.39/1058.27	c (2,0) c
1237.39/1058.27	c (2,0) c
1237.39/1058.27	c (2,0) c Threads : 8
1237.39/1058.27	c (2,0) c Winner : 0
1237.39/1058.27	c (2,0) c Conflicts_0 : 7
1237.39/1058.27	c (2,0) c Conflicts_1 : 6
1237.39/1058.27	c (2,0) c Conflicts_2 : 7
1237.39/1058.27	c (2,0) c Conflicts_3 : 7
1237.39/1058.27	c (2,0) c Conflicts_4 : 10
1237.39/1058.27	c (2,0) c Conflicts_5 : 7
1237.39/1058.27	c (2,0) c Conflicts_6 : 9
1237.39/1058.27	c (2,0) c Conflicts_7 : 8
1237.39/1058.27	c (2,0) c Conflicts_total : 61
1237.39/1058.27	c (2,0) c Conflicts_winner : 7
1237.39/1058.27	c (2,0) c Decisions_0 : 7
1237.39/1058.27	c (2,0) c Decisions_1 : 5
1237.39/1058.27	c (2,0) c Decisions_2 : 6
1237.39/1058.27	c (2,0) c Decisions_3 : 6
1237.39/1058.27	c (2,0) c Decisions_4 : 9
1237.39/1058.27	c (2,0) c Decisions_5 : 6
1237.39/1058.27	c (2,0) c Decisions_6 : 9
1237.39/1058.27	c (2,0) c Decisions_7 : 8
1237.39/1058.27	c (2,0) c Decisions_total : 56
1237.39/1058.27	c (2,0) c Decisions_winner : 7
1237.39/1058.27	c (2,0) c Propagations_0 : 18057
1237.39/1058.27	c (2,0) c Propagations_1 : 18436
1237.39/1058.27	c (2,0) c Propagations_2 : 19206
1237.39/1058.27	c (2,0) c Propagations_3 : 21958
1237.39/1058.27	c (2,0) c Propagations_4 : 16073
1237.39/1058.27	c (2,0) c Propagations_5 : 14119
1237.39/1058.27	c (2,0) c Propagations_6 : 16661
1237.39/1058.27	c (2,0) c Propagations_7 : 18057
1237.39/1058.27	c (2,0) c Propagations_total : 142567
1237.39/1058.27	c (2,0) c Propagations_winner : 18057
1237.39/1058.27	c (2,0) c ReduceDBs_0 : 0
1237.39/1058.27	c (2,0) c ReduceDBs_1 : 0
1237.39/1058.27	c (2,0) c ReduceDBs_2 : 0
1237.39/1058.27	c (2,0) c ReduceDBs_3 : 0
1237.39/1058.27	c (2,0) c ReduceDBs_4 : 0
1237.39/1058.27	c (2,0) c ReduceDBs_5 : 0
1237.39/1058.27	c (2,0) c ReduceDBs_6 : 0
1237.39/1058.27	c (2,0) c ReduceDBs_7 : 0
1237.39/1058.27	c (2,0) c ReduceDBs_total : 0
1237.39/1058.27	c (2,0) c ReduceDBs_winner : 0
1237.39/1058.27	c (2,0) c SimpDBs_0 : 1
1237.39/1058.27	c (2,0) c SimpDBs_1 : 1
1237.39/1058.27	c (2,0) c SimpDBs_2 : 1
1237.39/1058.27	c (2,0) c SimpDBs_3 : 1
1237.39/1058.27	c (2,0) c SimpDBs_4 : 1
1237.39/1058.27	c (2,0) c SimpDBs_5 : 1
1237.39/1058.27	c (2,0) c SimpDBs_6 : 1
1237.39/1058.27	c (2,0) c SimpDBs_7 : 1
1237.39/1058.27	c (2,0) c SimpDBs_total : 8
1237.39/1058.27	c (2,0) c SimpDBs_winner : 1
1237.39/1058.27	c (2,0) c Restarts_0 : 1
1237.39/1058.27	c (2,0) c Restarts_1 : 1
1237.39/1058.27	c (2,0) c Restarts_2 : 1
1237.39/1058.27	c (2,0) c Restarts_3 : 1
1237.39/1058.27	c (2,0) c Restarts_4 : 1
1237.39/1058.27	c (2,0) c Restarts_5 : 1
1237.39/1058.27	c (2,0) c Restarts_6 : 1
1237.39/1058.27	c (2,0) c Restarts_7 : 1
1237.39/1058.27	c (2,0) c Restarts_total : 8
1237.39/1058.27	c (2,0) c Restarts_winner : 1
1237.39/1058.27	c (2,0) c ForcedImports_0 : 0
1237.39/1058.27	c (2,0) c ForcedImports_1 : 0
1237.39/1058.27	c (2,0) c ForcedImports_2 : 0
1237.39/1058.27	c (2,0) c ForcedImports_3 : 0
1237.39/1058.27	c (2,0) c ForcedImports_4 : 0
1237.39/1058.27	c (2,0) c ForcedImports_5 : 0
1237.39/1058.27	c (2,0) c ForcedImports_6 : 0
1237.39/1058.27	c (2,0) c ForcedImports_7 : 0
1237.39/1058.27	c (2,0) c ForcedImports_total : 0
1237.39/1058.27	c (2,0) c ForcedImports_winner : 0
1237.39/1058.27	c (2,0) c PropsBinClauses_0 : 35296
1237.39/1058.27	c (2,0) c PropsBinClauses_1 : 37029
1237.39/1058.27	c (2,0) c PropsBinClauses_2 : 36626
1237.39/1058.27	c (2,0) c PropsBinClauses_3 : 35181
1237.39/1058.27	c (2,0) c PropsBinClauses_4 : 37481
1237.39/1058.27	c (2,0) c PropsBinClauses_5 : 37194
1237.39/1058.27	c (2,0) c PropsBinClauses_6 : 38750
1237.39/1058.27	c (2,0) c PropsBinClauses_7 : 35276
1237.39/1058.27	c (2,0) c PropsBinClauses_total : 292833
1237.39/1058.27	c (2,0) c PropsBinClauses_winner : 35296
1237.39/1058.27	c (2,0) c PropsPreBlocker_0 : 42390
1237.39/1058.27	c (2,0) c PropsPreBlocker_1 : 45411
1237.39/1058.27	c (2,0) c PropsPreBlocker_2 : 44893
1237.39/1058.27	c (2,0) c PropsPreBlocker_3 : 42533
1237.39/1058.27	c (2,0) c PropsPreBlocker_4 : 44705
1237.39/1058.27	c (2,0) c PropsPreBlocker_5 : 44997
1237.39/1058.27	c (2,0) c PropsPreBlocker_6 : 47232
1237.39/1058.27	c (2,0) c PropsPreBlocker_7 : 43171
1237.39/1058.27	c (2,0) c PropsPreBlocker_total : 355332
1237.39/1058.27	c (2,0) c PropsPreBlocker_winner : 42390
1237.39/1058.27	c (2,0) c PropsNotBlocker_0 : 16127
1237.39/1058.27	c (2,0) c PropsNotBlocker_1 : 17562
1237.39/1058.27	c (2,0) c PropsNotBlocker_2 : 17308
1237.39/1058.27	c (2,0) c PropsNotBlocker_3 : 16355
1237.39/1058.27	c (2,0) c PropsNotBlocker_4 : 16690
1237.39/1058.27	c (2,0) c PropsNotBlocker_5 : 16883
1237.39/1058.27	c (2,0) c PropsNotBlocker_6 : 18125
1237.39/1058.27	c (2,0) c PropsNotBlocker_7 : 16935
1237.39/1058.27	c (2,0) c PropsNotBlocker_total : 135985
1237.39/1058.27	c (2,0) c PropsNotBlocker_winner : 16127
1237.39/1058.27	c (2,0) c PropsLitFullScans_0 : 126799
1237.39/1058.27	c (2,0) c PropsLitFullScans_1 : 214441
1237.39/1058.27	c (2,0) c PropsLitFullScans_2 : 258160
1237.39/1058.27	c (2,0) c PropsLitFullScans_3 : 197803
1237.39/1058.27	c (2,0) c PropsLitFullScans_4 : 270651
1237.39/1058.27	c (2,0) c PropsLitFullScans_5 : 196472
1237.39/1058.27	c (2,0) c PropsLitFullScans_6 : 243508
1237.39/1058.28	c (2,0) c PropsLitFullScans_7 : 225608
1237.39/1058.28	c (2,0) c PropsLitFullScans_total : 1733442
1237.39/1058.28	c (2,0) c PropsLitFullScans_winner : 126799
1237.39/1058.28	c (2,0) c LitScanFractions_0 : 0
1237.39/1058.28	c (2,0) c LitScanFractions_1 : 0
1237.39/1058.28	c (2,0) c LitScanFractions_2 : 0
1237.39/1058.28	c (2,0) c LitScanFractions_3 : 0
1237.39/1058.28	c (2,0) c LitScanFractions_4 : 0
1237.39/1058.28	c (2,0) c LitScanFractions_5 : 0
1237.39/1058.28	c (2,0) c LitScanFractions_6 : 0
1237.39/1058.28	c (2,0) c LitScanFractions_7 : 0
1237.39/1058.28	c (2,0) c LitScanFractions_total : 0
1237.39/1058.28	c (2,0) c LitScanFractions_winner : 0
1237.39/1058.28	c (2,0) c DecisionLevel0_0 : 3
1237.39/1058.28	c (2,0) c DecisionLevel0_1 : 2
1237.39/1058.28	c (2,0) c DecisionLevel0_2 : 2
1237.39/1058.28	c (2,0) c DecisionLevel0_3 : 2
1237.39/1058.28	c (2,0) c DecisionLevel0_4 : 2
1237.39/1058.28	c (2,0) c DecisionLevel0_5 : 2
1237.39/1058.28	c (2,0) c DecisionLevel0_6 : 2
1237.39/1058.28	c (2,0) c DecisionLevel0_7 : 2
1237.39/1058.28	c (2,0) c DecisionLevel0_total : 17
1237.39/1058.28	c (2,0) c DecisionLevel0_winner : 3
1237.39/1058.28	c (2,0) c Periods_0 : 0
1237.39/1058.28	c (2,0) c Periods_1 : 0
1237.39/1058.28	c (2,0) c Periods_2 : 0
1237.39/1058.28	c (2,0) c Periods_3 : 0
1237.39/1058.28	c (2,0) c Periods_4 : 0
1237.39/1058.28	c (2,0) c Periods_5 : 0
1237.39/1058.28	c (2,0) c Periods_6 : 0
1237.39/1058.28	c (2,0) c Periods_7 : 0
1237.39/1058.28	c (2,0) c Periods_total : 0
1237.39/1058.28	c (2,0) c Periods_winner : 0
1237.39/1058.28	c (2,0) c Margin_0 : 20
1237.39/1058.28	c (2,0) c Margin_1 : 20
1237.39/1058.28	c (2,0) c Margin_2 : 20
1237.39/1058.28	c (2,0) c Margin_3 : 20
1237.39/1058.28	c (2,0) c Margin_4 : 20
1237.39/1058.28	c (2,0) c Margin_5 : 20
1237.39/1058.28	c (2,0) c Margin_6 : 20
1237.39/1058.28	c (2,0) c Margin_7 : 20
1237.39/1058.28	c (2,0) c Margin_total : 160
1237.39/1058.28	c (2,0) c Margin_winner : 20
1237.39/1058.28	c (2,0) c Exported_0 : 3
1237.39/1058.28	c (2,0) c Exported_1 : 1
1237.39/1058.28	c (2,0) c Exported_2 : 2
1237.39/1058.28	c (2,0) c Exported_3 : 1
1237.39/1058.28	c (2,0) c Exported_4 : 2
1237.39/1058.28	c (2,0) c Exported_5 : 1
1237.39/1058.28	c (2,0) c Exported_6 : 1
1237.39/1058.28	c (2,0) c Exported_7 : 2
1237.39/1058.28	c (2,0) c Exported_total : 13
1237.39/1058.28	c (2,0) c Exported_winner : 3
1237.39/1058.28	c (2,0) c Imported_0 : 0
1237.39/1058.28	c (2,0) c Imported_1 : 0
1237.39/1058.28	c (2,0) c Imported_2 : 0
1237.39/1058.28	c (2,0) c Imported_3 : 0
1237.39/1058.28	c (2,0) c Imported_4 : 0
1237.39/1058.28	c (2,0) c Imported_5 : 0
1237.39/1058.28	c (2,0) c Imported_6 : 0
1237.39/1058.28	c (2,0) c Imported_7 : 0
1237.39/1058.28	c (2,0) c Imported_total : 0
1237.39/1058.28	c (2,0) c Imported_winner : 0
1237.39/1058.28	c (2,0) c Good_0 : 0
1237.39/1058.28	c (2,0) c Good_1 : 0
1237.39/1058.28	c (2,0) c Good_2 : 0
1237.39/1058.28	c (2,0) c Good_3 : 0
1237.39/1058.28	c (2,0) c Good_4 : 0
1237.39/1058.28	c (2,0) c Good_5 : 0
1237.39/1058.28	c (2,0) c Good_6 : 0
1237.39/1058.28	c (2,0) c Good_7 : 0
1237.39/1058.28	c (2,0) c Good_total : 0
1237.39/1058.28	c (2,0) c Good_winner : 0
1237.39/1058.28	c (2,0) c Purge_0 : 0
1237.39/1058.28	c (2,0) c Purge_1 : 0
1237.39/1058.28	c (2,0) c Purge_2 : 0
1237.39/1058.28	c (2,0) c Purge_3 : 0
1237.39/1058.28	c (2,0) c Purge_4 : 0
1237.39/1058.28	c (2,0) c Purge_5 : 0
1237.39/1058.28	c (2,0) c Purge_6 : 0
1237.39/1058.28	c (2,0) c Purge_7 : 0
1237.39/1058.28	c (2,0) c Purge_total : 0
1237.39/1058.28	c (2,0) c Purge_winner : 0
1237.39/1058.28	c (2,0) c Promoted_0 : 0
1237.39/1058.28	c (2,0) c Promoted_1 : 0
1237.39/1058.28	c (2,0) c Promoted_2 : 0
1237.39/1058.28	c (2,0) c Promoted_3 : 0
1237.39/1058.28	c (2,0) c Promoted_4 : 0
1237.39/1058.28	c (2,0) c Promoted_5 : 0
1237.39/1058.28	c (2,0) c Promoted_6 : 0
1237.39/1058.28	c (2,0) c Promoted_7 : 0
1237.39/1058.28	c (2,0) c Promoted_total : 0
1237.39/1058.28	c (2,0) c Promoted_winner : 0
1237.39/1058.28	c (2,0) c Remove_Imp_0 : 0
1237.39/1058.28	c (2,0) c Remove_Imp_1 : 0
1237.39/1058.28	c (2,0) c Remove_Imp_2 : 0
1237.39/1058.28	c (2,0) c Remove_Imp_3 : 0
1237.39/1058.28	c (2,0) c Remove_Imp_4 : 0
1237.39/1058.28	c (2,0) c Remove_Imp_5 : 0
1237.39/1058.28	c (2,0) c Remove_Imp_6 : 0
1237.39/1058.28	c (2,0) c Remove_Imp_7 : 0
1237.39/1058.28	c (2,0) c Remove_Imp_total : 0
1237.39/1058.28	c (2,0) c Remove_Imp_winner : 0
1237.39/1058.28	c (2,0) c Blocked_Reuse_0 : 0
1237.39/1058.28	c (2,0) c Blocked_Reuse_1 : 0
1237.39/1058.28	c (2,0) c Blocked_Reuse_2 : 0
1237.39/1058.28	c (2,0) c Blocked_Reuse_3 : 0
1237.39/1058.28	c (2,0) c Blocked_Reuse_4 : 0
1237.39/1058.28	c (2,0) c Blocked_Reuse_5 : 0
1237.39/1058.28	c (2,0) c Blocked_Reuse_6 : 0
1237.39/1058.28	c (2,0) c Blocked_Reuse_7 : 0
1237.39/1058.28	c (2,0) c Blocked_Reuse_total : 0
1237.39/1058.28	c (2,0) c Blocked_Reuse_winner : 0
1237.39/1058.28	c (2,0) c Unaries_0 : 2
1237.39/1058.28	c (2,0) c Unaries_1 : 1
1237.39/1058.28	c (2,0) c Unaries_2 : 1
1237.39/1058.28	c (2,0) c Unaries_3 : 1
1237.39/1058.28	c (2,0) c Unaries_4 : 1
1237.39/1058.28	c (2,0) c Unaries_5 : 1
1237.39/1058.28	c (2,0) c Unaries_6 : 1
1237.39/1058.28	c (2,0) c Unaries_7 : 1
1237.39/1058.28	c (2,0) c Unaries_total : 9
1237.39/1058.28	c (2,0) c Unaries_winner : 2
1237.39/1058.28	c (2,0) c Binaries_0 : 1
1237.39/1058.28	c (2,0) c Binaries_1 : 0
1237.39/1058.28	c (2,0) c Binaries_2 : 0
1237.39/1058.28	c (2,0) c Binaries_3 : 1
1237.39/1058.28	c (2,0) c Binaries_4 : 1
1237.39/1058.28	c (2,0) c Binaries_5 : 1
1237.39/1058.28	c (2,0) c Binaries_6 : 1
1237.39/1058.28	c (2,0) c Binaries_7 : 1
1237.39/1058.28	c (2,0) c Binaries_total : 6
1237.39/1058.28	c (2,0) c Binaries_winner : 1
1237.39/1058.28	c (2,0) c Glues_0 : 3
1237.39/1058.28	c (2,0) c Glues_1 : 1
1237.39/1058.28	c (2,0) c Glues_2 : 2
1237.39/1058.28	c (2,0) c Glues_3 : 1
1237.39/1058.28	c (2,0) c Glues_4 : 2
1237.39/1058.28	c (2,0) c Glues_5 : 1
1237.39/1058.28	c (2,0) c Glues_6 : 1
1237.39/1058.28	c (2,0) c Glues_7 : 2
1237.39/1058.28	c (2,0) c Glues_total : 13
1237.39/1058.28	c (2,0) c Glues_winner : 3
1237.39/1058.28	c (2,0) c RunningTime_0 : 0.025298
1237.39/1058.28	c (2,0) c RunningTime_1 : 0.028220
1237.39/1058.28	c (2,0) c RunningTime_2 : 0.023962
1237.39/1058.28	c (2,0) c RunningTime_3 : 0.032497
1237.39/1058.28	c (2,0) c RunningTime_4 : 0.026495
1237.39/1058.28	c (2,0) c RunningTime_5 : 0.031644
1237.39/1058.28	c (2,0) c RunningTime_6 : 0.029499
1237.39/1058.28	c (2,0) c RunningTime_7 : 0.024118
1237.39/1058.28	c (2,0) c RunningTime_total : 0.221733
1237.39/1058.28	c (2,0) c RunningTime_winner : 0.025298
1237.39/1058.28	c (2,0) c WaitingTime_0 : 0.000000
1237.39/1058.28	c (2,0) c WaitingTime_1 : 0.000000
1237.39/1058.28	c (2,0) c WaitingTime_2 : 0.000000
1237.39/1058.28	c (2,0) c WaitingTime_3 : 0.000000
1237.39/1058.28	c (2,0) c WaitingTime_4 : 0.000000
1237.39/1058.28	c (2,0) c WaitingTime_5 : 0.000000
1237.39/1058.28	c (2,0) c WaitingTime_6 : 0.000000
1237.39/1058.28	c (2,0) c WaitingTime_7 : 0.000000
1237.39/1058.28	c (2,0) c WaitingTime_total : 0.000000
1237.39/1058.28	c (2,0) c WaitingTime_winner : 0.000000
1237.39/1058.28	c (2,0) c ExchangingTime_0 : 0.000014
1237.39/1058.28	c (2,0) c ExchangingTime_1 : 0.000005
1237.39/1058.28	c (2,0) c ExchangingTime_2 : 0.000009
1237.39/1058.28	c (2,0) c ExchangingTime_3 : 0.000003
1237.39/1058.28	c (2,0) c ExchangingTime_4 : 0.000010
1237.39/1058.28	c (2,0) c ExchangingTime_5 : 0.000005
1237.39/1058.28	c (2,0) c ExchangingTime_6 : 0.000007
1237.39/1058.28	c (2,0) c ExchangingTime_7 : 0.000015
1237.39/1058.28	c (2,0) c ExchangingTime_total : 0.000068
1237.39/1058.28	c (2,0) c ExchangingTime_winner : 0.000014
1237.39/1058.28	c (2,0) c PeriodProcTime_0 : 0.000000
1237.39/1058.28	c (2,0) c PeriodProcTime_1 : 0.000000
1237.39/1058.28	c (2,0) c PeriodProcTime_2 : 0.000000
1237.39/1058.28	c (2,0) c PeriodProcTime_3 : 0.000000
1237.39/1058.28	c (2,0) c PeriodProcTime_4 : 0.000000
1237.39/1058.28	c (2,0) c PeriodProcTime_5 : 0.000000
1237.39/1058.28	c (2,0) c PeriodProcTime_6 : 0.000000
1237.39/1058.28	c (2,0) c PeriodProcTime_7 : 0.000000
1237.39/1058.28	c (2,0) c PeriodProcTime_total : 0.000000
1237.39/1058.28	c (2,0) c PeriodProcTime_winner : 0.000000
1237.39/1058.28	c (2,0) c SolvingTime_0 : 0.025312
1237.39/1058.28	c (2,0) c SolvingTime_1 : 0.028225
1237.39/1058.28	c (2,0) c SolvingTime_2 : 0.023971
1237.39/1058.28	c (2,0) c SolvingTime_3 : 0.032500
1237.39/1058.28	c (2,0) c SolvingTime_4 : 0.026505
1237.39/1058.28	c (2,0) c SolvingTime_5 : 0.031649
1237.39/1058.28	c (2,0) c SolvingTime_6 : 0.029506
1237.39/1058.28	c (2,0) c SolvingTime_7 : 0.024133
1237.39/1058.28	c (2,0) c SolvingTime_total : 0.221801
1237.39/1058.28	c (2,0) c SolvingTime_winner : 0.025312
1237.39/1058.28	c (2,0) c PropagationTime_0 : 0.017744
1237.39/1058.28	c (2,0) c PropagationTime_1 : 0.017301
1237.39/1058.28	c (2,0) c PropagationTime_2 : 0.012807
1237.39/1058.28	c (2,0) c PropagationTime_3 : 0.018946
1237.39/1058.28	c (2,0) c PropagationTime_4 : 0.013130
1237.39/1058.28	c (2,0) c PropagationTime_5 : 0.016188
1237.39/1058.28	c (2,0) c PropagationTime_6 : 0.018666
1237.39/1058.28	c (2,0) c PropagationTime_7 : 0.012273
1237.39/1058.28	c (2,0) c PropagationTime_total : 0.127054
1237.39/1058.28	c (2,0) c PropagationTime_winner : 0.017744
1237.39/1058.28	c (2,0) c AnalysisTime_0 : 0.004761
1237.39/1058.28	c (2,0) c AnalysisTime_1 : 0.010188
1237.39/1058.28	c (2,0) c AnalysisTime_2 : 0.009058
1237.39/1058.28	c (2,0) c AnalysisTime_3 : 0.011777
1237.39/1058.28	c (2,0) c AnalysisTime_4 : 0.012451
1237.39/1058.28	c (2,0) c AnalysisTime_5 : 0.013438
1237.39/1058.28	c (2,0) c AnalysisTime_6 : 0.010068
1237.39/1058.28	c (2,0) c AnalysisTime_7 : 0.009727
1237.39/1058.28	c (2,0) c AnalysisTime_total : 0.081467
1237.39/1058.28	c (2,0) c AnalysisTime_winner : 0.004761
1237.39/1058.28	c (2,0) c ReductionTime_0 : 0.000000
1237.39/1058.28	c (2,0) c ReductionTime_1 : 0.000000
1237.39/1058.28	c (2,0) c ReductionTime_2 : 0.000000
1237.39/1058.28	c (2,0) c ReductionTime_3 : 0.000000
1237.39/1058.28	c (2,0) c ReductionTime_4 : 0.000000
1237.39/1058.28	c (2,0) c ReductionTime_5 : 0.000000
1237.39/1058.28	c (2,0) c ReductionTime_6 : 0.000000
1237.39/1058.28	c (2,0) c ReductionTime_7 : 0.000000
1237.39/1058.28	c (2,0) c ReductionTime_total : 0.000000
1237.39/1058.28	c (2,0) c ReductionTime_winner : 0.000000
1237.39/1058.28	c (2,0) c SimplifyTime_0 : 0.000000
1237.39/1058.28	c (2,0) c SimplifyTime_1 : 0.000000
1237.39/1058.28	c (2,0) c SimplifyTime_2 : 0.000000
1237.39/1058.28	c (2,0) c SimplifyTime_3 : 0.000000
1237.39/1058.28	c (2,0) c SimplifyTime_4 : 0.000000
1237.39/1058.28	c (2,0) c SimplifyTime_5 : 0.000000
1237.39/1058.28	c (2,0) c SimplifyTime_6 : 0.000000
1237.39/1058.28	c (2,0) c SimplifyTime_7 : 0.000000
1237.39/1058.28	c (2,0) c SimplifyTime_total : 0.000000
1237.39/1058.28	c (2,0) c SimplifyTime_winner : 0.000000
1237.39/1058.28	c (2,0) c UsedRateTime_0 : 0.000000
1237.39/1058.28	c (2,0) c UsedRateTime_1 : 0.000000
1237.39/1058.28	c (2,0) c UsedRateTime_2 : 0.000000
1237.39/1058.28	c (2,0) c UsedRateTime_3 : 0.000000
1237.39/1058.28	c (2,0) c UsedRateTime_4 : 0.000000
1237.39/1058.28	c (2,0) c UsedRateTime_5 : 0.000000
1237.39/1058.28	c (2,0) c UsedRateTime_6 : 0.000000
1237.39/1058.28	c (2,0) c UsedRateTime_7 : 0.000000
1237.39/1058.28	c (2,0) c UsedRateTime_total : 0.000000
1237.39/1058.28	c (2,0) c UsedRateTime_winner : 0.000000
1237.39/1058.28	c (2,0) c OverlapRateTime_0 : 0.000000
1237.39/1058.28	c (2,0) c OverlapRateTime_1 : 0.000000
1237.39/1058.28	c (2,0) c OverlapRateTime_2 : 0.000000
1237.39/1058.28	c (2,0) c OverlapRateTime_3 : 0.000000
1237.39/1058.28	c (2,0) c OverlapRateTime_4 : 0.000000
1237.39/1058.28	c (2,0) c OverlapRateTime_5 : 0.000000
1237.39/1058.28	c (2,0) c OverlapRateTime_6 : 0.000000
1237.39/1058.28	c (2,0) c OverlapRateTime_7 : 0.000000
1237.39/1058.28	c (2,0) c OverlapRateTime_total : 0.000000
1237.39/1058.28	c (2,0) c OverlapRateTime_winner : 0.000000
1237.39/1058.28	c (2,0) c
1237.39/1058.28	c (2,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
1237.39/1058.28	c (2,0) c
1237.39/1058.28	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1237.39/1058.28	c (2,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
1237.39/1058.28	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1237.39/1058.28	c (2,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
1237.39/1058.28	c (2,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
1237.39/1058.28	c (2,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
1237.39/1058.28	c (2,0) c | Initial random_seed   | 1478695456 |  870067076 | 1775939932 | 1491810716 | 2082620934 |  923552284 | 2009952617 | 1696074145 |
1237.39/1058.28	c (2,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
1237.39/1058.28	c (2,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
1237.39/1058.28	c (2,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
1237.39/1058.28	c (2,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
1237.39/1058.28	c (2,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
1237.39/1058.28	c (2,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
1237.39/1058.28	c (2,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
1237.39/1058.28	c (2,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
1237.39/1058.28	c (2,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
1237.39/1058.28	c (2,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
1237.39/1058.28	c (2,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
1237.39/1058.28	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1237.39/1058.28	c (2,0) 
1237.39/1058.29	c (2,0) s UNSATISFIABLE
1237.74/1058.30	c (2,0) SatSolver.solve End
1237.74/1058.30	c (2,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
1237.74/1058.30	c (2,0) Show results Begin
1237.74/1058.30	s UNSATISFIABLE
1237.74/1058.30	c (2,0) Show results End
1237.74/1058.30	c (2,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
1237.74/1058.31	c (2,0) 2,2,STOP-AFTER(ALL)
1237.74/1058.31	c END-Prog: Thu Dec 15 11:00:32 CET 2011

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392471-1568427750/watcher-4392471-1568427750 -o /tmp/evaluation-result-4392471-1568427750/solver-4392471-1568427750 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1323932029-9409 --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-4392471-1568427750.xml 

running on 8 cores: 0-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
solver pid=10869, runsolver pid=10866
Current StackSize limit: 8192 KiB


[startup+0.10013 s]*
/proc/loadavg: 7.38 7.40 5.81 3/211 10891
/proc/meminfo: memFree=28080888/32770688 swapFree=66919992/67108860
[pid=10869] ppid=10866 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10869/stat : 10869 (scop.sh) S 10866 10869 9382 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 418781482 115843072 349 33554432000 4194304 5098028 140730272210176 140730272207432 140633802412668 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19050496 140730272215845 140730272216172 140730272216172 140730272219085 0
/proc/10869/statm: 28282 349 296 221 0 87 0
[pid=10872] ppid=10869 vsize=27314120 memory=104664 CPUtime=0.11 cores=0-7
/proc/10872/stat : 10872 (java) S 10869 10869 9382 0 -1 1077944320 6780 0 0 0 8 3 0 0 20 0 20 0 418781483 27969658880 26166 33554432000 4194304 4196468 140734557517584 140734557500128 140581330583287 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
/proc/10872/statm: 6828530 26166 2768 1 0 6790935 0
[pid=10872/tid=10873] ppid=10869 vsize=27314120 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/10872/task/10873/stat : 10873 (java) R 10869 10869 9382 0 -1 4202560 4880 0 0 0 6 2 0 0 20 0 20 0 418781483 27969658880 26166 33554432000 4194304 4196468 140734557517584 140581302409616 140581314663774 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10874] ppid=10869 vsize=27314120 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/10872/task/10874/stat : 10874 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 26166 33554432000 4194304 4196468 140734557517584 140581334826128 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10875] ppid=10869 vsize=27314120 memory=140017246955136 CPUtime=0 cores=0-7
/proc/10872/task/10875/stat : 10875 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 26166 33554432000 4194304 4196468 140734557517584 140581148982288 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10876] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10876/stat : 10876 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 26166 33554432000 4194304 4196468 140734557517584 140581147929488 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10877] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10877/stat : 10877 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 26166 33554432000 4194304 4196468 140734557517584 140581146876688 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10878] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10878/stat : 10878 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 26166 33554432000 4194304 4196468 140734557517584 140581145823888 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10879] ppid=10869 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10872/task/10879/stat : 10879 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 26166 33554432000 4194304 4196468 140734557517584 140581144771088 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10880] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10880/stat : 10880 (java) S 10869 10869 9382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 26166 33554432000 4194304 4196468 140734557517584 140581143718288 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10881] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10881/stat : 10881 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 26166 33554432000 4194304 4196468 140734557517584 140581142665488 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10882] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10882/stat : 10882 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418781487 27969658880 26166 33554432000 4194304 4196468 140734557517584 140580590226288 140581330594434 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10883] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10883/stat : 10883 (java) S 10869 10869 9382 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 418781488 27969658880 26166 33554432000 4194304 4196468 140734557517584 140579044320800 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10884] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10884/stat : 10884 (java) S 10869 10869 9382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418781488 27969658880 26166 33554432000 4194304 4196468 140734557517584 140578910098800 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10885] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10885/stat : 10885 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 26166 33554432000 4194304 4196468 140734557517584 140578535594320 140581330601883 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10886] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10886/stat : 10886 (java) S 10869 10869 9382 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 26166 33554432000 4194304 4196468 140734557517584 140580589173104 140581330594434 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10887] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10887/stat : 10887 (java) S 10869 10869 9382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 26166 33554432000 4194304 4196468 140734557517584 140580453607664 140581330594434 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10888] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10888/stat : 10888 (java) S 10869 10869 9382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 26166 33554432000 4194304 4196468 140734557517584 140580452554864 140581330594434 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10889] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10889/stat : 10889 (java) S 10869 10869 9382 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 26166 33554432000 4194304 4196468 140734557517584 140580451502064 140581330594434 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10890] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10890/stat : 10890 (java) S 10869 10869 9382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 26166 33554432000 4194304 4196468 140734557517584 140578037689440 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10891] ppid=10869 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10872/task/10891/stat : 10891 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 26166 33554432000 4194304 4196468 140734557517584 140580450450480 140581330594434 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 106060 KiB

[startup+0.211282 s]*
/proc/loadavg: 7.38 7.40 5.81 2/211 10891
/proc/meminfo: memFree=28061560/32770688 swapFree=66919992/67108860
[pid=10869] ppid=10866 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10869/stat : 10869 (scop.sh) S 10866 10869 9382 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 418781482 115843072 349 33554432000 4194304 5098028 140730272210176 140730272207432 140633802412668 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19050496 140730272215845 140730272216172 140730272216172 140730272219085 0
/proc/10869/statm: 28282 349 296 221 0 87 0
[pid=10872] ppid=10869 vsize=27314120 memory=124380 CPUtime=0.24 cores=0-7
/proc/10872/stat : 10872 (java) S 10869 10869 9382 0 -1 1077944320 12284 0 0 0 19 5 0 0 20 0 20 0 418781483 27969658880 31095 33554432000 4194304 4196468 140734557517584 140734557500128 140581330583287 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
/proc/10872/statm: 6828530 31095 2937 1 0 6790935 0
[pid=10872/tid=10873] ppid=10869 vsize=27314120 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/10872/task/10873/stat : 10873 (java) R 10869 10869 9382 0 -1 4202560 10024 0 0 0 16 4 0 0 20 0 20 0 418781483 27969658880 31100 33554432000 4194304 4196468 140734557517584 140581302415488 140581312700385 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10874] ppid=10869 vsize=27314120 memory=339 CPUtime=0 cores=0-7
/proc/10872/task/10874/stat : 10874 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31100 33554432000 4194304 4196468 140734557517584 140581334826128 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10875] ppid=10869 vsize=27314120 memory=288370393398666880 CPUtime=0 cores=0-7
/proc/10872/task/10875/stat : 10875 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31100 33554432000 4194304 4196468 140734557517584 140581148982288 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10876] ppid=10869 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10872/task/10876/stat : 10876 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31100 33554432000 4194304 4196468 140734557517584 140581147929488 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10877] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10877/stat : 10877 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31100 33554432000 4194304 4196468 140734557517584 140581146876688 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10878] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10878/stat : 10878 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31100 33554432000 4194304 4196468 140734557517584 140581145823888 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10879] ppid=10869 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10872/task/10879/stat : 10879 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31100 33554432000 4194304 4196468 140734557517584 140581144771088 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10880] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10880/stat : 10880 (java) S 10869 10869 9382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31100 33554432000 4194304 4196468 140734557517584 140581143718288 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10881] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10881/stat : 10881 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31100 33554432000 4194304 4196468 140734557517584 140581142665488 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10882] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10882/stat : 10882 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418781487 27969658880 31100 33554432000 4194304 4196468 140734557517584 140580590226288 140581330594434 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10883] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10883/stat : 10883 (java) S 10869 10869 9382 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 418781488 27969658880 31100 33554432000 4194304 4196468 140734557517584 140579044320800 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10884] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10884/stat : 10884 (java) S 10869 10869 9382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418781488 27969658880 31100 33554432000 4194304 4196468 140734557517584 140578910098800 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10885] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10885/stat : 10885 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 31100 33554432000 4194304 4196468 140734557517584 140578535594320 140581330601883 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10886] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10886/stat : 10886 (java) S 10869 10869 9382 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 31100 33554432000 4194304 4196468 140734557517584 140580589173104 140581330594434 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10887] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10887/stat : 10887 (java) S 10869 10869 9382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 31100 33554432000 4194304 4196468 140734557517584 140580453607664 140581330594434 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10888] ppid=10869 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10872/task/10888/stat : 10888 (java) R 10869 10869 9382 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 31100 33554432000 4194304 4196468 140734557517584 140580452554864 140581330594434 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10889] ppid=10869 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/10872/task/10889/stat : 10889 (java) S 10869 10869 9382 0 -1 1077944384 466 0 0 0 2 0 0 0 20 0 20 0 418781491 27969658880 31100 33554432000 4194304 4196468 140734557517584 140580451502064 140581330594434 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10890] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10890/stat : 10890 (java) S 10869 10869 9382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 31100 33554432000 4194304 4196468 140734557517584 140578037689440 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10891] ppid=10869 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10872/task/10891/stat : 10891 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 31100 33554432000 4194304 4196468 140734557517584 140580450450480 140581330594434 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 125776 KiB

[startup+0.310772 s]*
/proc/loadavg: 7.38 7.40 5.81 3/211 10891
/proc/meminfo: memFree=28057204/32770688 swapFree=66919992/67108860
[pid=10869] ppid=10866 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10869/stat : 10869 (scop.sh) S 10866 10869 9382 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 418781482 115843072 349 33554432000 4194304 5098028 140730272210176 140730272207432 140633802412668 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19050496 140730272215845 140730272216172 140730272216172 140730272219085 0
/proc/10869/statm: 28282 349 296 221 0 87 0
[pid=10872] ppid=10869 vsize=27314120 memory=127572 CPUtime=0.43 cores=0-7
/proc/10872/stat : 10872 (java) S 10869 10869 9382 0 -1 1077944320 12774 0 0 0 38 5 0 0 20 0 20 0 418781483 27969658880 31893 33554432000 4194304 4196468 140734557517584 140734557500128 140581330583287 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
/proc/10872/statm: 6828530 31893 3013 1 0 6790935 0
[pid=10872/tid=10873] ppid=10869 vsize=27314120 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/10872/task/10873/stat : 10873 (java) R 10869 10869 9382 0 -1 4202560 10302 0 0 0 25 4 0 0 20 0 20 0 418781483 27969658880 31893 33554432000 4194304 4196468 140734557517584 140581302410688 140581314663774 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10874] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10874/stat : 10874 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31893 33554432000 4194304 4196468 140734557517584 140581334826128 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10875] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10875/stat : 10875 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31893 33554432000 4194304 4196468 140734557517584 140581148982288 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10876] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10876/stat : 10876 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31893 33554432000 4194304 4196468 140734557517584 140581147929488 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10877] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10877/stat : 10877 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31893 33554432000 4194304 4196468 140734557517584 140581146876688 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10878] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10878/stat : 10878 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31893 33554432000 4194304 4196468 140734557517584 140581145823888 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10879] ppid=10869 vsize=27314120 memory=140017141901999 CPUtime=0 cores=0-7
/proc/10872/task/10879/stat : 10879 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31893 33554432000 4194304 4196468 140734557517584 140581144771088 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10880] ppid=10869 vsize=27314120 memory=140017141904304 CPUtime=0 cores=0-7
/proc/10872/task/10880/stat : 10880 (java) S 10869 10869 9382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31893 33554432000 4194304 4196468 140734557517584 140581143718288 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10881] ppid=10869 vsize=27314120 memory=140017141906608 CPUtime=0 cores=0-7
/proc/10872/task/10881/stat : 10881 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27969658880 31893 33554432000 4194304 4196468 140734557517584 140581142665488 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10882] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10882/stat : 10882 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418781487 27969658880 31893 33554432000 4194304 4196468 140734557517584 140580590226288 140581330594434 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10883] ppid=10869 vsize=27314120 memory=280034283827088 CPUtime=0 cores=0-7
/proc/10872/task/10883/stat : 10883 (java) S 10869 10869 9382 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 418781488 27969658880 31893 33554432000 4194304 4196468 140734557517584 140579044320800 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10884] ppid=10869 vsize=27314120 memory=280034283824784 CPUtime=0 cores=0-7
/proc/10872/task/10884/stat : 10884 (java) S 10869 10869 9382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418781488 27969658880 31893 33554432000 4194304 4196468 140734557517584 140578910098800 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10885] ppid=10869 vsize=27314120 memory=280034283831696 CPUtime=0 cores=0-7
/proc/10872/task/10885/stat : 10885 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 31893 33554432000 4194304 4196468 140734557517584 140578535594320 140581330601883 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10886] ppid=10869 vsize=27314120 memory=280034283772976 CPUtime=0.02 cores=0-7
/proc/10872/task/10886/stat : 10886 (java) S 10869 10869 9382 0 -1 1077944384 407 0 0 0 2 0 0 0 20 0 20 0 418781491 27969658880 31893 33554432000 4194304 4196468 140734557517584 140580589173104 140581330594434 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10887] ppid=10869 vsize=27314120 memory=280034283845520 CPUtime=0 cores=0-7
/proc/10872/task/10887/stat : 10887 (java) S 10869 10869 9382 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 31893 33554432000 4194304 4196468 140734557517584 140580453607664 140581330594434 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10888] ppid=10869 vsize=27314120 memory=280034283852432 CPUtime=0.01 cores=0-7
/proc/10872/task/10888/stat : 10888 (java) S 10869 10869 9382 0 -1 1077944384 196 0 0 0 1 0 0 0 20 0 20 0 418781491 27969658880 31893 33554432000 4194304 4196468 140734557517584 140580452554864 140581330594434 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10889] ppid=10869 vsize=27314120 memory=280034283850128 CPUtime=0.07 cores=0-7
/proc/10872/task/10889/stat : 10889 (java) S 10869 10869 9382 0 -1 1077944384 489 0 0 0 7 0 0 0 20 0 20 0 418781491 27969658880 31893 33554432000 4194304 4196468 140734557517584 140580451502064 140581330594434 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10890] ppid=10869 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10890/stat : 10890 (java) S 10869 10869 9382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 31893 33554432000 4194304 4196468 140734557517584 140578037689440 140581330593493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10891] ppid=10869 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10872/task/10891/stat : 10891 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781491 27969658880 31893 33554432000 4194304 4196468 140734557517584 140580450450480 140581330594434 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 128968 KiB

[startup+0.700987 s]
/proc/loadavg: 7.38 7.40 5.81 2/211 10891
/proc/meminfo: memFree=28050668/32770688 swapFree=66919992/67108860
[pid=10869] ppid=10866 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10869/stat : 10869 (scop.sh) S 10866 10869 9382 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 418781482 115843072 349 33554432000 4194304 5098028 140730272210176 140730272207432 140633802412668 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19050496 140730272215845 140730272216172 140730272216172 140730272219085 0
/proc/10869/statm: 28282 349 296 221 0 87 0
[pid=10872] ppid=10869 vsize=27320392 memory=157224 CPUtime=0.89 cores=0-7
/proc/10872/stat : 10872 (java) S 10869 10869 9382 0 -1 1077944320 19442 0 0 0 81 8 0 0 20 0 20 0 418781483 27976081408 39306 33554432000 4194304 4196468 140734557517584 140734557500128 140581330583287 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
/proc/10872/statm: 6830098 39306 3115 1 0 6791447 0
[pid=10872/tid=10873] ppid=10869 vsize=27320392 memory=0 CPUtime=0.68 cores=0-7
/proc/10872/task/10873/stat : 10873 (java) R 10869 10869 9382 0 -1 4202560 16913 0 0 0 61 7 0 0 20 0 20 0 418781483 27976081408 39306 33554432000 4194304 4196468 140734557517584 140581302405984 140581314663774 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10874] ppid=10869 vsize=27320392 memory=140017142113136 CPUtime=0 cores=0-7
/proc/10872/task/10874/stat : 10874 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418781486 27976081408 39306 33554432000 4194304 4196468 140734557517584 140581334826128 140581330593493 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10875] ppid=10869 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/10872/task/10875/stat : 10875 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27976081408 39306 33554432000 4194304 4196468 140734557517584 140581148982288 140581330593493 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0
[pid=10872/tid=10876] ppid=10869 vsize=27320392 memory=1176 CPUtime=0 cores=0-7
/proc/10872/task/10876/stat : 10876 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418781486 27976081408 39306 33554432000 4194304 4196468 140734557517584 140581147929488 140581330593493 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15794176 140734557520619 140734557521046 140734557521046 140734557523919 0

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

/proc/10975/task/10979/stat : 10979 (java) S 10869 10869 9382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 418887021 8616062976 30666 33554432000 4194304 4196468 140729888132608 140576411720208 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10980] ppid=10869 vsize=8414124 memory=288230591755977018 CPUtime=0 cores=0-7
/proc/10975/task/10980/stat : 10980 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418887021 8616062976 30666 33554432000 4194304 4196468 140729888132608 140576410667664 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10981] ppid=10869 vsize=8414124 memory=13563791027735092 CPUtime=0 cores=0-7
/proc/10975/task/10981/stat : 10981 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418887021 8616062976 30666 33554432000 4194304 4196468 140729888132608 140576409615120 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10982] ppid=10869 vsize=8414124 memory=1556 CPUtime=0 cores=0-7
/proc/10975/task/10982/stat : 10982 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418887021 8616062976 30666 33554432000 4194304 4196468 140729888132608 140576408562576 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10983] ppid=10869 vsize=8414124 memory=1560 CPUtime=0 cores=0-7
/proc/10975/task/10983/stat : 10983 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418887021 8616062976 30666 33554432000 4194304 4196468 140729888132608 140576407510032 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10984] ppid=10869 vsize=8414124 memory=928 CPUtime=0 cores=0-7
/proc/10975/task/10984/stat : 10984 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418887021 8616062976 30666 33554432000 4194304 4196468 140729888132608 140576406457488 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10985] ppid=10869 vsize=8414124 memory=1724 CPUtime=0 cores=0-7
/proc/10975/task/10985/stat : 10985 (java) S 10869 10869 9382 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 418887022 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575887046640 140576927914626 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10986] ppid=10869 vsize=8414124 memory=1964 CPUtime=0 cores=0-7
/proc/10975/task/10986/stat : 10986 (java) S 10869 10869 9382 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 418887023 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575554659232 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10987] ppid=10869 vsize=8414124 memory=2776 CPUtime=0 cores=0-7
/proc/10975/task/10987/stat : 10987 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418887023 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575286223856 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10988] ppid=10869 vsize=8414124 memory=924 CPUtime=0 cores=0-7
/proc/10975/task/10988/stat : 10988 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418887026 8616062976 30666 33554432000 4194304 4196468 140729888132608 140574911715536 140576927922075 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10989] ppid=10869 vsize=8414124 memory=1444 CPUtime=0.1 cores=0-7
/proc/10975/task/10989/stat : 10989 (java) S 10869 10869 9382 0 -1 1077944384 634 0 0 0 10 0 0 0 20 0 24 0 418887026 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575885994480 140576927914626 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10990] ppid=10869 vsize=8414124 memory=1764 CPUtime=0.09 cores=0-7
/proc/10975/task/10990/stat : 10990 (java) S 10869 10869 9382 0 -1 1077944384 143 0 0 0 9 0 0 0 20 0 24 0 418887026 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575884941936 140576927914626 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10991] ppid=10869 vsize=8414124 memory=111632 CPUtime=0.2 cores=0-7
/proc/10975/task/10991/stat : 10991 (java) S 10869 10869 9382 0 -1 1077944384 735 0 0 0 20 0 0 0 20 0 24 0 418887026 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575883889392 140576927914626 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10992] ppid=10869 vsize=8414124 memory=800 CPUtime=0.25 cores=0-7
/proc/10975/task/10992/stat : 10992 (java) S 10869 10869 9382 0 -1 1077944384 831 0 0 0 25 0 0 0 20 0 24 0 418887026 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575882836848 140576927914626 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10993] ppid=10869 vsize=8414124 memory=33 CPUtime=0 cores=0-7
/proc/10975/task/10993/stat : 10993 (java) S 10869 10869 9382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 418887026 8616062976 30666 33554432000 4194304 4196468 140729888132608 140574413809888 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10994] ppid=10869 vsize=8414124 memory=1804 CPUtime=0 cores=0-7
/proc/10975/task/10994/stat : 10994 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418887027 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575881783728 140576927914626 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10996] ppid=10869 vsize=8414124 memory=920 CPUtime=0 cores=0-7
/proc/10975/task/10996/stat : 10996 (java) S 10869 10869 9382 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 418887124 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575873750208 140576927928089 0 4 2 25189581 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10998] ppid=10869 vsize=8414124 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/10975/task/10998/stat : 10998 (java) S 10869 10869 9382 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 418887124 8616062976 30666 33554432000 4194304 4196468 140729888132608 140573742710576 140576927925405 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10999] ppid=10869 vsize=8414124 memory=5980 CPUtime=0 cores=0-7
/proc/10975/task/10999/stat : 10999 (java) S 10869 10869 9382 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 418887124 8616062976 30666 33554432000 4194304 4196468 140729888132608 140574011146160 140576927925405 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=11000] ppid=10869 vsize=8414124 memory=4164 CPUtime=0 cores=0-7
/proc/10975/task/11000/stat : 11000 (java) S 10869 10869 9382 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 418887126 8616062976 30666 33554432000 4194304 4196468 140729888132608 140573474283184 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
Current children cumulated CPU time: 1237.2 s
Current children cumulated vsize: 8947324 KiB
Current children cumulated memory: 523960 KiB

[startup+1058.2 s]
/proc/loadavg: 1.07 1.22 2.57 2/216 11000
/proc/meminfo: memFree=27665756/32770688 swapFree=66919992/67108860
[pid=10869] ppid=10866 vsize=113128 memory=1476 CPUtime=1234.01 cores=0-7
/proc/10869/stat : 10869 (scop.sh) S 10866 10869 9382 0 -1 4202496 583 307297 0 0 0 0 120541 2860 20 0 1 0 418781482 115843072 369 33554432000 4194304 5098028 140730272210176 140730272206920 140633802412668 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19050496 140730272215845 140730272216172 140730272216172 140730272219085 0
/proc/10869/statm: 28282 369 311 221 0 87 0
[pid=10975] ppid=10869 vsize=8414124 memory=122664 CPUtime=1.6 cores=0-7
/proc/10975/stat : 10975 (java) S 10869 10869 9382 0 -1 1077944320 21195 0 0 0 151 9 0 0 20 0 24 0 418887019 8616062976 30666 33554432000 4194304 4196468 140729888132608 140729888115152 140576927903479 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
/proc/10975/statm: 2103531 30666 3196 1 0 2064875 0
[pid=10995] ppid=10975 vsize=579748 memory=559492 CPUtime=1.78 cores=0-7
/proc/10995/stat : 10995 (manyglucose-4.1) R 10975 10869 9382 0 -1 4202496 98855 0 0 0 161 17 0 0 20 0 1 0 418887123 593661952 139873 33554432000 4194304 4454172 140724809207776 140724809205272 140378790038501 0 4 0 8388610 0 0 0 17 2 0 0 0 0 0 6552832 6554400 26419200 140724809216873 140724809217072 140724809217072 140724809220026 0
/proc/10995/statm: 144937 139873 378 64 0 140605 0
[pid=10975/tid=10976] ppid=10869 vsize=8414124 memory=1964 CPUtime=0.92 cores=0-7
/proc/10975/task/10976/stat : 10976 (java) S 10869 10869 9382 0 -1 1077944384 17454 0 0 0 85 7 0 0 20 0 24 0 418887019 8616062976 30666 33554432000 4194304 4196468 140729888132608 140576899743648 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10977] ppid=10869 vsize=8414124 memory=2776 CPUtime=0 cores=0-7
/proc/10975/task/10977/stat : 10977 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418887021 8616062976 30666 33554432000 4194304 4196468 140729888132608 140576932145424 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10978] ppid=10869 vsize=8414124 memory=924 CPUtime=0 cores=0-7
/proc/10975/task/10978/stat : 10978 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418887021 8616062976 30666 33554432000 4194304 4196468 140729888132608 140576412772752 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10979] ppid=10869 vsize=8414124 memory=1396 CPUtime=0 cores=0-7
/proc/10975/task/10979/stat : 10979 (java) S 10869 10869 9382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 418887021 8616062976 30666 33554432000 4194304 4196468 140729888132608 140576411720208 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10980] ppid=10869 vsize=8414124 memory=16930204 CPUtime=0 cores=0-7
/proc/10975/task/10980/stat : 10980 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418887021 8616062976 30666 33554432000 4194304 4196468 140729888132608 140576410667664 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10981] ppid=10869 vsize=8414124 memory=1444 CPUtime=0 cores=0-7
/proc/10975/task/10981/stat : 10981 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418887021 8616062976 30666 33554432000 4194304 4196468 140729888132608 140576409615120 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10982] ppid=10869 vsize=8414124 memory=1396 CPUtime=0 cores=0-7
/proc/10975/task/10982/stat : 10982 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418887021 8616062976 30666 33554432000 4194304 4196468 140729888132608 140576408562576 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10983] ppid=10869 vsize=8414124 memory=17007240 CPUtime=0 cores=0-7
/proc/10975/task/10983/stat : 10983 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418887021 8616062976 30666 33554432000 4194304 4196468 140729888132608 140576407510032 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10984] ppid=10869 vsize=8414124 memory=3432 CPUtime=0 cores=0-7
/proc/10975/task/10984/stat : 10984 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418887021 8616062976 30666 33554432000 4194304 4196468 140729888132608 140576406457488 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10985] ppid=10869 vsize=8414124 memory=1396 CPUtime=0 cores=0-7
/proc/10975/task/10985/stat : 10985 (java) S 10869 10869 9382 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 418887022 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575887046640 140576927914626 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10986] ppid=10869 vsize=8414124 memory=17007240 CPUtime=0 cores=0-7
/proc/10975/task/10986/stat : 10986 (java) S 10869 10869 9382 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 418887023 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575554659232 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10987] ppid=10869 vsize=8414124 memory=1056 CPUtime=0 cores=0-7
/proc/10975/task/10987/stat : 10987 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418887023 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575286223856 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10988] ppid=10869 vsize=8414124 memory=-7824251494390716002 CPUtime=0 cores=0-7
/proc/10975/task/10988/stat : 10988 (java) S 10869 10869 9382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418887026 8616062976 30666 33554432000 4194304 4196468 140729888132608 140574911715536 140576927922075 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10989] ppid=10869 vsize=8414124 memory=1176 CPUtime=0.1 cores=0-7
/proc/10975/task/10989/stat : 10989 (java) S 10869 10869 9382 0 -1 1077944384 634 0 0 0 10 0 0 0 20 0 24 0 418887026 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575885994480 140576927914626 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10990] ppid=10869 vsize=8414124 memory=980 CPUtime=0.09 cores=0-7
/proc/10975/task/10990/stat : 10990 (java) S 10869 10869 9382 0 -1 1077944384 143 0 0 0 9 0 0 0 20 0 24 0 418887026 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575884941936 140576927914626 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10991] ppid=10869 vsize=8414124 memory=1396 CPUtime=0.2 cores=0-7
/proc/10975/task/10991/stat : 10991 (java) S 10869 10869 9382 0 -1 1077944384 735 0 0 0 20 0 0 0 20 0 24 0 418887026 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575883889392 140576927914626 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10992] ppid=10869 vsize=8414124 memory=17002960 CPUtime=0.25 cores=0-7
/proc/10975/task/10992/stat : 10992 (java) S 10869 10869 9382 0 -1 1077944384 831 0 0 0 25 0 0 0 20 0 24 0 418887026 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575882836848 140576927914626 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10993] ppid=10869 vsize=8414124 memory=1764 CPUtime=0 cores=0-7
/proc/10975/task/10993/stat : 10993 (java) S 10869 10869 9382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 418887026 8616062976 30666 33554432000 4194304 4196468 140729888132608 140574413809888 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10994] ppid=10869 vsize=8414124 memory=1396 CPUtime=0 cores=0-7
/proc/10975/task/10994/stat : 10994 (java) S 10869 10869 9382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418887027 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575881783728 140576927914626 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10996] ppid=10869 vsize=8414124 memory=16930240 CPUtime=0 cores=0-7
/proc/10975/task/10996/stat : 10996 (java) S 10869 10869 9382 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 418887124 8616062976 30666 33554432000 4194304 4196468 140729888132608 140575873750208 140576927928089 0 4 2 25189581 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10998] ppid=10869 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10975/task/10998/stat : 10998 (java) S 10869 10869 9382 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 418887124 8616062976 30666 33554432000 4194304 4196468 140729888132608 140573742710576 140576927925405 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10999] ppid=10869 vsize=8414124 memory=280034284678528 CPUtime=0 cores=0-7
/proc/10975/task/10999/stat : 10999 (java) S 10869 10869 9382 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 418887124 8616062976 30666 33554432000 4194304 4196468 140729888132608 140574011146160 140576927925405 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=11000] ppid=10869 vsize=8414124 memory=31076 CPUtime=0 cores=0-7
/proc/10975/task/11000/stat : 11000 (java) S 10869 10869 9382 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 418887126 8616062976 30666 33554432000 4194304 4196468 140729888132608 140573474283184 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
Current children cumulated CPU time: 1237.39 s
Current children cumulated vsize: 9107000 KiB
Current children cumulated memory: 683632 KiB

[startup+1058.3 s]
/proc/loadavg: 1.07 1.22 2.57 2/216 11000
/proc/meminfo: memFree=27665756/32770688 swapFree=66919992/67108860
[pid=10869] ppid=10866 vsize=113128 memory=1476 CPUtime=1234.01 cores=0-7
/proc/10869/stat : 10869 (scop.sh) S 10866 10869 9382 0 -1 4202496 583 307297 0 0 0 0 120541 2860 20 0 1 0 418781482 115843072 369 33554432000 4194304 5098028 140730272210176 140730272206920 140633802412668 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19050496 140730272215845 140730272216172 140730272216172 140730272219085 0
/proc/10869/statm: 28282 369 311 221 0 87 0
[pid=10975] ppid=10869 vsize=8284072 memory=123084 CPUtime=3.73 cores=0-7
/proc/10975/stat : 10975 (java) S 10869 10869 9382 0 -1 1077944320 21266 104872 0 0 158 9 185 21 20 0 23 0 418887019 8482889728 30771 33554432000 4194304 4196468 140729888132608 140729888115152 140576927903479 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
/proc/10975/statm: 2071018 30771 3213 1 0 2032362 0
[pid=10975/tid=10976] ppid=10869 vsize=8284072 memory=1476 CPUtime=2.98 cores=0-7
/proc/10975/task/10976/stat : 10976 (java) S 10869 10869 9382 0 -1 1077944384 17454 104872 0 0 85 7 185 21 20 0 22 0 418887019 8482889728 30771 33554432000 4194304 4196468 140729888132608 140576899743648 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10977] ppid=10869 vsize=8284072 memory=1712 CPUtime=2.06 cores=0-7
/proc/10975/task/10977/stat : 10977 (java) S 10869 10869 9382 0 -1 1077944384 2 104872 0 0 0 0 185 21 20 0 22 0 418887021 8482889728 30771 33554432000 4194304 4196468 140729888132608 140576932145424 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10978] ppid=10869 vsize=8283048 memory=5980 CPUtime=2.06 cores=0-7
/proc/10975/task/10978/stat : 10978 (java) S 10869 10869 9382 0 -1 1077944384 1 104872 0 0 0 0 185 21 20 0 22 0 418887021 8481841152 30778 33554432000 4194304 4196468 140729888132608 140576412772752 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10979] ppid=10869 vsize=8283048 memory=2828 CPUtime=2.06 cores=0-7
/proc/10975/task/10979/stat : 10979 (java) S 10869 10869 9382 0 -1 1077944384 3 104872 0 0 0 0 185 21 20 0 22 0 418887021 8481841152 30778 33554432000 4194304 4196468 140729888132608 140576411720208 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10980] ppid=10869 vsize=8283048 memory=1176 CPUtime=2.06 cores=0-7
/proc/10975/task/10980/stat : 10980 (java) S 10869 10869 9382 0 -1 1077944384 2 104872 0 0 0 0 185 21 20 0 22 0 418887021 8481841152 30778 33554432000 4194304 4196468 140729888132608 140576410667664 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10981] ppid=10869 vsize=8284072 memory=77560 CPUtime=2.06 cores=0-7
/proc/10975/task/10981/stat : 10981 (java) S 10869 10869 9382 0 -1 1077944384 2 104872 0 0 0 0 185 21 20 0 22 0 418887021 8482889728 30778 33554432000 4194304 4196468 140729888132608 140576409615120 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10982] ppid=10869 vsize=8284072 memory=920 CPUtime=2.06 cores=0-7
/proc/10975/task/10982/stat : 10982 (java) S 10869 10869 9382 0 -1 1077944384 2 104872 0 0 0 0 185 21 20 0 22 0 418887021 8482889728 30778 33554432000 4194304 4196468 140729888132608 140576408562576 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10983] ppid=10869 vsize=8284072 memory=660 CPUtime=2.06 cores=0-7
/proc/10975/task/10983/stat : 10983 (java) S 10869 10869 9382 0 -1 1077944384 1 104872 0 0 0 0 185 21 20 0 22 0 418887021 8482889728 30778 33554432000 4194304 4196468 140729888132608 140576407510032 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10984] ppid=10869 vsize=8284072 memory=1556 CPUtime=2.06 cores=0-7
/proc/10975/task/10984/stat : 10984 (java) S 10869 10869 9382 0 -1 1077944384 2 104872 0 0 0 0 185 21 20 0 22 0 418887021 8482889728 30778 33554432000 4194304 4196468 140729888132608 140576406457488 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10985] ppid=10869 vsize=8283048 memory=9588 CPUtime=2.06 cores=0-7
/proc/10975/task/10985/stat : 10985 (java) S 10869 10869 9382 0 -1 1077944384 6 104872 0 0 0 0 185 21 20 0 22 0 418887022 8481841152 30778 33554432000 4194304 4196468 140729888132608 140575887046640 140576927914626 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10986] ppid=10869 vsize=8283048 memory=496 CPUtime=2.06 cores=0-7
/proc/10975/task/10986/stat : 10986 (java) S 10869 10869 9382 0 -1 1077944384 13 104872 0 0 0 0 185 21 20 0 22 0 418887023 8481841152 30778 33554432000 4194304 4196468 140729888132608 140575554659232 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10987] ppid=10869 vsize=8284072 memory=1560 CPUtime=2.06 cores=0-7
/proc/10975/task/10987/stat : 10987 (java) S 10869 10869 9382 0 -1 1077944384 1 104872 0 0 0 0 185 21 20 0 22 0 418887023 8482889728 30778 33554432000 4194304 4196468 140729888132608 140575286223856 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10988] ppid=10869 vsize=8284072 memory=928 CPUtime=2.06 cores=0-7
/proc/10975/task/10988/stat : 10988 (java) S 10869 10869 9382 0 -1 1077944384 1 104872 0 0 0 0 185 21 20 0 22 0 418887026 8482889728 30778 33554432000 4194304 4196468 140729888132608 140574911715536 140576927922075 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10989] ppid=10869 vsize=8284072 memory=1396 CPUtime=2.18 cores=0-7
/proc/10975/task/10989/stat : 10989 (java) R 10869 10869 9382 0 -1 4202560 640 104872 0 0 12 0 185 21 20 0 22 0 418887026 8482889728 30778 33554432000 4194304 4196468 140729888132608 140575885983152 140576909448073 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10990] ppid=10869 vsize=8284072 memory=17008504 CPUtime=2.16 cores=0-7
/proc/10975/task/10990/stat : 10990 (java) S 10869 10869 9382 0 -1 1077944384 149 104872 0 0 10 0 185 21 20 0 22 0 418887026 8482889728 30778 33554432000 4194304 4196468 140729888132608 140575884941936 140576927914626 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10991] ppid=10869 vsize=8283048 memory=5980 CPUtime=2.26 cores=0-7
/proc/10975/task/10991/stat : 10991 (java) S 10869 10869 9382 0 -1 1077944384 738 104872 0 0 20 0 185 21 20 0 22 0 418887026 8481841152 30778 33554432000 4194304 4196468 140729888132608 140575883889392 140576927914626 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10992] ppid=10869 vsize=8283048 memory=4164 CPUtime=2.33 cores=0-7
/proc/10975/task/10992/stat : 10992 (java) S 10869 10869 9382 0 -1 1077944384 870 104872 0 0 27 0 185 21 20 0 22 0 418887026 8481841152 30778 33554432000 4194304 4196468 140729888132608 140575882836848 140576927914626 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10993] ppid=10869 vsize=8284072 memory=1056 CPUtime=2.06 cores=0-7
/proc/10975/task/10993/stat : 10993 (java) S 10869 10869 9382 0 -1 1077944384 3 104872 0 0 0 0 185 21 20 0 22 0 418887026 8482889728 30778 33554432000 4194304 4196468 140729888132608 140574413809888 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10994] ppid=10869 vsize=8284072 memory=3624 CPUtime=2.06 cores=0-7
/proc/10975/task/10994/stat : 10994 (java) S 10869 10869 9382 0 -1 1077944384 2 104872 0 0 0 0 185 21 20 0 22 0 418887027 8482889728 30778 33554432000 4194304 4196468 140729888132608 140575881783728 140576927914626 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=10996] ppid=10869 vsize=8284072 memory=47784 CPUtime=2.06 cores=0-7
/proc/10975/task/10996/stat : 10996 (java) S 10869 10869 9382 0 -1 1077944384 23 104872 0 0 0 0 185 21 20 0 22 0 418887124 8482889728 30778 33554432000 4194304 4196468 140729888132608 140575873747120 140576927913685 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
[pid=10975/tid=11000] ppid=10869 vsize=8283048 memory=1432 CPUtime=2.06 cores=0-7
/proc/10975/task/11000/stat : 11000 (java) R 10869 10869 9382 0 -1 4202560 132 104872 0 0 0 0 185 21 20 0 22 0 418887126 8481841152 30778 33554432000 4194304 4196468 140729888132608 140573474261920 140576921087592 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10194944 140729888134135 140729888134294 140729888134294 140729888137167 0
Current children cumulated CPU time: 1237.74 s
Current children cumulated vsize: 8397200 KiB
Current children cumulated memory: 124560 KiB

Child status: 0
Real time (s): 1058.32
CPU time (s): 1237.8
CPU user time (s): 1208.88
CPU system time (s): 28.925
CPU usage (%): 116.959
Max. virtual memory (cumulated for all children) (KiB): 27443924
Max. memory (cumulated for all children) (KiB): 17009900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1208.88
system time used= 28.925
maximum resident set size= 17009344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 434454
page faults= 0
swaps= 0
block input operations= 0
block output operations= 25560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41342
involuntary context switches= 3717


# summary of solver processes directly reported to runsolver:
#   pid: 10869
#   total CPU time (s): 1237.8
#   total CPU user time (s): 1208.88
#   total CPU system time (s): 28.925

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.93303 second user time and 11.6675 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-15 10:42:54
IDJOB=4392471
IDBENCH=126900
IDSOLVER=2838
FILE ID=node120/4392471-1568427750
RUNJOBID= node120-1323932029-9409
PBS_JOBID= 21702277
Free space on /tmp= 61568 MiB

SOLVER NAME= Fun-sCOP order+ManyGlucose (2019-06-15)
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 /tmp/evaluation-result-4392471-1568427750/watcher-4392471-1568427750 -o /tmp/evaluation-result-4392471-1568427750/solver-4392471-1568427750 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1323932029-9409 --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-4392471-1568427750.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=1121052957

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        28174184 kB
MemAvailable:   31826752 kB
Buffers:          195648 kB
Cached:          3761916 kB
SwapCached:        77548 kB
Active:          1185300 kB
Inactive:        2854144 kB
Active(anon):       2928 kB
Inactive(anon):   128580 kB
Active(file):    1182372 kB
Inactive(file):  2725564 kB
Unevictable:      106532 kB
Mlocked:          106532 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:            103640 kB
Writeback:             0 kB
AnonPages:        112120 kB
Mapped:            48512 kB
Shmem:             41008 kB
Slab:             149460 kB
SReclaimable:     120936 kB
SUnreclaim:        28524 kB
KernelStack:        3392 kB
PageTables:         4984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     514620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 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:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 61548 MiB
End job on node120 at 2011-12-15 11:00:33