Trace number 3368766

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-1-mt (fixed)UNSAT 3442.78 863.235

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S648064606-012.UNKNOWN.cnf
MD5SUM24f29f9a1e0f9e8aba36541592ba8e3a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.1233
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368766-1305402561.cnf'
0.00/0.01	c -- header says num vars:            350
0.00/0.01	c -- header says num clauses:        1491
0.00/0.01	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.01	c -- vars added        350
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       350      1491         0         0      4473         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1491/1491 lits-rem:0 time: 0.00
0.00/0.01	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 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:    350 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.37/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.00 s
0.37/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.37/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.37/0.11	c calculated reachability. Time: 0.00
0.37/0.11	c Calc default polars -  time:   0.00 s pos:     141 undec:      36 neg:     173
0.37/0.11	c =========================================================================================
0.37/0.11	c types(t): F = full restart, N = normal restart
0.37/0.11	c types(t): S = simplification begin/end, E = solution found
0.37/0.11	c restart types(rt): st = static, dy = dynamic
0.37/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.37/0.11	c  B st     0         0       344      1483         0         0      4496         0   no data   no data  --
0.37/0.11	c Decided on static restart strategy
0.37/0.14	c  N st     8      4916       344      1483         0      4751      4496     81498   no data   no data  --
1.17/0.36	c  N st    10     11299       344      1483         0      4424      4496     62082   no data   no data  --
2.36/0.60	c  N st    11     17042       344      1483         0      9999      4496    162188   no data   no data  --
3.56/1.00	c  F st    12     25000       344      1483         0     12210      4496    188665   no data   no data  --
3.56/1.00	c  N st    12     25000       344      1483         0     12210      4496    188665   no data   no data  --
4.75/1.24	c Decided on static restart strategy
4.75/1.24	c  N st    18     30000       344      1483         0     10549      4496    151424   no data   no data  --
4.75/1.24	c  S st    18     30000       344      1483         0     10549      4496    151424   no data   no data  --
4.75/1.27	c  S st    18     30504       344      1483         0     11052      4496    160607   no data   no data  --
4.75/1.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.75/1.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.75/1.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.75/1.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.75/1.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.75/1.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
4.75/1.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.55/1.41	c lits-rem:       237  cl-subs:     1000  v-elim:      0  v-fix:    0  time:  0.55 s
5.55/1.42	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.03
5.55/1.42	c calculated reachability. Time: 0.00
5.55/1.42	c  N st    18     30504       344      1483         0     10052      4496    143941   no data   no data  --
6.75/1.79	c  N st    20     37614       344      1483         0      9343      4496    119463   no data   no data  --
8.38/2.11	c  N st    21     44014       344      1483         0     15531      4496    235882   no data   no data  --
8.80/2.22	c  S st    22     45756       344      1483         0     17241      4496    267079   no data   no data  --
8.80/2.26	c  S st    22     46260       344      1483         0      9075      4496    103207   no data   no data  --
8.80/2.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.80/2.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.80/2.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.80/2.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.80/2.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.80/2.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
8.80/2.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.15/2.31	c lits-rem:        24  cl-subs:      131  v-elim:      0  v-fix:    0  time:  0.18 s
9.15/2.31	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
9.15/2.31	c vivif2 --  cl tried     8944 cl shrink        0 lits rem          0 time: 0.00
9.15/2.32	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.03
9.15/2.32	c calculated reachability. Time: 0.00
9.15/2.32	c  N st    22     46260       344      1483         0      8944      4496    101105   no data   no data  --
12.34/3.10	c  N st    23     60658       344      1483         0     13239      4496    172217   no data   no data  --
14.33/3.63	c  N st    24     69391       344      1483         0     11052      4496    125735   no data   no data  --
14.33/3.63	c  S st    24     69391       344      1483         0     11052      4496    125735   no data   no data  --
14.33/3.66	c  S st    24     69895       344      1483         0     11555      4496    135277   no data   no data  --
14.33/3.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.33/3.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.33/3.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
14.33/3.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.33/3.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.33/3.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
14.33/3.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.73/3.78	c lits-rem:        68  cl-subs:      220  v-elim:      0  v-fix:    0  time:  0.45 s
14.73/3.78	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
14.73/3.78	c vivif2 --  cl tried    11335 cl shrink        0 lits rem          0 time: 0.00
14.73/3.79	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.03
14.73/3.79	c calculated reachability. Time: 0.00
14.73/3.79	c  N st    24     69895       344      1483         0     11335      4496    131428   no data   no data  --
19.51/4.92	c  F st    25     87500       344      1483         0     16772      4496    226975   no data   no data  --
19.51/4.92	c  N st    25     87500       344      1483         0     16772      4496    226975   no data   no data  --
20.71/5.28	c Decided on static restart strategy
21.96/5.51	c  N st    32     95543       344      1483         0     24576      4496    370638   no data   no data  --
24.30/6.17	c  N st    34    104843       344      1483         0     20976      4496    280185   no data   no data  --
24.30/6.17	c  S st    34    104843       344      1483         0     20976      4496    280185   no data   no data  --
24.70/6.23	c  S st    34    105345       344      1483         0     21476      4496    289561   no data   no data  --
24.70/6.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.70/6.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.70/6.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
24.70/6.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.70/6.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.70/6.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
24.70/6.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.09/6.83	c lits-rem:       293  cl-subs:     1363  v-elim:      0  v-fix:    0  time:  2.34 s
27.09/6.83	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
27.09/6.83	c vivif2 --  cl tried    20113 cl shrink        0 lits rem          0 time: 0.01
27.09/6.85	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.06
27.09/6.85	c calculated reachability. Time: 0.00
27.09/6.85	c  N st    34    105345       344      1483         0     20113      4496    267995   no data   no data  --
29.90/7.58	c  N st    35    114943       344      1483         0     15786      4496    175030   no data   no data  --
34.28/8.68	c  N st    36    129342       344      1483         0     15176      4496    155885   no data   no data  --
41.05/10.34	c  N st    37    150941       344      1483         0     20586      4496    244103   no data   no data  --
43.05/10.90	c  S st    38    158018       344      1483         0     27415      4496    375966   no data   no data  --
43.48/10.98	c  S st    38    158527       344      1483         0     27924      4496    385599   no data   no data  --
43.48/10.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.48/10.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.48/10.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
43.48/11.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.48/11.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.48/11.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
43.48/11.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.28/12.14	c lits-rem:       688  cl-subs:     2200  v-elim:      0  v-fix:    0  time:  4.55 s
48.28/12.14	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
48.28/12.15	c vivif2 --  cl tried    25724 cl shrink        0 lits rem          0 time: 0.02
48.28/12.16	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.08
48.28/12.17	c calculated reachability. Time: 0.00
48.28/12.17	c  N st    38    158527       344      1483         0     25724      4496    348328   no data   no data  --
64.59/16.26	c  N st    39    207117       344      1483         0     20680      4496    227589   no data   no data  --
74.96/18.85	c  N st    40    237791       344      1483         0     30939      4496    390500   no data   no data  --
74.96/18.85	c  S st    40    237791       344      1483         0     30939      4496    390500   no data   no data  --
75.36/18.95	c  S st    40    238293       344      1483         0     31436      4496    399668   no data   no data  --
75.36/18.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.36/18.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.36/18.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
75.36/18.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.36/18.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.36/18.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
75.36/18.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.94/20.35	c lits-rem:      1112  cl-subs:     2993  v-elim:      0  v-fix:    0  time:  5.50 s
80.94/20.35	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
80.94/20.36	c vivif2 --  cl tried    28443 cl shrink        0 lits rem          0 time: 0.02
80.94/20.38	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.08
80.94/20.38	c calculated reachability. Time: 0.00
80.94/20.38	c  N st    40    238293       344      1483         0     28443      4496    354806   no data   no data  --
108.87/27.35	c  F st    41    306250       344      1483         0     30178      4496    338819   no data   no data  --
108.87/27.35	c  N st    41    306250       344      1483         0     30178      4496    338819   no data   no data  --
111.25/27.92	c Decided on static restart strategy
121.23/30.49	c  N st    51    334552       344      1483         0     34444      4496    413510   no data   no data  --
132.00/33.16	c  N st    53    357439       344      1483         0     32518      4496    378592   no data   no data  --
132.00/33.16	c  S st    53    357439       344      1483         0     32518      4496    378592   no data   no data  --
132.40/33.24	c  S st    53    357939       344      1483         0     33016      4496    388128   no data   no data  --
132.40/33.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.40/33.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
132.40/33.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
132.40/33.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.40/33.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.40/33.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
132.40/33.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
137.19/34.45	c lits-rem:       582  cl-subs:     1795  v-elim:      0  v-fix:    0  time:  4.74 s
137.19/34.45	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
137.19/34.46	c vivif2 --  cl tried    31221 cl shrink        0 lits rem          0 time: 0.02
137.19/34.48	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.09
137.19/34.48	c calculated reachability. Time: 0.00
137.19/34.48	c  N st    53    357939       344      1483         0     31221      4496    359546   no data   no data  --
152.75/38.34	c  N st    54    390332       344      1483         0     37555      4496    461686   no data   no data  --
178.28/44.72	c  N st    55    438920       344      1483         0     31328      4496    322876   no data   no data  --
215.02/53.98	c  N st    56    511803       344      1483         0     44496      4496    546140   no data   no data  --
228.94/57.48	c  N st    57    536908       344      1483         0     38781      4496    439192   no data   no data  --
228.94/57.48	c  S st    57    536908       344      1483         0     38781      4496    439192   no data   no data  --
229.34/57.58	c  S st    57    537414       344      1483         0     39284      4496    448835   no data   no data  --
229.34/57.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
229.34/57.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
229.34/57.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
229.74/57.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
229.74/57.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
229.74/57.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
229.74/57.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
235.32/59.04	c lits-rem:       784  cl-subs:     1784  v-elim:      0  v-fix:    0  time:  5.74 s
235.32/59.04	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
235.32/59.05	c vivif2 --  cl tried    37500 cl shrink        0 lits rem          0 time: 0.02
235.32/59.08	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.12
235.32/59.08	c calculated reachability. Time: 0.00
235.32/59.08	c  N st    57    537414       344      1483         0     37500      4496    417287   no data   no data  --
326.27/81.85	c  N st    58    701398       344      1483         0     66358      4496    930812   no data   no data  --
390.88/98.06	c  N st    59    806124       344      1483         0     59973      4496    720779   no data   no data  --
390.88/98.06	c  S st    59    806124       344      1483         0     59973      4496    720779   no data   no data  --
391.68/98.23	c  S st    59    806633       344      1483         0     60478      4496    730694   no data   no data  --
391.68/98.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
391.68/98.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
391.68/98.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
391.68/98.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
391.68/98.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
391.68/98.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
391.68/98.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
403.28/101.12	c lits-rem:      1684  cl-subs:     7265  v-elim:      0  v-fix:    0  time: 11.29 s
403.28/101.12	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
403.28/101.13	c vivif2 --  cl tried    53213 cl shrink        0 lits rem          0 time: 0.03
403.28/101.18	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.20
403.28/101.18	c calculated reachability. Time: 0.00
403.28/101.18	c  N st    59    806633       344      1483         0     53213      4496    620906   no data   no data  --
598.29/150.01	c  F st    60   1071877       344      1483         0     69156      4496    807133   no data   no data  --
598.29/150.02	c  N st    60   1071877       344      1483         0     69156      4496    807133   no data   no data  --
602.68/151.13	c Decided on static restart strategy
622.65/156.20	c  N st    70   1100180       344      1483         0     53285      4496    561180   no data   no data  --
650.93/163.22	c  N st    72   1136174       344      1483         0     87881      4496   1173095   no data   no data  --
673.27/168.84	c  N st    73   1168566       344      1483         0     74794      4496    927653   no data   no data  --
702.78/176.22	c  N st    74   1209950       344      1483         0     69355      4496    794903   no data   no data  --
702.78/176.22	c  S st    74   1209950       344      1483         0     69355      4496    794903   no data   no data  --
703.58/176.44	c  S st    74   1210454       344      1483         0     69853      4496    804934   no data   no data  --
703.58/176.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
703.58/176.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
703.58/176.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
703.58/176.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
703.58/176.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
703.58/176.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
703.58/176.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
716.75/179.76	c lits-rem:      1622  cl-subs:     8255  v-elim:      0  v-fix:    0  time: 13.00 s
716.75/179.76	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
716.75/179.77	c vivif2 --  cl tried    61598 cl shrink        0 lits rem          0 time: 0.04
717.15/179.83	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.26
717.15/179.83	c calculated reachability. Time: 0.00
717.15/179.83	c  N st    74   1210454       344      1483         0     61598      4496    682724   no data   no data  --
774.19/194.15	c  N st    75   1283336       344      1483         0     85681      4496   1129178   no data   no data  --
859.99/215.62	c  N st    76   1392659       344      1483         0     95740      4496   1277997   no data   no data  --
1003.55/251.65	c  N st    77   1556643       344      1483         0    102690      4496   1239623   no data   no data  --
1128.40/282.94	c  N st    78   1710456       344      1483         0     92067      4496   1079689   no data   no data  --
1128.40/282.94	c  S st    78   1710456       344      1483         0     92067      4496   1079689   no data   no data  --
1129.60/283.28	c  S st    78   1710960       344      1483         0     92567      4496   1089167   no data   no data  --
1129.60/283.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1129.60/283.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1130.00/283.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1130.00/283.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1130.00/283.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1130.00/283.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
1130.00/283.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1155.53/289.71	c lits-rem:       811  cl-subs:    16319  v-elim:      0  v-fix:    0  time: 25.30 s
1155.53/289.71	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
1155.53/289.72	c vivif2 --  cl tried    76248 cl shrink        0 lits rem          0 time: 0.05
1155.93/289.81	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.35
1155.93/289.81	c calculated reachability. Time: 0.00
1155.93/289.81	c  N st    78   1710960       344      1483         0     76248      4496    852754   no data   no data  --
1487.01/372.85	c  N st    79   2079925       344      1483         0     88526      4496   1013625   no data   no data  --
1613.44/404.53	c  N st    80   2210962       344      1483         0     91904      4496   1045267   no data   no data  --
1613.44/404.53	c  S st    80   2210962       344      1483         0     91904      4496   1045267   no data   no data  --
1614.68/404.81	c  S st    80   2211467       344      1483         0     92407      4496   1054797   no data   no data  --
1614.68/404.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1614.68/404.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1614.68/404.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1614.68/404.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1614.68/404.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1614.68/404.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
1614.68/404.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1634.18/409.77	c lits-rem:       990  cl-subs:    11301  v-elim:      0  v-fix:    0  time: 19.49 s
1634.18/409.77	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
1634.18/409.79	c vivif2 --  cl tried    81106 cl shrink        0 lits rem          0 time: 0.05
1634.58/409.89	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.40
1634.58/409.89	c calculated reachability. Time: 0.00
1634.58/409.89	c  N st    80   2211467       344      1483         0     81106      4496    890992   no data   no data  --
2158.36/541.14	c  N st    81   2711467       344      1483         1    105091      4496   1250210   no data   no data  --
2158.36/541.14	c  S st    81   2711467       344      1483         1    105091      4496   1250210   no data   no data  --
2159.92/541.51	c  S st    81   2711969       344      1483         1    105589      4496   1260204   no data   no data  --
2159.92/541.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2159.92/541.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2159.92/541.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.19
2160.32/541.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2162.32/542.17	c subs with bin:     2224  lits-rem:      1331  v-fix:    0  time:  2.24 s
2162.32/542.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
2162.32/542.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2189.83/549.06	c lits-rem:      6384  cl-subs:     9569  v-elim:      0  v-fix:    0  time: 27.49 s
2189.83/549.06	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
2189.83/549.08	c vivif2 --  cl tried    93796 cl shrink        0 lits rem          0 time: 0.06
2190.63/549.20	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.50
2190.63/549.21	c calculated reachability. Time: 0.00
2190.63/549.21	c  N st    81   2711969       344      1483         1     93796      4496   1085269   no data   no data  --
2719.17/681.73	c Finding binary XORs  T:     0.00 s  found:       0
2769.03/694.26	c  N st    82   3211969       343      1467         7    120141      4460   1498519   no data   no data  --
2769.03/694.26	c  S st    82   3211969       343      1467         7    120141      4460   1498519   no data   no data  --
2771.03/694.73	c  S st    82   3212470       343      1467         7    120641      4460   1508115   no data   no data  --
2771.03/694.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2771.03/694.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2771.43/694.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.24
2771.43/694.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2777.04/696.24	c subs with bin:     1005  lits-rem:     18235  v-fix:    0  time:  5.52 s
2777.04/696.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    343 time:  0.00 s
2777.04/696.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2840.42/712.13	c lits-rem:      1747  cl-subs:    18564  v-elim:      0  v-fix:    0  time: 63.38 s
2840.42/712.13	c vivif2 --  cl tried     1467 cl shrink        0 lits rem          0 time: 0.00
2840.42/712.15	c vivif2 --  cl tried   101072 cl shrink        0 lits rem          0 time: 0.08
2841.22/712.33	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.70
2841.22/712.33	c calculated reachability. Time: 0.00
2841.22/712.33	c  N st    82   3212470       343      1467         7    101072      4460   1203242   no data   no data  --
3407.23/854.21	c  N st    83   3712471       343      1467         9    141917      4460   1685857   no data   no data  --
3407.23/854.21	c  S st    83   3712471       343      1467         9    141917      4460   1685857   no data   no data  --
3408.43/854.52	c Finding binary XORs  T:     0.00 s  found:       0
3409.61/854.82	c  S st    83   3712974       337      1360        97     84893      4219    846091   no data   no data  --
3409.61/854.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3409.61/854.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3409.61/854.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      1 BRemN:      0 P:  1.2M T:  0.17
3409.61/854.89	c bin-w-bin subsume rem           41 bins  time:  0.00 s
3414.40/856.09	c subs with bin:     7661  lits-rem:      9882  v-fix:    0  time:  4.78 s
3414.80/856.11	c Subs w/ non-existent bins:     82 l-rem:   1582 v-fix:     0 done:    337 time:  0.06 s
3417.20/856.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3433.55/860.82	c lits-rem:      4853  cl-subs:    13976  v-elim:      5  v-fix:    0  time: 15.99 s
3433.55/860.82	c vivif2 --  cl tried     1356 cl shrink        1 lits rem          1 time: 0.00
3433.55/860.84	c vivif2 --  cl tried    59439 cl shrink     1535 lits rem       1542 time: 0.08
3433.95/860.94	c asymm  cl-useful: 0/1356/1356 lits-rem:0 time: 0.42
3433.95/860.94	c calculated reachability. Time: 0.00
3433.95/860.94	c  N st    83   3712974       332      1356        60     59439      4241    538257   no data   no data  --
3433.95/860.94	c Finding binary XORs  T:     0.00 s  found:       0
3442.72/863.21	c Following stats are for *FIRST FINISHED THREAD ONLY*
3442.72/863.21	c num threads              : 4          
3442.72/863.21	c restarts                 : 10379      
3442.72/863.21	c dynamic restarts         : 10355      
3442.72/863.21	c static restarts          : 24         
3442.72/863.21	c full restarts            : 4          
3442.72/863.21	c total simplify time      : 1.10       
3442.72/863.21	c learnts DL2              : 0          
3442.72/863.21	c learnts size 2           : 269        
3442.72/863.21	c learnts size 1           : 67          (19.14     % of vars)
3442.72/863.21	c filedLit time            : 0.58        (0.02      % time)
3442.72/863.21	c v-elim SatELite          : 8           (2.29      % vars)
3442.72/863.21	c SatELite time            : 45.27       (1.32      % time)
3442.72/863.21	c v-elim xor               : 0           (0.00      % vars)
3442.72/863.21	c xor elim time            : 0.08        (0.00      % time)
3442.72/863.21	c num binary xor trees     : 0          
3442.72/863.21	c binxor trees' crown      : 0           (nan       leafs/tree)
3442.72/863.21	c bin xor find time        : 0.00       
3442.72/863.21	c OTF clause improved      : 99193       (0.03      clauses/conflict)
3442.72/863.21	c OTF impr. size diff      : 103491      (1.04       lits/clause)
3442.72/863.21	c OTF cl watch-shrink      : 782635      (0.27      clauses/conflict)
3442.72/863.21	c OTF cl watch-sh-lit      : 998142      (1.28       lits/clause)
3442.72/863.21	c tried to recurMin cls    : 542638      (18.39      % of conflicts)
3442.72/863.21	c updated cache            : 6404        (0.01       lits/tried recurMin)
3442.72/863.21	c unit cls received        : 12          (17.91     % of units)
3442.72/863.21	c unit cls sent            : 2           (2.99      % of units)
3442.72/863.21	c bin cls received         : 79         
3442.72/863.21	c bin cls sent             : 43         
3442.72/863.21	c clauses over max glue    : 0           (0.00      % of all clauses)
3442.72/863.21	c conflicts                : 2949970     (857.31    / sec)
3442.72/863.21	c decisions                : 3563413     (0.78      % random)
3442.72/863.21	c bogo-props               : 85500419479 (24847875.69 / sec)
3442.72/863.21	c conflict literals        : 50797420    (26.41     % deleted)
3442.72/863.21	c Memory used              : 486.22      MB
3442.72/863.21	c single-thread CPU time   : 3440.95     s
3442.72/863.21	c all-threads sum CPU time : 3440.96     s
3442.72/863.21	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3368766-1305402561/watcher-3368766-1305402561 -o /tmp/evaluation-result-3368766-1305402561/solver-3368766-1305402561 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368766-1305402561.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: 7.95 8.08 8.08 5/355 17974
/proc/meminfo: memFree=24451000/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 417 0 0 0 1 0 0 0 25 0 4 0 651853174 52465664 357 33554432000 4194304 4650419 140736327830176 18446744073709551615 47118861874713 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 12809 357 306 112 0 7774 0
[pid=17974/tid=17975] ppid=17972 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651853174 52465664 357 33554432000 4194304 4650419 140736327830176 18446744073709551615 47118861875122 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651853174 52465664 357 33554432000 4194304 4650419 140736327830176 18446744073709551615 47118861874713 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651853174 52465664 357 33554432000 4194304 4650419 140736327830176 18446744073709551615 47118861874713 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.031535 s]
/proc/loadavg: 7.95 8.08 8.08 5/355 17974
/proc/meminfo: memFree=24451000/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=282172 CPUtime=0.09 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 1117 0 0 0 9 0 0 0 18 0 4 0 651853174 288944128 994 33554432000 4194304 4650419 140736327830176 18446744073709551615 4349680 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 70543 994 390 112 0 65508 0
[pid=17974/tid=17975] ppid=17972 vsize=282172 CPUtime=0.01 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 179 0 0 0 1 0 0 0 25 0 4 0 651853174 288944128 994 33554432000 4194304 4650419 140736327830176 18446744073709551615 4334357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=282172 CPUtime=0.02 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 177 0 0 0 2 0 0 0 18 0 4 0 651853174 288944128 994 33554432000 4194304 4650419 140736327830176 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=282172 CPUtime=0.02 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 132 0 0 0 2 0 0 0 18 0 4 0 651853174 288944128 994 33554432000 4194304 4650419 140736327830176 18446744073709551615 4363500 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 282172

[startup+0.100522 s]
/proc/loadavg: 7.95 8.08 8.08 5/355 17974
/proc/meminfo: memFree=24451000/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=282312 CPUtime=0.37 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 1476 0 0 0 37 0 0 0 18 0 4 0 651853174 289087488 1353 33554432000 4194304 4650419 140736327830176 18446744073709551615 4363522 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 70578 1353 391 112 0 65543 0
[pid=17974/tid=17975] ppid=17972 vsize=282312 CPUtime=0.08 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 269 0 0 0 8 0 0 0 25 0 4 0 651853174 289087488 1353 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366073 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=282312 CPUtime=0.09 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 265 0 0 0 9 0 0 0 18 0 4 0 651853174 289087488 1353 33554432000 4194304 4650419 140736327830176 18446744073709551615 4331084 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=282312 CPUtime=0.09 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 227 0 0 0 9 0 0 0 18 0 4 0 651853174 289087488 1353 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282312

[startup+0.300484 s]
/proc/loadavg: 7.95 8.08 8.08 5/355 17974
/proc/meminfo: memFree=24451000/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=283408 CPUtime=1.17 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 2440 0 0 0 117 0 0 0 18 0 4 0 651853174 290209792 1880 33554432000 4194304 4650419 140736327830176 18446744073709551615 4363444 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 70852 1880 393 112 0 65817 0
[pid=17974/tid=17975] ppid=17972 vsize=283408 CPUtime=0.28 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 508 0 0 0 28 0 0 0 25 0 4 0 651853174 290209792 1880 33554432000 4194304 4650419 140736327830176 18446744073709551615 4364402 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=283408 CPUtime=0.29 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 507 0 0 0 29 0 0 0 18 0 4 0 651853174 290209792 1880 33554432000 4194304 4650419 140736327830176 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=283408 CPUtime=0.29 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 465 0 0 0 29 0 0 0 18 0 4 0 651853174 290209792 1880 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283408

[startup+0.70041 s]
/proc/loadavg: 7.95 8.08 8.08 5/355 17974
/proc/meminfo: memFree=24451000/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=284788 CPUtime=2.76 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 4297 0 0 0 276 0 0 0 18 0 4 0 651853174 291622912 2215 33554432000 4194304 4650419 140736327830176 18446744073709551615 4367429 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 71197 2215 393 112 0 66162 0
[pid=17974/tid=17975] ppid=17972 vsize=284788 CPUtime=0.68 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 983 0 0 0 68 0 0 0 25 0 4 0 651853174 291622912 2215 33554432000 4194304 4650419 140736327830176 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=284788 CPUtime=0.69 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 972 0 0 0 69 0 0 0 18 0 4 0 651853174 291622912 2215 33554432000 4194304 4650419 140736327830176 18446744073709551615 4364358 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=284788 CPUtime=0.69 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 903 0 0 0 69 0 0 0 18 0 4 0 651853174 291622912 2216 33554432000 4194304 4650419 140736327830176 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284788

[startup+1.50026 s]
/proc/loadavg: 7.95 8.08 8.08 10/359 17978
/proc/meminfo: memFree=24439188/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=281196 CPUtime=5.95 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 7610 0 0 0 594 1 0 0 20 0 4 0 651853174 287944704 3916 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 70299 3916 395 112 0 65264 0
[pid=17974/tid=17975] ppid=17972 vsize=281196 CPUtime=1.47 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 1698 0 0 0 147 0 0 0 25 0 4 0 651853174 287944704 3916 33554432000 4194304 4650419 140736327830176 18446744073709551615 4333687 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=281196 CPUtime=1.49 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 1639 0 0 0 149 0 0 0 19 0 4 0 651853174 287944704 3916 33554432000 4194304 4650419 140736327830176 18446744073709551615 4315103 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=281196 CPUtime=1.48 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 1353 0 0 0 148 0 0 0 20 0 4 0 651853174 287944704 3916 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 281196

[startup+3.10095 s]
/proc/loadavg: 7.95 8.08 8.08 10/359 17978
/proc/meminfo: memFree=24420836/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=282052 CPUtime=12.34 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 14488 0 0 0 1232 2 0 0 25 0 4 0 651853174 288821248 7927 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 70513 7927 395 112 0 65478 0
[pid=17974/tid=17975] ppid=17972 vsize=282052 CPUtime=3.05 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 3378 0 0 0 305 0 0 0 25 0 4 0 651853174 288821248 7927 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=282052 CPUtime=3.09 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 3771 0 0 0 309 0 0 0 25 0 4 0 651853174 288821248 7927 33554432000 4194304 4650419 140736327830176 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=282052 CPUtime=3.08 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 3283 0 0 0 308 0 0 0 25 0 4 0 651853174 288821248 7927 33554432000 4194304 4650419 140736327830176 18446744073709551615 4363435 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 282052

[startup+6.30034 s]
/proc/loadavg: 7.95 8.08 8.08 10/359 17978
/proc/meminfo: memFree=24405000/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=277556 CPUtime=25.1 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 22153 0 0 0 2506 4 0 0 25 0 4 0 651853174 284217344 11187 33554432000 4194304 4650419 140736327830176 18446744073709551615 4438407 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 69389 11187 395 112 0 64354 0
[pid=17974/tid=17975] ppid=17972 vsize=277556 CPUtime=6.22 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 5660 0 0 0 621 1 0 0 25 0 4 0 651853174 284217344 11187 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=277556 CPUtime=6.29 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 5775 0 0 0 628 1 0 0 25 0 4 0 651853174 284217344 11187 33554432000 4194304 4650419 140736327830176 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=277556 CPUtime=6.28 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 4268 0 0 0 628 0 0 0 25 0 4 0 651853174 284217344 11187 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 277556

[startup+12.7011 s]
/proc/loadavg: 7.96 8.08 8.08 10/359 17978
/proc/meminfo: memFree=24378500/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=291528 CPUtime=50.64 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 32393 0 0 0 5057 7 0 0 25 0 4 0 651853174 298524672 14862 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 72882 14862 395 112 0 67847 0
[pid=17974/tid=17975] ppid=17972 vsize=291528 CPUtime=12.55 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 8226 0 0 0 1254 1 0 0 25 0 4 0 651853174 298524672 14862 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=291528 CPUtime=12.69 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 8718 0 0 0 1267 2 0 0 25 0 4 0 651853174 298524672 14862 33554432000 4194304 4650419 140736327830176 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=291528 CPUtime=12.69 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 6230 0 0 0 1268 1 0 0 25 0 4 0 651853174 298524672 14862 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 291528

[startup+25.5007 s]
/proc/loadavg: 7.96 8.08 8.08 10/359 17978
/proc/meminfo: memFree=24349232/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=294976 CPUtime=101.68 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 49806 0 0 0 10157 11 0 0 25 0 4 0 651853174 302055424 19944 33554432000 4194304 4650419 140736327830176 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 73744 19944 395 112 0 68709 0
[pid=17974/tid=17975] ppid=17972 vsize=294976 CPUtime=25.2 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 13772 0 0 0 2517 3 0 0 25 0 4 0 651853174 302055424 19944 33554432000 4194304 4650419 140736327830176 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=294976 CPUtime=25.49 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 13568 0 0 0 2546 3 0 0 25 0 4 0 651853174 302055424 19944 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=294976 CPUtime=25.48 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 8713 0 0 0 2547 1 0 0 25 0 4 0 651853174 302055424 19944 33554432000 4194304 4650419 140736327830176 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 294976

[startup+51.1008 s]
/proc/loadavg: 7.98 8.07 8.07 10/359 17979
/proc/meminfo: memFree=24326652/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=288944 CPUtime=203.81 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 75584 0 0 0 20361 20 0 0 25 0 4 0 651853174 295878656 25697 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 72236 25697 395 112 0 67201 0
[pid=17974/tid=17975] ppid=17972 vsize=288944 CPUtime=50.52 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 21723 0 0 0 5047 5 0 0 25 0 4 0 651853174 295878656 25697 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=288944 CPUtime=51.09 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 21038 0 0 0 5104 5 0 0 25 0 4 0 651853174 295878656 25697 33554432000 4194304 4650419 140736327830176 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=288944 CPUtime=51.09 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 12189 0 0 0 5106 3 0 0 25 0 4 0 651853174 295878656 25697 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 288944

[startup+102.314 s]
/proc/loadavg: 8.06 8.08 8.08 10/359 17980
/proc/meminfo: memFree=24291656/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=303384 CPUtime=408.09 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 118483 0 0 0 40772 37 0 0 25 0 4 0 651853174 310665216 32331 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 75846 32331 395 112 0 70811 0
[pid=17974/tid=17975] ppid=17972 vsize=303384 CPUtime=101.15 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 33110 0 0 0 10106 9 0 0 25 0 4 0 651853174 310665216 32331 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=303384 CPUtime=102.3 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 33035 0 0 0 10220 10 0 0 25 0 4 0 651853174 310665216 32331 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=303384 CPUtime=102.3 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 18400 0 0 0 10224 6 0 0 25 0 4 0 651853174 310665216 32331 33554432000 4194304 4650419 140736327830176 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 303384

[startup+162.301 s]

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

/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 55679 0 0 0 64208 25 0 0 25 0 4 0 651853174 482447360 67531 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2562.04
Current children cumulated vsize (KiB) 471140

[startup+702.301 s]
/proc/loadavg: 8.14 8.14 8.09 10/359 18005
/proc/meminfo: memFree=24009004/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=490696 CPUtime=2801.34 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 388351 0 0 0 279976 158 0 0 25 0 4 0 651853174 502472704 73469 33554432000 4194304 4650419 140736327830176 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 122674 73469 395 112 0 117639 0
[pid=17974/tid=17975] ppid=17972 vsize=490696 CPUtime=694.4 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 105483 0 0 0 69398 42 0 0 25 0 4 0 651853174 502472704 73469 33554432000 4194304 4650419 140736327830176 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=490696 CPUtime=702.31 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 118465 0 0 0 70186 45 0 0 25 0 4 0 651853174 502472704 73469 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=490696 CPUtime=702.31 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 59123 0 0 0 70204 27 0 0 25 0 4 0 651853174 502472704 73469 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2801.34
Current children cumulated vsize (KiB) 490696

[startup+762.314 s]
/proc/loadavg: 8.13 8.14 8.09 10/359 18007
/proc/meminfo: memFree=24009952/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=508524 CPUtime=3040.71 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 407716 0 0 0 303905 166 0 0 25 0 4 0 651853174 520728576 80733 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 127131 80733 395 112 0 122096 0
[pid=17974/tid=17975] ppid=17972 vsize=508524 CPUtime=753.73 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 111222 0 0 0 75329 44 0 0 25 0 4 0 651853174 520728576 80733 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=508524 CPUtime=762.33 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 125747 0 0 0 76185 48 0 0 25 0 4 0 651853174 520728576 80733 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=508524 CPUtime=762.33 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 61258 0 0 0 76205 28 0 0 25 0 4 0 651853174 520728576 80733 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3040.71
Current children cumulated vsize (KiB) 508524

[startup+822.3 s]
/proc/loadavg: 8.12 8.14 8.09 10/359 18009
/proc/meminfo: memFree=23974920/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=487684 CPUtime=3279.99 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 422930 0 0 0 327825 174 0 0 25 0 4 0 651853174 499388416 78428 33554432000 4194304 4650419 140736327830176 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 121921 78428 395 112 0 116886 0
[pid=17974/tid=17975] ppid=17972 vsize=487684 CPUtime=813.06 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 115429 0 0 0 81260 46 0 0 25 0 4 0 651853174 499388416 78428 33554432000 4194304 4650419 140736327830176 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=487684 CPUtime=822.31 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 131497 0 0 0 82180 51 0 0 25 0 4 0 651853174 499388416 78428 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=487684 CPUtime=822.31 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 63701 0 0 0 82202 29 0 0 25 0 4 0 651853174 499388416 78428 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3279.99
Current children cumulated vsize (KiB) 487684

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

[startup+844.701 s]
/proc/loadavg: 8.09 8.13 8.09 10/359 18009
/proc/meminfo: memFree=23959408/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=497884 CPUtime=3369.37 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 428565 0 0 0 336758 179 0 0 25 0 4 0 651853174 509833216 77339 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 124471 77339 395 112 0 119436 0
[pid=17974/tid=17975] ppid=17972 vsize=497884 CPUtime=835.2 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 116679 0 0 0 83471 49 0 0 25 0 4 0 651853174 509833216 77339 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=497884 CPUtime=844.73 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 133021 0 0 0 84421 52 0 0 25 0 4 0 651853174 509833216 77339 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=497884 CPUtime=844.73 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 65021 0 0 0 84443 30 0 0 25 0 4 0 651853174 509833216 77339 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3369.37
Current children cumulated vsize (KiB) 497884

[startup+851.101 s]
/proc/loadavg: 8.08 8.13 8.09 10/359 18009
/proc/meminfo: memFree=23954816/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=497884 CPUtime=3394.87 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 429522 0 0 0 339307 180 0 0 25 0 4 0 651853174 509833216 78296 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 124471 78296 395 112 0 119436 0
[pid=17974/tid=17975] ppid=17972 vsize=497884 CPUtime=841.52 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 116679 0 0 0 84103 49 0 0 25 0 4 0 651853174 509833216 78296 33554432000 4194304 4650419 140736327830176 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=497884 CPUtime=851.11 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 133291 0 0 0 85059 52 0 0 25 0 4 0 651853174 509833216 78296 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=497884 CPUtime=851.11 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 65344 0 0 0 85081 30 0 0 25 0 4 0 651853174 509833216 78296 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3394.87
Current children cumulated vsize (KiB) 497884

[startup+857.501 s]
/proc/loadavg: 8.07 8.12 8.09 10/359 18009
/proc/meminfo: memFree=23950340/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=497884 CPUtime=3420.38 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 430200 0 0 0 341858 180 0 0 25 0 4 0 651853174 509833216 78974 33554432000 4194304 4650419 140736327830176 18446744073709551615 4432396 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 124471 78974 395 112 0 119436 0
[pid=17974/tid=17975] ppid=17972 vsize=497884 CPUtime=847.84 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 116679 0 0 0 84735 49 0 0 25 0 4 0 651853174 509833216 78974 33554432000 4194304 4650419 140736327830176 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=497884 CPUtime=857.52 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 133534 0 0 0 85699 53 0 0 25 0 4 0 651853174 509833216 78974 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=497884 CPUtime=857.52 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 65600 0 0 0 85721 31 0 0 25 0 4 0 651853174 509833216 78974 33554432000 4194304 4650419 140736327830176 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3420.38
Current children cumulated vsize (KiB) 497884

[startup+860.701 s]
/proc/loadavg: 8.07 8.12 8.09 10/359 18010
/proc/meminfo: memFree=23956036/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=497884 CPUtime=3433.15 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 430521 0 0 0 343134 181 0 0 25 0 4 0 651853174 509833216 77287 33554432000 4194304 4650419 140736327830176 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 124471 77287 395 112 0 119436 0
[pid=17974/tid=17975] ppid=17972 vsize=497884 CPUtime=851.01 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 116898 0 0 0 85052 49 0 0 25 0 4 0 651853174 509833216 77287 33554432000 4194304 4650419 140736327830176 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=497884 CPUtime=860.72 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 133609 0 0 0 86019 53 0 0 25 0 4 0 651853174 509833216 77287 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=497884 CPUtime=860.72 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 65627 0 0 0 86041 31 0 0 25 0 4 0 651853174 509833216 77287 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3433.15
Current children cumulated vsize (KiB) 497884

[startup+862.301 s]
/proc/loadavg: 8.06 8.12 8.09 10/359 18010
/proc/meminfo: memFree=23952564/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=497884 CPUtime=3439.56 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 431238 0 0 0 343775 181 0 0 25 0 4 0 651853174 509833216 78000 33554432000 4194304 4650419 140736327830176 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 124471 78000 395 112 0 119436 0
[pid=17974/tid=17975] ppid=17972 vsize=497884 CPUtime=852.59 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 117505 0 0 0 85210 49 0 0 25 0 4 0 651853174 509833216 78001 33554432000 4194304 4650419 140736327830176 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=497884 CPUtime=862.33 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 133609 0 0 0 86180 53 0 0 25 0 4 0 651853174 509833216 78001 33554432000 4194304 4650419 140736327830176 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=497884 CPUtime=862.33 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 65627 0 0 0 86202 31 0 0 25 0 4 0 651853174 509833216 78001 33554432000 4194304 4650419 140736327830176 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3439.56
Current children cumulated vsize (KiB) 497884

[startup+862.701 s]
/proc/loadavg: 8.06 8.12 8.09 10/359 18010
/proc/meminfo: memFree=23952564/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=497884 CPUtime=3441.12 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) R 17972 17974 17503 0 -1 4202496 431613 0 0 0 343931 181 0 0 25 0 4 0 651853174 509833216 78375 33554432000 4194304 4650419 140736327830176 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 124471 78375 395 112 0 119436 0
[pid=17974/tid=17975] ppid=17972 vsize=497884 CPUtime=852.98 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 117855 0 0 0 85249 49 0 0 25 0 4 0 651853174 509833216 78375 33554432000 4194304 4650419 140736327830176 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=497884 CPUtime=862.72 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 133609 0 0 0 86219 53 0 0 25 0 4 0 651853174 509833216 78375 33554432000 4194304 4650419 140736327830176 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=497884 CPUtime=862.72 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 65627 0 0 0 86241 31 0 0 25 0 4 0 651853174 509833216 78375 33554432000 4194304 4650419 140736327830176 18446744073709551615 4313307 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3441.12
Current children cumulated vsize (KiB) 497884

[startup+863.1 s]
/proc/loadavg: 8.06 8.12 8.09 10/359 18010
/proc/meminfo: memFree=23952564/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=497884 CPUtime=3442.52 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) S 17972 17974 17503 0 -1 4202496 431670 0 0 0 344071 181 0 0 25 0 4 0 651853174 509833216 77240 33554432000 4194304 4650419 140736327830176 18446744073709551615 47118861874740 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 124471 77240 395 112 0 119436 0
[pid=17974/tid=17975] ppid=17972 vsize=497884 CPUtime=853.38 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 117903 0 0 0 85289 49 0 0 25 0 4 0 651853174 509833216 77240 33554432000 4194304 4650419 140736327830176 18446744073709551615 4541722 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=497884 CPUtime=863.03 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) S 17972 17974 17503 0 -1 4202560 133609 0 0 0 86250 53 0 0 25 0 4 0 651853174 509833216 77240 33554432000 4194304 4650419 140736327830176 18446744073709551615 47118861874740 0 0 4096 2 18446604467143674560 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=497884 CPUtime=863.12 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 65627 0 0 0 86281 31 0 0 25 0 4 0 651853174 509833216 77240 33554432000 4194304 4650419 140736327830176 18446744073709551615 4220618 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3442.52
Current children cumulated vsize (KiB) 497884

[startup+863.2 s]
/proc/loadavg: 8.06 8.12 8.09 10/359 18010
/proc/meminfo: memFree=23952564/32950928 swapFree=67056568/67111528
[pid=17974] ppid=17972 vsize=497884 CPUtime=3442.72 cores=1,3,5,7
/proc/17974/stat : 17974 (strangenight1-m) S 17972 17974 17503 0 -1 4202496 431670 0 0 0 344091 181 0 0 25 0 4 0 651853174 509833216 77240 33554432000 4194304 4650419 140736327830176 18446744073709551615 47118861874740 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17974/statm: 124471 77240 395 112 0 119436 0
[pid=17974/tid=17975] ppid=17972 vsize=497884 CPUtime=853.48 cores=1,3,5,7
/proc/17974/task/17975/stat : 17975 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 117903 0 0 0 85299 49 0 0 25 0 4 0 651853174 509833216 77240 33554432000 4194304 4650419 140736327830176 18446744073709551615 4370570 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17974/tid=17976] ppid=17972 vsize=497884 CPUtime=863.03 cores=1,3,5,7
/proc/17974/task/17976/stat : 17976 (strangenight1-m) S 17972 17974 17503 0 -1 4202560 133609 0 0 0 86250 53 0 0 25 0 4 0 651853174 509833216 77240 33554432000 4194304 4650419 140736327830176 18446744073709551615 47118861874740 0 0 4096 2 18446604467143674560 0 0 -1 3 0 0 0
[pid=17974/tid=17977] ppid=17972 vsize=497884 CPUtime=863.22 cores=1,3,5,7
/proc/17974/task/17977/stat : 17977 (strangenight1-m) R 17972 17974 17503 0 -1 4202560 65627 0 0 0 86291 31 0 0 25 0 4 0 651853174 509833216 77240 33554432000 4194304 4650419 140736327830176 18446744073709551615 47118861850308 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3442.72
Current children cumulated vsize (KiB) 497884

Child status: 20
Real time (s): 863.235
CPU time (s): 3442.78
CPU user time (s): 3440.96
CPU system time (s): 1.82772
CPU usage (%): 398.823
Max. virtual memory (cumulated for all children) (KiB): 551268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3440.96
system time used= 1.82772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 431673
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= 189
involuntary context switches= 23193

runsolver used 2.57161 second user time and 7.18991 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-14 21:49:21
IDJOB=3368766
IDBENCH=82775
IDSOLVER=1846
FILE ID=node148/3368766-1305402561
RUNJOBID= node148-1305401016-17818
PBS_JOBID= 13324458
Free space on /tmp= 72836 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S648064606-012.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368766-1305402561/watcher-3368766-1305402561 -o /tmp/evaluation-result-3368766-1305402561/solver-3368766-1305402561 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368766-1305402561.cnf

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

MD5SUM BENCH= 24f29f9a1e0f9e8aba36541592ba8e3a
RANDOM SEED=1650916797

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:      24451280 kB
Buffers:        315092 kB
Cached:        4594744 kB
SwapCached:       8488 kB
Active:        4854744 kB
Inactive:      3293804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24451280 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:     3236688 kB
Mapped:          27804 kB
Slab:           258676 kB
PageTables:      29856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85040132 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= 72828 MiB
End job on node148 at 2011-05-14 22:03:44