Trace number 3174158

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
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.07 1201.63

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S927210717-059.SATISFIABLE.cnf
MD5SUM7954e0b477e9d5cbd0a1f159f4b0eef6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007998
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174158-1304106305.cnf'
0.00/0.00	c -- header says num vars:            550
0.00/0.00	c -- header says num clauses:        2343
0.00/0.00	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.00	c -- vars added        550
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       550      2343         0         0      7029         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/2343/2343 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    550 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     251 undec:      63 neg:     236
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       539      2334         0         0      7072         0   no data   no data
0.00/0.06	c Decided on static restart strategy
0.00/0.15	c  N st     8      4915       539      2334         0      4859      7072    118988   no data   no data
0.00/0.40	c  N st    10     11298       539      2334         0      4498      7072     81368   no data   no data
0.00/0.67	c  N st    11     17043       539      2334         0     10138      7072    228696   no data   no data
4.00/1.08	c  F st    12     25000       539      2334         0     12391      7072    271593   no data   no data
4.00/1.08	c  N st    12     25000       539      2334         0     12391      7072    271593   no data   no data
5.18/1.32	c Decided on static restart strategy
5.18/1.32	c  N st    18     30000       539      2334         0     10694      7072    210463   no data   no data
5.18/1.32	c  S st    18     30000       539      2334         0     10694      7072    210463   no data   no data
5.18/1.35	c  S st    18     30505       539      2334         0     11199      7072    222743   no data   no data
5.18/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.18/1.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.18/1.35	c blocked clauses removed:       11 vars:      2 tried:         539 T: 0.00 s
5.18/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.18/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.18/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    537 time:  0.00 s
5.18/1.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.18/1.36	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
5.18/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.58/1.41	c lits-rem:       149  cl-subs:      451  v-elim:      0  v-fix:    0  time:  0.05 s
5.58/1.42	c asymm  cl-useful: 0/2322/2322 lits-rem:0 time: 0.01
5.58/1.42	c calculated reachability. Time: 0.00
5.58/1.42	c  N st    18     30505       536      2322         0     10735      7039    210109   no data   no data
7.19/1.83	c  N st    20     37616       536      2322         0     10011      7039    177840   no data   no data
8.77/2.23	c  N st    21     44015       536      2322         0     16297      7039    348281   no data   no data
9.17/2.35	c  S st    22     45757       536      2322         0      9230      7039    137708   no data   no data
9.17/2.38	c  S st    22     46259       536      2322         0      9732      7039    149929   no data   no data
9.17/2.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.17/2.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.17/2.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.17/2.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.17/2.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.17/2.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    536 time:  0.00 s
9.17/2.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.17/2.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.17/2.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.40	c lits-rem:        35  cl-subs:       52  v-elim:      0  v-fix:    0  time:  0.01 s
9.57/2.40	c vivif2 --  cl tried     2322 cl shrink        0 lits rem          0 time: 0.00
9.57/2.40	c vivif2 --  cl tried     9680 cl shrink        0 lits rem          0 time: 0.00
9.57/2.41	c asymm  cl-useful: 0/2322/2322 lits-rem:0 time: 0.00
9.57/2.41	c calculated reachability. Time: 0.00
9.57/2.41	c  N st    22     46259       536      2322         0      9680      7039    148404   no data   no data
13.16/3.34	c  N st    23     60656       536      2322         0     14009      7039    246400   no data   no data
15.56/3.92	c  N st    24     69388       536      2322         0     11808      7039    181650   no data   no data
15.56/3.92	c  S st    24     69388       536      2322         0     11808      7039    181650   no data   no data
15.56/3.95	c  S st    24     69890       536      2322         0     12309      7039    193529   no data   no data
15.56/3.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.56/3.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.56/3.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.56/3.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.56/3.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.56/3.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    536 time:  0.00 s
15.56/3.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
15.56/3.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.56/3.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.56/3.98	c lits-rem:        42  cl-subs:      149  v-elim:      0  v-fix:    0  time:  0.02 s
15.56/3.98	c vivif2 --  cl tried     2322 cl shrink        0 lits rem          0 time: 0.00
15.56/3.99	c vivif2 --  cl tried    12160 cl shrink        0 lits rem          0 time: 0.00
15.56/3.99	c asymm  cl-useful: 0/2322/2322 lits-rem:0 time: 0.01
15.56/3.99	c calculated reachability. Time: 0.00
15.56/3.99	c  N st    24     69890       536      2322         0     12160      7039    189776   no data   no data
20.77/5.21	c  F st    25     87500       536      2322         0     17674      7039    335684   no data   no data
20.77/5.21	c  N st    25     87500       536      2322         0     17674      7039    335684   no data   no data
22.35/5.69	c  N dy    33     94220       536      2322         0     24299      7039    506380     18.94     20.16
24.77/6.25	c  N dy    46    101563       536      2322         0     18709      7039    297318     17.56     18.62
25.95/6.51	c  S st    48    104835       536      2322         0     21929      7039    370060     16.82     13.23
25.95/6.56	c  S st    48    105339       536      2322         0     22431      7039    382641     16.82   no data
25.95/6.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.95/6.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.95/6.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.95/6.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.95/6.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.95/6.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    536 time:  0.00 s
25.95/6.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
25.95/6.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
25.95/6.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.34/6.68	c lits-rem:        95  cl-subs:      657  v-elim:      0  v-fix:    0  time:  0.10 s
26.34/6.68	c vivif2 --  cl tried     2322 cl shrink        0 lits rem          0 time: 0.00
26.34/6.69	c vivif2 --  cl tried    21774 cl shrink        0 lits rem          0 time: 0.00
26.74/6.70	c asymm  cl-useful: 0/2322/2322 lits-rem:0 time: 0.01
26.74/6.70	c calculated reachability. Time: 0.00
26.74/6.70	c  N dy    48    105339       536      2322         0     21774      7039    366396     16.82   no data
29.16/7.30	c  N dy    61    112256       536      2322         0     14774      7039    169251     16.42     17.50
31.14/7.84	c  N dy    86    119594       536      2322         0     22032      7039    349657     16.42     17.72
34.33/8.67	c  N dy   116    128001       536      2322         0     15507      7039    162157     16.46     17.42
37.13/9.31	c  N dy   150    136193       536      2322         0     23585      7039    356035     16.48     17.38
41.12/10.32	c  N dy   189    146461       536      2322         0     17944      7039    199090     16.48     17.36
44.73/11.25	c  N dy   201    157188       536      2322         0     28505      7039    450647     16.32     17.59
45.13/11.33	c  S st   206    158008       536      2322         0     29313      7039    469671     16.32   no data
45.13/11.39	c  S st   206    158510       536      2322         0     29815      7039    481918     16.32   no data
45.13/11.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.52/11.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
45.52/11.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.52/11.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.52/11.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.52/11.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    536 time:  0.00 s
45.52/11.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
45.52/11.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.52/11.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.92/11.59	c lits-rem:       128  cl-subs:      841  v-elim:      0  v-fix:    0  time:  0.16 s
45.92/11.59	c vivif2 --  cl tried     2322 cl shrink        0 lits rem          0 time: 0.00
46.32/11.60	c vivif2 --  cl tried    28974 cl shrink        0 lits rem          0 time: 0.01
46.32/11.61	c asymm  cl-useful: 0/2322/2322 lits-rem:0 time: 0.02
46.32/11.61	c calculated reachability. Time: 0.00
46.32/11.61	c  N dy   206    158510       536      2322         0     28974      7039    461779     16.32   no data
50.31/12.61	c  N dy   253    168960       536      2322         0     22549      7039    290698     16.37     17.36
54.71/13.70	c  N dy   286    179791       536      2322         0     33241      7039    545641     16.31     17.28
62.30/15.68	c  N dy   343    199423       536      2322         0     34814      7039    562783     16.24     17.28
67.89/17.05	c  N dy   423    212173       536      2322         0     28683      7039    403434     16.35     17.32
74.68/18.73	c  N dy   496    225954       536      2322         0     22547      7039    234436     16.42     17.48
79.88/20.01	c  S st   547    237765       536      2322         0     34224      7039    520416     16.43     15.44
79.88/20.08	c  S st   547    238265       536      2322         0     34723      7039    532830     16.43   no data
79.88/20.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.88/20.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
79.88/20.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.88/20.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.88/20.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.88/20.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    536 time:  0.00 s
79.88/20.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
80.27/20.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
80.27/20.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.67/20.27	c lits-rem:       117  cl-subs:      617  v-elim:      0  v-fix:    0  time:  0.15 s
80.67/20.27	c vivif2 --  cl tried     2322 cl shrink        0 lits rem          0 time: 0.00
80.67/20.28	c vivif2 --  cl tried    34106 cl shrink        0 lits rem          0 time: 0.01
81.07/20.30	c asymm  cl-useful: 0/2322/2322 lits-rem:0 time: 0.02
81.07/20.30	c calculated reachability. Time: 0.00
81.07/20.30	c  N dy   547    238265       536      2322         0     34106      7039    516961     16.43   no data
87.86/22.09	c  N dy   645    253559       536      2322         0     28486      7039    361456     16.54     19.95
96.65/24.20	c  N dy   702    270437       536      2322         0     23399      7039    214516     16.51     17.62
104.64/26.23	c  N dy   778    287833       536      2322         0     40584      7039    633341     16.54     17.47
113.83/28.50	c  F st   859    306250       536      2322         0     36024      7039    501820     16.56   no data
113.83/28.50	c  N st   859    306250       536      2322         0     36024      7039    501820     16.56   no data
116.63/29.21	c Decided on static restart strategy
127.01/31.88	c  N st   869    334561       536      2322         0     40159      7039    777085     16.56   no data
138.59/34.79	c  N st   871    357398       536      2322         0     37980      7039    693897     16.56   no data
138.59/34.79	c  S st   871    357398       536      2322         0     37980      7039    693897     16.56   no data
139.01/34.88	c  S st   871    357900       536      2322         0     38481      7039    705765     16.56   no data
139.01/34.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
139.01/34.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
139.01/34.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.01/34.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.01/34.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.01/34.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    536 time:  0.00 s
139.01/34.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
139.41/34.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
139.41/34.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.79/35.55	c lits-rem:       213  cl-subs:     1793  v-elim:      0  v-fix:    0  time:  0.62 s
141.79/35.55	c vivif2 --  cl tried     2322 cl shrink        0 lits rem          0 time: 0.00
141.79/35.55	c vivif2 --  cl tried    36688 cl shrink        0 lits rem          0 time: 0.01
141.79/35.58	c asymm  cl-useful: 0/2322/2322 lits-rem:0 time: 0.02
141.79/35.58	c calculated reachability. Time: 0.00
141.79/35.58	c  N st   871    357900       536      2322         0     36688      7039    657419     16.56   no data
158.56/39.78	c  N st   872    390293       536      2322         0     42995      7039    861553     16.56   no data
187.34/46.95	c  N st   873    438886       536      2322         0     36705      7039    599654     16.56   no data
231.68/58.01	c  N st   874    511768       536      2322         0     50180      7039    934496     16.56   no data
247.65/62.08	c  N st   875    536852       536      2322         0     44450      7039    749646     16.56   no data
247.65/62.08	c  S st   875    536852       536      2322         0     44450      7039    749646     16.56   no data
248.45/62.20	c  S st   875    537353       536      2322         0     44951      7039    762310     16.56   no data
248.45/62.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
248.45/62.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
248.45/62.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
248.45/62.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
248.45/62.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
248.45/62.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    536 time:  0.00 s
248.45/62.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
248.45/62.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
248.45/62.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
251.24/62.97	c lits-rem:       200  cl-subs:     1459  v-elim:      0  v-fix:    0  time:  0.72 s
251.24/62.97	c vivif2 --  cl tried     2322 cl shrink        0 lits rem          0 time: 0.00
251.24/62.98	c vivif2 --  cl tried    43492 cl shrink        0 lits rem          0 time: 0.01
251.65/63.01	c asymm  cl-useful: 0/2322/2322 lits-rem:0 time: 0.03
251.65/63.01	c calculated reachability. Time: 0.00
251.65/63.01	c  N st   875    537353       536      2322         0     43492      7039    724083     16.56   no data
359.50/90.01	c  N st   876    701338       536      2322         0     37435      7039    454030     16.56   no data
430.20/107.70	c  N st   877    806029       536      2322         0     66399      7039   1175699     16.56   no data
430.20/107.70	c  S st   877    806029       536      2322         0     66399      7039   1175699     16.56   no data
430.60/107.89	c  S st   877    806532       536      2322         0     66899      7039   1188422     16.56   no data
431.00/107.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
431.00/107.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
431.00/107.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
431.00/107.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
431.00/107.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.00/107.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    536 time:  0.00 s
431.00/107.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
431.00/107.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
431.00/107.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
447.78/112.16	c lits-rem:       684  cl-subs:     4756  v-elim:      0  v-fix:    0  time:  4.18 s
447.78/112.16	c vivif2 --  cl tried     2322 cl shrink        0 lits rem          0 time: 0.00
447.78/112.17	c vivif2 --  cl tried    62143 cl shrink        0 lits rem          0 time: 0.02
448.18/112.23	c asymm  cl-useful: 0/2322/2322 lits-rem:0 time: 0.05
448.18/112.23	c calculated reachability. Time: 0.00
448.18/112.23	c  N st   877    806532       536      2322         0     62143      7039   1067746     16.56   no data
654.32/163.87	c  F st   878   1071877       536      2322         0     78082      7039   1319861     16.56   no data
654.32/163.88	c  N st   878   1071877       536      2322         0     78082      7039   1319861     16.56   no data
659.51/165.15	c Decided on static restart strategy
677.48/169.64	c  N st   888   1100182       536      2322         0     62136      7039    976160     16.56   no data
712.24/178.35	c  N st   890   1136174       536      2322         0     52441      7039    663293     16.56   no data
746.19/186.88	c  N st   891   1168568       536      2322         0     84029      7039   1458647     16.56   no data
787.74/197.20	c  N st   892   1209798       536      2322         0     78476      7039   1354755     16.56   no data
787.74/197.20	c  S st   892   1209798       536      2322         0     78476      7039   1354755     16.56   no data
788.94/197.51	c  S st   892   1210303       536      2322         0     78978      7039   1367638     16.56   no data
788.94/197.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
788.94/197.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
788.94/197.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
788.94/197.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
788.94/197.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
788.94/197.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    536 time:  0.00 s
788.94/197.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
788.94/197.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
789.36/197.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
805.72/201.75	c lits-rem:       523  cl-subs:     3410  v-elim:      0  v-fix:    0  time:  4.11 s
805.72/201.75	c vivif2 --  cl tried     2322 cl shrink        0 lits rem          0 time: 0.00
805.72/201.77	c vivif2 --  cl tried    75568 cl shrink        0 lits rem          0 time: 0.02
806.11/201.84	c asymm  cl-useful: 0/2322/2322 lits-rem:0 time: 0.07
806.11/201.84	c calculated reachability. Time: 0.00
806.11/201.84	c  N st   892   1210303       536      2322         0     75568      7039   1280046     16.56   no data
877.23/219.70	c  N st   893   1283185       536      2322         0     52052      7039    588721     16.56   no data
981.88/245.89	c  N st   894   1392508       536      2322         0     59823      7039    765935     16.56   no data
1157.65/289.82	c  N st   895   1556492       536      2322         0     64506      7039    814360     16.56   no data
1320.64/330.61	c  N st   896   1710304       536      2322         0    106673      7039   1920714     16.56   no data
1320.64/330.61	c  S st   896   1710304       536      2322         0    106673      7039   1920714     16.56   no data
1321.83/330.94	c  S st   896   1710810       536      2322         0    107179      7039   1933966     16.56   no data
1321.83/330.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1322.23/331.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1322.23/331.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1322.23/331.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1322.23/331.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1322.23/331.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    536 time:  0.00 s
1322.23/331.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1322.23/331.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1322.23/331.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1369.78/342.91	c lits-rem:      1590  cl-subs:     7775  v-elim:      0  v-fix:    0  time: 11.82 s
1369.78/342.91	c vivif2 --  cl tried     2322 cl shrink        0 lits rem          0 time: 0.00
1369.78/342.94	c vivif2 --  cl tried    99404 cl shrink        0 lits rem          0 time: 0.02
1370.16/343.04	c asymm  cl-useful: 0/2322/2322 lits-rem:0 time: 0.10
1370.16/343.05	c calculated reachability. Time: 0.00
1370.16/343.05	c  N st   896   1710810       536      2322         0     99404      7039   1745972     16.56   no data
1796.40/449.79	c  N st   897   2079776       536      2322         0    110689      7039   1843255     16.56   no data
1953.39/489.03	c  N st   898   2210810       536      2322         0    115085      7039   1983754     16.56   no data
1953.39/489.03	c  S st   898   2210810       536      2322         0    115085      7039   1983754     16.56   no data
1954.98/489.43	c  S st   898   2211312       536      2322         0    115587      7039   1996082     16.56   no data
1954.98/489.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1955.38/489.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1955.38/489.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1955.38/489.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1955.38/489.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1955.38/489.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    536 time:  0.00 s
1955.38/489.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1955.38/489.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1955.38/489.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2003.32/501.53	c lits-rem:      1641  cl-subs:     7067  v-elim:      0  v-fix:    0  time: 11.94 s
2003.32/501.53	c vivif2 --  cl tried     2322 cl shrink        0 lits rem          0 time: 0.00
2003.32/501.56	c vivif2 --  cl tried   108520 cl shrink        0 lits rem          0 time: 0.03
2003.72/501.67	c asymm  cl-useful: 0/2322/2322 lits-rem:0 time: 0.11
2003.72/501.67	c calculated reachability. Time: 0.00
2003.72/501.67	c  N st   898   2211312       536      2322         0    108520      7039   1829051     16.56   no data
2592.14/648.91	c  N st   899   2711313       536      2322         0    131324      7039   2187263     16.56   no data
2592.14/648.91	c  S st   899   2711313       536      2322         0    131324      7039   2187263     16.56   no data
2593.74/649.36	c  S st   899   2711815       536      2322         0    131825      7039   2200582     16.56   no data
2593.74/649.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2594.14/649.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2594.14/649.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2594.14/649.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2594.14/649.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2594.14/649.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    536 time:  0.00 s
2594.14/649.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2594.14/649.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2594.54/649.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2693.21/674.29	c lits-rem:      1573  cl-subs:    15028  v-elim:      0  v-fix:    0  time: 24.75 s
2693.21/674.29	c vivif2 --  cl tried     2322 cl shrink        0 lits rem          0 time: 0.00
2693.61/674.32	c vivif2 --  cl tried   116797 cl shrink        0 lits rem          0 time: 0.03
2694.01/674.44	c asymm  cl-useful: 0/2322/2322 lits-rem:0 time: 0.12
2694.01/674.44	c calculated reachability. Time: 0.00
2694.01/674.44	c  N st   899   2711815       536      2322         0    116797      7039   1877514     16.56   no data
3350.73/838.81	c  N st   900   3211816       536      2322         0     93178      7039   1195525     16.56   no data
3350.73/838.81	c  S st   900   3211816       536      2322         0     93178      7039   1195525     16.56   no data
3351.93/839.17	c  S st   900   3212319       536      2322         0     93681      7039   1208724     16.56   no data
3351.93/839.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3352.33/839.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
3352.33/839.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3352.33/839.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3352.33/839.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3352.33/839.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    536 time:  0.00 s
3352.33/839.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3352.33/839.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3352.73/839.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3361.53/841.55	c lits-rem:       152  cl-subs:     2477  v-elim:      0  v-fix:    0  time:  2.23 s
3361.53/841.55	c vivif2 --  cl tried     2322 cl shrink        0 lits rem          0 time: 0.00
3361.53/841.57	c vivif2 --  cl tried    91204 cl shrink        0 lits rem          0 time: 0.02
3361.93/841.68	c asymm  cl-useful: 0/2322/2322 lits-rem:0 time: 0.11
3361.93/841.68	c calculated reachability. Time: 0.00
3361.93/841.68	c  N st   900   3212319       536      2322         0     91204      7039   1153092     16.56   no data
4075.77/1020.37	c  N st   901   3712319       536      2322         0    102164      7039   1345828     16.56   no data
4075.77/1020.37	c  S st   901   3712319       536      2322         0    102164      7039   1345828     16.56   no data
4076.97/1020.67	c  S st   901   3712821       536      2322         0    102663      7039   1358126     16.56   no data
4076.97/1020.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4077.37/1020.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
4077.37/1020.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4077.37/1020.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4077.37/1020.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4077.37/1020.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    536 time:  0.00 s
4077.37/1020.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4077.37/1020.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4077.37/1020.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4088.15/1023.47	c lits-rem:       213  cl-subs:     3931  v-elim:      0  v-fix:    0  time:  2.67 s
4088.15/1023.47	c vivif2 --  cl tried     2322 cl shrink        0 lits rem          0 time: 0.00
4088.15/1023.49	c vivif2 --  cl tried    98732 cl shrink        0 lits rem          0 time: 0.02
4088.55/1023.58	c asymm  cl-useful: 0/2322/2322 lits-rem:0 time: 0.10
4088.55/1023.59	c calculated reachability. Time: 0.00
4088.55/1023.59	c  N st   901   3712821       536      2322         0     98732      7039   1260559     16.56   no data
4151.29/1039.22	c  F st   902   3751563       536      2322         0    136329      7039   2292229     16.56   no data
4151.29/1039.22	c  N st   902   3751563       536      2322         0    136329      7039   2292229     16.56   no data
4161.65/1041.84	c Decided on static restart strategy
4207.59/1053.33	c  N st   912   3779868       536      2322         0    163968      7039   3036718     16.56   no data
4267.52/1068.36	c  N st   914   3815860       536      2322         0    116493      7039   1636327     16.56   no data
4334.62/1085.10	c  N st   915   3848252       536      2322         0    147850      7039   2386068     16.56   no data
4405.75/1102.96	c  N st   916   3896840       536      2322         0    111650      7039   1565838     16.56   no data
4523.17/1132.31	c  N st   917   3969722       536      2322         0     97987      7039   1163539     16.56   no data
4678.96/1171.30	c  N st   918   4079045       536      2322         0    119445      7039   1767964     16.56   no data

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174158-1304106305/watcher-3174158-1304106305 -o /tmp/evaluation-result-3174158-1304106305/solver-3174158-1304106305 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174158-1304106305.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.13 8.10 8.01 6/180 27701
/proc/meminfo: memFree=30479820/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 412 0 0 0 0 0 0 0 23 0 4 0 522227595 52441088 352 33554432000 4194304 4627427 140734280685392 18446744073709551615 239476694971 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 12803 352 303 106 0 7774 0
[pid=27701/tid=27702] ppid=27699 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 522227595 52441088 352 33554432000 4194304 4627427 140734280685392 18446744073709551615 47690496268200 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 522227595 52441088 352 33554432000 4194304 4627427 140734280685392 18446744073709551615 47690496268204 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 522227595 52441088 352 33554432000 4194304 4627427 140734280685392 18446744073709551615 239471742038 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.405446 s]
/proc/loadavg: 8.13 8.10 8.01 6/180 27701
/proc/meminfo: memFree=30479820/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=285552 CPUtime=3.2 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 5316 0 0 0 320 0 0 0 25 0 4 0 522227595 292405248 2492 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 71388 2492 385 106 0 66359 0
[pid=27701/tid=27702] ppid=27699 vsize=285552 CPUtime=0.8 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1229 0 0 0 80 0 0 0 25 0 4 0 522227595 292405248 2492 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=285552 CPUtime=0.79 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1247 0 0 0 79 0 0 0 19 0 4 0 522227595 292405248 2492 33554432000 4194304 4627427 140734280685392 18446744073709551615 4329728 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=285552 CPUtime=0.79 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1168 0 0 0 79 0 0 0 19 0 4 0 522227595 292405248 2492 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309125 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 285552

[startup+0.907089 s]
/proc/loadavg: 8.13 8.10 8.01 6/180 27701
/proc/meminfo: memFree=30479820/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=285552 CPUtime=3.6 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 5550 0 0 0 360 0 0 0 25 0 4 0 522227595 292405248 2726 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 71388 2726 385 106 0 66359 0
[pid=27701/tid=27702] ppid=27699 vsize=285552 CPUtime=0.9 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1288 0 0 0 90 0 0 0 25 0 4 0 522227595 292405248 2726 33554432000 4194304 4627427 140734280685392 18446744073709551615 4308317 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=285552 CPUtime=0.89 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1310 0 0 0 89 0 0 0 19 0 4 0 522227595 292405248 2726 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=285552 CPUtime=0.89 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1225 0 0 0 89 0 0 0 19 0 4 0 522227595 292405248 2726 33554432000 4194304 4627427 140734280685392 18446744073709551615 4332767 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 285552

[startup+1.00707 s]
/proc/loadavg: 8.13 8.10 8.01 6/180 27701
/proc/meminfo: memFree=30479820/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=285552 CPUtime=4 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 5806 0 0 0 400 0 0 0 25 0 4 0 522227595 292405248 2982 33554432000 4194304 4627427 140734280685392 18446744073709551615 4310555 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 71388 2982 385 106 0 66359 0
[pid=27701/tid=27702] ppid=27699 vsize=285552 CPUtime=1 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1351 0 0 0 100 0 0 0 25 0 4 0 522227595 292405248 2982 33554432000 4194304 4627427 140734280685392 18446744073709551615 4332432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=285552 CPUtime=0.99 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1369 0 0 0 99 0 0 0 19 0 4 0 522227595 292405248 2982 33554432000 4194304 4627427 140734280685392 18446744073709551615 4299595 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=285552 CPUtime=0.99 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1294 0 0 0 99 0 0 0 19 0 4 0 522227595 292405248 2982 33554432000 4194304 4627427 140734280685392 18446744073709551615 4333251 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 285552

[startup+1.10705 s]
/proc/loadavg: 8.13 8.10 8.01 6/180 27701
/proc/meminfo: memFree=30479820/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=285684 CPUtime=4.4 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 6109 0 0 0 440 0 0 0 25 0 4 0 522227595 292540416 3285 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 71421 3285 386 106 0 66392 0
[pid=27701/tid=27702] ppid=27699 vsize=285684 CPUtime=1.1 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1415 0 0 0 110 0 0 0 25 0 4 0 522227595 292540416 3285 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=285684 CPUtime=1.09 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1451 0 0 0 109 0 0 0 19 0 4 0 522227595 292540416 3285 33554432000 4194304 4627427 140734280685392 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=285684 CPUtime=1.09 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1371 0 0 0 109 0 0 0 19 0 4 0 522227595 292540416 3285 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 285684

[startup+1.50098 s]
/proc/loadavg: 8.13 8.10 8.01 6/180 27701
/proc/meminfo: memFree=30479820/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=286128 CPUtime=5.98 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 8981 0 0 0 597 1 0 0 25 0 4 0 522227595 292995072 4651 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 71532 4651 389 106 0 66503 0
[pid=27701/tid=27702] ppid=27699 vsize=286128 CPUtime=1.49 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1822 0 0 0 149 0 0 0 25 0 4 0 522227595 292995072 4651 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=286128 CPUtime=1.49 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1824 0 0 0 149 0 0 0 20 0 4 0 522227595 292995072 4651 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=286128 CPUtime=1.49 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 1756 0 0 0 149 0 0 0 20 0 4 0 522227595 292995072 4651 33554432000 4194304 4627427 140734280685392 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 286128

[startup+3.10067 s]
/proc/loadavg: 8.12 8.10 8.01 9/184 27705
/proc/meminfo: memFree=30439016/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=291744 CPUtime=12.37 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 18450 0 0 0 1234 3 0 0 25 0 4 0 522227595 298745856 9675 33554432000 4194304 4627427 140734280685392 18446744073709551615 4324344 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 72936 9675 389 106 0 67907 0
[pid=27701/tid=27702] ppid=27699 vsize=291744 CPUtime=3.09 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 4261 0 0 0 309 0 0 0 25 0 4 0 522227595 298745856 9675 33554432000 4194304 4627427 140734280685392 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=291744 CPUtime=3.07 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 4870 0 0 0 307 0 0 0 25 0 4 0 522227595 298745856 9675 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=291744 CPUtime=3.08 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 4489 0 0 0 308 0 0 0 25 0 4 0 522227595 298745856 9675 33554432000 4194304 4627427 140734280685392 18446744073709551615 4332676 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 291744

[startup+6.30606 s]
/proc/loadavg: 8.11 8.10 8.01 9/184 27705
/proc/meminfo: memFree=30418560/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=290832 CPUtime=25.17 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 29847 0 0 0 2512 5 0 0 25 0 4 0 522227595 297811968 13175 33554432000 4194304 4627427 140734280685392 18446744073709551615 4333091 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 72708 13175 389 106 0 67679 0
[pid=27701/tid=27702] ppid=27699 vsize=290832 CPUtime=6.29 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 7799 0 0 0 628 1 0 0 25 0 4 0 522227595 297811968 13175 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=290832 CPUtime=6.26 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 8108 0 0 0 626 0 0 0 25 0 4 0 522227595 297811968 13175 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=290832 CPUtime=6.29 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 6591 0 0 0 628 1 0 0 25 0 4 0 522227595 297811968 13175 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 290832

[startup+12.7008 s]
/proc/loadavg: 8.10 8.09 8.01 9/184 27705
/proc/meminfo: memFree=30379768/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=296744 CPUtime=50.71 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 46868 0 0 0 5063 8 0 0 25 0 4 0 522227595 303865856 19190 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 74186 19190 389 106 0 69157 0
[pid=27701/tid=27702] ppid=27699 vsize=296744 CPUtime=12.68 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 12021 0 0 0 1267 1 0 0 25 0 4 0 522227595 303865856 19190 33554432000 4194304 4627427 140734280685392 18446744073709551615 4308593 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=296744 CPUtime=12.63 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 11474 0 0 0 1262 1 0 0 25 0 4 0 522227595 303865856 19190 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=296744 CPUtime=12.68 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 11700 0 0 0 1266 2 0 0 25 0 4 0 522227595 303865856 19190 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 296744

[startup+25.5004 s]
/proc/loadavg: 8.16 8.11 8.02 9/184 27706
/proc/meminfo: memFree=30354592/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=307668 CPUtime=101.84 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 68957 0 0 0 10172 12 0 0 25 0 4 0 522227595 315052032 25168 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309192 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 76917 25168 389 106 0 71888 0
[pid=27701/tid=27702] ppid=27699 vsize=307668 CPUtime=25.49 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 19184 0 0 0 2546 3 0 0 25 0 4 0 522227595 315052032 25168 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=307668 CPUtime=25.35 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 17986 0 0 0 2533 2 0 0 25 0 4 0 522227595 315052032 25168 33554432000 4194304 4627427 140734280685392 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=307668 CPUtime=25.49 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 16800 0 0 0 2546 3 0 0 25 0 4 0 522227595 315052032 25168 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 307668

[startup+51.1005 s]
/proc/loadavg: 8.10 8.10 8.01 9/184 27706
/proc/meminfo: memFree=30311068/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=307376 CPUtime=204.1 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 100288 0 0 0 20389 21 0 0 25 0 4 0 522227595 314753024 36912 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 76844 36912 389 106 0 71815 0
[pid=27701/tid=27702] ppid=27699 vsize=307376 CPUtime=51.09 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 25473 0 0 0 5104 5 0 0 25 0 4 0 522227595 314753024 36912 33554432000 4194304 4627427 140734280685392 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=307376 CPUtime=50.82 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 25740 0 0 0 5077 5 0 0 25 0 4 0 522227595 314753024 36912 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=307376 CPUtime=51.08 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 24822 0 0 0 5103 5 0 0 25 0 4 0 522227595 314753024 36912 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 307376

[startup+102.301 s]
/proc/loadavg: 8.09 8.09 8.01 9/184 27708
/proc/meminfo: memFree=30273044/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=341028 CPUtime=408.64 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 135994 0 0 0 40829 35 0 0 25 0 4 0 522227595 349212672 45605 33554432000 4194304 4627427 140734280685392 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 85257 45605 389 106 0 80228 0
[pid=27701/tid=27702] ppid=27699 vsize=341028 CPUtime=102.29 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 29527 0 0 0 10222 7 0 0 25 0 4 0 522227595 349212672 45605 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=341028 CPUtime=101.74 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 34269 0 0 0 10165 9 0 0 25 0 4 0 522227595 349212672 45605 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=341028 CPUtime=102.29 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 35027 0 0 0 10220 9 0 0 25 0 4 0 522227595 349212672 45605 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 341028

[startup+162.3 s]

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

[pid=27701] ppid=27699 vsize=568400 CPUtime=2565.78 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 445893 0 0 0 256410 168 0 0 25 0 4 0 522227595 582041600 91741 33554432000 4194304 4627427 140734280685392 18446744073709551615 4308362 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 142100 91741 389 106 0 137071 0
[pid=27701/tid=27702] ppid=27699 vsize=568400 CPUtime=642.31 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 90001 0 0 0 64197 34 0 0 25 0 4 0 522227595 582041600 91741 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=568400 CPUtime=638.81 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 101132 0 0 0 63844 37 0 0 25 0 4 0 522227595 582041600 91741 33554432000 4194304 4627427 140734280685392 18446744073709551615 4310552 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=568400 CPUtime=642.31 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 123508 0 0 0 64184 47 0 0 25 0 4 0 522227595 582041600 91741 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309234 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2565.78
Current children cumulated vsize (KiB) 568400

[startup+702.301 s]
/proc/loadavg: 8.16 8.06 8.01 9/184 27755
/proc/meminfo: memFree=30200140/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=621836 CPUtime=2805.46 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 473396 0 0 0 280365 181 0 0 25 0 4 0 522227595 636760064 102504 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 155459 102504 389 106 0 150430 0
[pid=27701/tid=27702] ppid=27699 vsize=621836 CPUtime=702.32 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 95924 0 0 0 70195 37 0 0 25 0 4 0 522227595 636760064 102504 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=621836 CPUtime=698.49 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 106997 0 0 0 69809 40 0 0 25 0 4 0 522227595 636760064 102504 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=621836 CPUtime=702.31 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 131802 0 0 0 70179 52 0 0 25 0 4 0 522227595 636760064 102504 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.46
Current children cumulated vsize (KiB) 621836

[startup+762.3 s]
/proc/loadavg: 8.12 8.06 8.01 9/184 27756
/proc/meminfo: memFree=30171708/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=634644 CPUtime=3045.14 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 502738 0 0 0 304320 194 0 0 25 0 4 0 522227595 649875456 107414 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 158661 107414 389 106 0 153632 0
[pid=27701/tid=27702] ppid=27699 vsize=634644 CPUtime=762.32 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 102499 0 0 0 76192 40 0 0 25 0 4 0 522227595 649875456 107414 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=634644 CPUtime=758.16 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 113367 0 0 0 75773 43 0 0 25 0 4 0 522227595 649875456 107415 33554432000 4194304 4627427 140734280685392 18446744073709551615 4308368 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=634644 CPUtime=762.31 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 140340 0 0 0 76176 55 0 0 25 0 4 0 522227595 649875456 107415 33554432000 4194304 4627427 140734280685392 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.14
Current children cumulated vsize (KiB) 634644

[startup+822.301 s]
/proc/loadavg: 8.09 8.06 8.01 9/184 27758
/proc/meminfo: memFree=30190260/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=622408 CPUtime=3284.83 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 529477 0 0 0 328277 206 0 0 25 0 4 0 522227595 637345792 105804 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 155602 105804 389 106 0 150573 0
[pid=27701/tid=27702] ppid=27699 vsize=622408 CPUtime=822.32 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 110087 0 0 0 82189 43 0 0 25 0 4 0 522227595 637345792 105804 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=622408 CPUtime=817.85 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 117946 0 0 0 81740 45 0 0 25 0 4 0 522227595 637345792 105804 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=622408 CPUtime=822.32 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 147956 0 0 0 82174 58 0 0 25 0 4 0 522227595 637345792 105804 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.83
Current children cumulated vsize (KiB) 622408

[startup+882.3 s]
/proc/loadavg: 8.14 8.08 8.01 9/184 27760
/proc/meminfo: memFree=30114944/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=648872 CPUtime=3524.5 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 556088 0 0 0 352232 218 0 0 25 0 4 0 522227595 664444928 110274 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 162218 110274 389 106 0 157189 0
[pid=27701/tid=27702] ppid=27699 vsize=648872 CPUtime=882.32 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 116702 0 0 0 88186 46 0 0 25 0 4 0 522227595 664444928 110274 33554432000 4194304 4627427 140734280685392 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=648872 CPUtime=877.51 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 120336 0 0 0 87704 47 0 0 25 0 4 0 522227595 664444928 110274 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=648872 CPUtime=882.32 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 158283 0 0 0 88170 62 0 0 25 0 4 0 522227595 664444928 110274 33554432000 4194304 4627427 140734280685392 18446744073709551615 4308593 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.5
Current children cumulated vsize (KiB) 648872

[startup+942.301 s]
/proc/loadavg: 8.15 8.09 8.02 9/184 27761
/proc/meminfo: memFree=30107576/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=649180 CPUtime=3764.21 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 583650 0 0 0 376188 233 0 0 25 0 4 0 522227595 664760320 116815 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 162295 116815 389 106 0 157266 0
[pid=27701/tid=27702] ppid=27699 vsize=649180 CPUtime=942.33 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 123707 0 0 0 94183 50 0 0 25 0 4 0 522227595 664760320 116815 33554432000 4194304 4627427 140734280685392 18446744073709551615 4310105 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=649180 CPUtime=937.2 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 126732 0 0 0 93669 51 0 0 25 0 4 0 522227595 664760320 116815 33554432000 4194304 4627427 140734280685392 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=649180 CPUtime=942.32 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 165160 0 0 0 94167 65 0 0 25 0 4 0 522227595 664760320 116815 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.21
Current children cumulated vsize (KiB) 649180

[startup+1002.3 s]
/proc/loadavg: 8.20 8.12 8.03 9/184 27772
/proc/meminfo: memFree=30130316/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=648764 CPUtime=4003.86 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 607096 0 0 0 400142 244 0 0 25 0 4 0 522227595 664334336 111378 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 162191 111378 389 106 0 157162 0
[pid=27701/tid=27702] ppid=27699 vsize=648764 CPUtime=1002.33 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 129451 0 0 0 100180 53 0 0 25 0 4 0 522227595 664334336 111378 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=648764 CPUtime=996.87 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 130041 0 0 0 99635 52 0 0 25 0 4 0 522227595 664334336 111378 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=648764 CPUtime=1002.31 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 172111 0 0 0 100163 68 0 0 25 0 4 0 522227595 664334336 111378 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.86
Current children cumulated vsize (KiB) 648764

[startup+1062.31 s]
/proc/loadavg: 8.16 8.12 8.03 9/184 27773
/proc/meminfo: memFree=30104972/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=715872 CPUtime=4243.56 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 636462 0 0 0 424099 257 0 0 25 0 4 0 522227595 733052928 117935 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 178968 117935 389 106 0 173939 0
[pid=27701/tid=27702] ppid=27699 vsize=715872 CPUtime=1062.33 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 139227 0 0 0 106176 57 0 0 25 0 4 0 522227595 733052928 117935 33554432000 4194304 4627427 140734280685392 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=715872 CPUtime=1056.55 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 134729 0 0 0 105600 55 0 0 25 0 4 0 522227595 733052928 117935 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=715872 CPUtime=1062.32 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 179742 0 0 0 106161 71 0 0 25 0 4 0 522227595 733052928 117935 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.56
Current children cumulated vsize (KiB) 715872

[startup+1122.3 s]
/proc/loadavg: 8.14 8.13 8.04 9/184 27775
/proc/meminfo: memFree=30105912/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=659836 CPUtime=4483.22 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 656830 0 0 0 448053 269 0 0 25 0 4 0 522227595 675672064 119947 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 164959 119947 389 106 0 159930 0
[pid=27701/tid=27702] ppid=27699 vsize=659836 CPUtime=1122.33 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 142179 0 0 0 112174 59 0 0 25 0 4 0 522227595 675672064 119947 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=659836 CPUtime=1116.21 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 140855 0 0 0 111563 58 0 0 25 0 4 0 522227595 675672064 119947 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=659836 CPUtime=1122.32 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 185856 0 0 0 112158 74 0 0 25 0 4 0 522227595 675672064 119947 33554432000 4194304 4627427 140734280685392 18446744073709551615 4327595 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.22
Current children cumulated vsize (KiB) 659836

[startup+1182.3 s]
/proc/loadavg: 8.37 8.19 8.06 9/184 27780
/proc/meminfo: memFree=30092288/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=725940 CPUtime=4722.91 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 682003 0 0 0 472009 282 0 0 25 0 4 0 522227595 743362560 126311 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 181485 126311 389 106 0 176456 0
[pid=27701/tid=27702] ppid=27699 vsize=725940 CPUtime=1182.33 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 149120 0 0 0 118171 62 0 0 25 0 4 0 522227595 743362560 126311 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=725940 CPUtime=1175.9 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 145436 0 0 0 117528 62 0 0 25 0 4 0 522227595 743362560 126311 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=725940 CPUtime=1182.32 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 192110 0 0 0 118155 77 0 0 25 0 4 0 522227595 743362560 126311 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309125 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.91
Current children cumulated vsize (KiB) 725940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.41 8.21 8.07 9/184 27780
/proc/meminfo: memFree=30063604/32950928 swapFree=67086612/67111528
[pid=27701] ppid=27699 vsize=726320 CPUtime=4800.02 cores=1,3,5,7
/proc/27701/stat : 27701 (strangenight2-m) R 27699 27701 27507 0 -1 4202496 689206 0 0 0 479716 286 0 0 25 0 4 0 522227595 743751680 129269 33554432000 4194304 4627427 140734280685392 18446744073709551615 4507248 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27701/statm: 181580 129269 389 106 0 176551 0
[pid=27701/tid=27702] ppid=27699 vsize=726320 CPUtime=1201.64 cores=1,3,5,7
/proc/27701/task/27702/stat : 27702 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 150105 0 0 0 120101 63 0 0 25 0 4 0 522227595 743751680 129269 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27701/tid=27703] ppid=27699 vsize=726320 CPUtime=1195.09 cores=1,3,5,7
/proc/27701/task/27703/stat : 27703 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 147921 0 0 0 119446 63 0 0 25 0 4 0 522227595 743751680 129269 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27701/tid=27704] ppid=27699 vsize=726320 CPUtime=1201.63 cores=1,3,5,7
/proc/27701/task/27704/stat : 27704 (strangenight2-m) R 27699 27701 27507 0 -1 4202560 193414 0 0 0 120084 79 0 0 25 0 4 0 522227595 743751680 129269 33554432000 4194304 4627427 140734280685392 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 726320

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.63
CPU time (s): 4800.07
CPU user time (s): 4797.18
CPU system time (s): 2.88956
CPU usage (%): 399.463
Max. virtual memory (cumulated for all children) (KiB): 778648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.18
system time used= 2.88956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 689206
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 223
involuntary context switches= 31406

runsolver used 1.90771 second user time and 4.64829 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 21:45:05
IDJOB=3174158
IDBENCH=82976
IDSOLVER=1586
FILE ID=node148/3174158-1304106305
RUNJOBID= node148-1304104016-27526
PBS_JOBID= 13170644
Free space on /tmp= 71428 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S927210717-059.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174158-1304106305/watcher-3174158-1304106305 -o /tmp/evaluation-result-3174158-1304106305/solver-3174158-1304106305 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174158-1304106305.cnf

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

MD5SUM BENCH= 7954e0b477e9d5cbd0a1f159f4b0eef6
RANDOM SEED=856178853

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30480100 kB
Buffers:        698664 kB
Cached:         934116 kB
SwapCached:       3696 kB
Active:         550272 kB
Inactive:      1556500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30480100 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:            5456 kB
Writeback:           4 kB
AnonPages:      472080 kB
Mapped:          14548 kB
Slab:           300052 kB
PageTables:       5404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   742676 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71424 MiB
End job on node148 at 2011-04-29 22:05:09