Trace number 3261893

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-mtSAT 267.345 67.6779

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_399.cnf
MD5SUM693b5fe291cecff45feff3be98a908cf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.87165
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses21294
Sum of the clauses size93307
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2265
Number of clauses of size 319364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51665

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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3261893-1304130838.cnf'
0.00/0.00	c -- header says num vars:            200
0.00/0.00	c -- header says num clauses:       21294
0.38/0.15	c -- clauses added:            0 learnts,        21294 normals,            0 xors
0.38/0.15	c -- vars added        200
0.38/0.15	c Parsing time:  0.03 s
0.38/0.15	c  N st     0         0       200     21029       265         0     93307         0   no data   no data  --
0.38/0.15	c asymm  cl-useful: 0/21029/21029 lits-rem:0 time: 0.54
0.38/0.15	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.38/0.16	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.38/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
0.38/0.16	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
3.56/0.91	c lits-rem:         0  cl-subs:        9  v-elim:      0  v-fix:    0  time:  0.29 s
3.56/0.91	c Finding binary XORs  T:     0.00 s  found:       0
3.56/0.91	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
3.56/0.91	c calculated reachability. Time: 0.00
3.56/0.91	c Calc default polars -  time:   0.00 s pos:     199 undec:       1 neg:       0
3.56/0.91	c =========================================================================================
3.56/0.91	c types(t): F = full restart, N = normal restart
3.56/0.91	c types(t): S = simplification begin/end, E = solution found
3.56/0.91	c restart types(rt): st = static, dy = dynamic
3.56/0.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.56/0.91	c  B st     0         0       199     21020        66         0     92701         0   no data   no data  --
3.56/0.91	c  N dy    12      4005       199     21020        66      3802     92701     68144      9.01      9.51  --
3.56/0.91	c  N dy    32      8248       199     21020        66      5463     92701     88667      9.35      9.86  --
3.98/1.01	c  N dy    61     12313       199     21020        66      5307     92701     78638      9.78     11.46  --
4.76/1.21	c  N dy    67     16524       199     21020        66      9285     92701    141556      9.50     10.05  --
5.56/1.44	c  N dy    93     21081       199     21020        66      8299     92701    123393      9.60     10.12  --
6.35/1.67	c  F st   107     25002       199     21020        66     12050     92701    188026      9.57      7.36  --
6.35/1.69	c  N st   108     25252       199     21020        66     12285     92701    191686      9.57   no data  --
7.55/1.98	c  N dy   113     30001       199     21020        66     10330     92701    148369      9.57   no data  --
7.55/1.98	c  S st   113     30001       199     21020        66     10330     92701    148369      9.57   no data  --
7.95/2.01	c  S st   113     30503       199     21020        66     10830     92701    157372      9.57   no data  --
7.95/2.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7.95/2.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.95/2.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.95/2.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
7.95/2.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
7.95/2.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
7.95/2.03	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
14.34/3.65	c lits-rem:       262  cl-subs:     2414  v-elim:      0  v-fix:    0  time:  6.46 s
15.54/3.90	c asymm  cl-useful: 0/21020/21020 lits-rem:0 time: 0.98
15.54/3.90	c calculated reachability. Time: 0.00
15.54/3.90	c  N dy   113     30503       199     21020        66      8416     92701    135065      9.57   no data  --
16.34/4.14	c  N dy   122     34536       199     21020        66     12255     92701    201876      9.49     11.69  --
17.56/4.41	c  N dy   143     38693       199     21020        66      8746     92701    123839      9.53     10.04  --
18.34/4.67	c  N dy   165     42755       199     21020        66     12585     92701    190719      9.55     10.15  --
19.14/4.87	c  S st   181     45754       199     21020        66     15431     92701    240754      9.57   no data  --
19.54/4.91	c  S st   181     46256       199     21020        66     15928     92701    251066      9.57   no data  --
19.54/4.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
19.54/4.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.54/4.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
19.54/4.92	c bin-w-bin subsume rem            0 bins  time:  0.01 s
19.54/4.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
19.54/4.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
19.54/4.93	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
25.13/6.40	c lits-rem:       227  cl-subs:     1801  v-elim:      0  v-fix:    0  time:  5.84 s
25.53/6.40	c vivif2 --  cl tried    21020 cl shrink        0 lits rem          0 time: 0.00
25.53/6.40	c vivif2 --  cl tried    14127 cl shrink        0 lits rem          0 time: 0.02
26.72/6.74	c asymm  cl-useful: 0/21020/21020 lits-rem:0 time: 1.34
26.72/6.74	c calculated reachability. Time: 0.00
26.72/6.74	c  N dy   181     46256       199     21020        66     14127     92701    232520      9.57   no data  --
27.92/7.04	c  N dy   202     50928       199     21020        66     10109     92701    138518      9.56     10.08  --
28.72/7.29	c  N dy   221     54966       199     21020        66     13970     92701    205671      9.58     10.20  --
29.92/7.57	c  N dy   241     59009       199     21020        66     17842     92701    273257      9.60     10.11  --
31.12/7.85	c  N dy   245     63278       199     21020        66     12405     92701    165608      9.52     10.10  --
32.32/8.11	c  N dy   263     67346       199     21020        66     16253     92701    230011      9.51     10.88  --
32.72/8.25	c  S st   274     69384       199     21020        66     18200     92701    265371      9.52      9.89  --
32.72/8.29	c  S st   274     69887       199     21020        66     18698     92701    275299      9.52   no data  --
33.12/8.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.12/8.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.12/8.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
33.12/8.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
33.12/8.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
33.12/8.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.01 s
33.12/8.32	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
39.54/9.96	c lits-rem:       387  cl-subs:     3110  v-elim:      0  v-fix:    0  time:  6.53 s
39.54/9.96	c vivif2 --  cl tried    21020 cl shrink        0 lits rem          0 time: 0.01
39.54/9.97	c vivif2 --  cl tried    15588 cl shrink        0 lits rem          0 time: 0.02
41.11/10.39	c asymm  cl-useful: 0/21020/21020 lits-rem:0 time: 1.70
41.11/10.39	c calculated reachability. Time: 0.00
41.11/10.39	c  N dy   274     69887       199     21020        66     15588     92701    242904      9.52   no data  --
42.71/10.75	c  N dy   290     75257       199     21020        66     20708     92701    328363      9.50     10.05  --
44.30/11.12	c  N dy   315     80607       199     21020        66     15437     92701    225596      9.50     10.03  --
45.90/11.51	c  N dy   332     86362       199     21020        66     20899     92701    316126      9.49     10.03  --
45.90/11.60	c  F st   339     87500       199     21020        66     21984     92701    334676      9.49      8.93  --
47.50/11.95	c  N dy   345     92695       199     21020        66     15559     92701    219959      9.49   no data  --
49.10/12.37	c  N dy   361     98704       199     21020        66     21265     92701    316813      9.46      9.96  --
51.10/12.81	c  S st   383    104831       199     21020        66     14692     92701    190043      9.45      9.44  --
51.10/12.85	c  S st   383    105334       199     21020        66     15189     92701    199221      9.45   no data  --
51.10/12.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.10/12.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.10/12.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
51.10/12.86	c bin-w-bin subsume rem            0 bins  time:  0.01 s
51.10/12.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
51.10/12.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
51.10/12.87	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
56.70/14.20	c lits-rem:       194  cl-subs:     1134  v-elim:      0  v-fix:    0  time:  5.30 s
56.70/14.20	c vivif2 --  cl tried    21020 cl shrink        0 lits rem          0 time: 0.01
56.70/14.20	c vivif2 --  cl tried    14055 cl shrink        0 lits rem          0 time: 0.01
57.88/14.54	c asymm  cl-useful: 0/21020/21020 lits-rem:0 time: 1.37
57.88/14.54	c calculated reachability. Time: 0.00
57.88/14.54	c  N dy   383    105334       199     21020        66     14055     92701    189487      9.45   no data  --
59.88/15.00	c  N dy   414    112130       199     21020        66     20536     92701    299331      9.45     10.01  --
61.88/15.54	c  N dy   447    119343       199     21020        66     14150     92701    177441      9.46     10.40  --
63.88/16.07	c  N dy   471    127256       199     21020        66     21657     92701    302985      9.44      9.94  --
66.68/16.72	c  N dy   502    135558       199     21020        66     15327     92701    184496      9.43      9.93  --
69.08/17.32	c  N dy   532    144249       199     21020        66     23544     92701    323183      9.42     11.08  --
71.87/18.07	c  N dy   566    153904       199     21020        66     17546     92701    211489      9.42      9.93  --
73.07/18.35	c  S st   581    158001       199     21020        66     21450     92701    277122      9.42      9.80  --
73.07/18.39	c  S st   581    158505       199     21020        66     21951     92701    285827      9.42   no data  --
73.07/18.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
73.07/18.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
73.47/18.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
73.47/18.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
73.47/18.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
73.47/18.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.01 s
73.47/18.42	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
79.46/19.96	c lits-rem:       312  cl-subs:     2146  v-elim:      0  v-fix:    0  time:  6.16 s
79.46/19.96	c vivif2 --  cl tried    21019 cl shrink        0 lits rem          0 time: 0.01
79.46/19.97	c vivif2 --  cl tried    19806 cl shrink        0 lits rem          0 time: 0.02
81.06/20.36	c asymm  cl-useful: 1/15721/21019 lits-rem:1 time: 1.55
81.06/20.36	c calculated reachability. Time: 0.00
81.06/20.36	c  N dy   581    158505       199     21019        66     19806     92678    265808      9.42   no data  --
84.25/21.10	c  N dy   623    168664       199     21019        66     29461     92678    429678      9.43     10.01  --
87.47/21.94	c  N dy   668    179571       199     21019        66     23734     92678    311172      9.42      9.92  --
91.45/22.95	c  N dy   733    191149       199     21019        66     17654     92678    204174      9.44      9.99  --
95.44/23.92	c  N dy   791    204200       199     21019        66     30105     92678    412823      9.45      9.99  --
99.43/24.97	c  N dy   837    217342       199     21019        66     24496     92678    311667      9.44      9.99  --
104.63/26.28	c  N dy   902    232606       199     21019        66     19985     92678    233120      9.44      9.97  --
106.22/26.65	c  S st   931    237758       199     21019        66     24930     92678    318336      9.45   no data  --
106.22/26.69	c  S st   931    238260       199     21019        66     25428     92678    327769      9.45   no data  --
106.22/26.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
106.22/26.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
106.62/26.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
106.62/26.71	c bin-w-bin subsume rem            0 bins  time:  0.01 s
106.62/26.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
106.62/26.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
106.62/26.72	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
112.22/28.17	c lits-rem:       263  cl-subs:     2634  v-elim:      0  v-fix:    0  time:  5.81 s
112.22/28.18	c vivif2 --  cl tried    21018 cl shrink        0 lits rem          0 time: 0.01
112.22/28.18	c vivif2 --  cl tried    22795 cl shrink        0 lits rem          0 time: 0.02
112.62/28.28	c asymm  cl-useful: 0/5297/21018 lits-rem:0 time: 0.41
112.62/28.29	c calculated reachability. Time: 0.00
112.62/28.29	c  N dy   931    238260       199     21018        66     22795     92657    304481      9.45   no data  --
117.80/29.52	c  N dy   985    253776       199     21018        66     37533     92657    549856      9.44     10.06  --
124.20/31.15	c  N dy  1042    273807       199     21018        66     36609     92657    501546      9.42      9.93  --
130.19/32.64	c  N dy  1116    291663       199     21018        66     32777     92657    446131      9.41      9.95  --
135.38/33.95	c  F st  1181    306251       199     21018        66     24763     92657    313196      9.42   no data  --
136.98/34.33	c  N dy  1187    311449       199     21018        66     29757     92657    397344      9.42   no data  --
144.17/36.10	c  N dy  1262    331518       199     21018        66     26011     92657    319630      9.40      9.90  --
150.96/37.85	c  N dy  1331    352184       199     21018        66     45679     92657    646704      9.39      9.95  --
152.96/38.34	c  S st  1347    357391       199     21018        66     26805     92657    315822      9.39   no data  --
152.96/38.38	c  S st  1347    357893       199     21018        66     27300     92657    324510      9.39   no data  --
152.96/38.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
152.96/38.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.96/38.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
153.38/38.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
153.38/38.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
153.38/38.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
153.38/38.41	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
160.55/40.23	c lits-rem:       301  cl-subs:     1803  v-elim:      0  v-fix:    0  time:  7.24 s
160.55/40.23	c vivif2 --  cl tried    21018 cl shrink        0 lits rem          0 time: 0.01
160.55/40.23	c vivif2 --  cl tried    25497 cl shrink        0 lits rem          0 time: 0.02
162.56/40.72	c asymm  cl-useful: 0/11666/21018 lits-rem:0 time: 1.96
162.56/40.73	c calculated reachability. Time: 0.00
162.56/40.73	c  N dy  1347    357893       199     21018        66     25497     92657    308115      9.39   no data  --
170.14/42.66	c  N dy  1433    379406       199     21018        66     45997     92657    644403      9.39      9.91  --
177.32/44.45	c  N dy  1518    399423       199     21018        66     40302     92657    531234      9.39      9.92  --
184.54/46.29	c  N dy  1601    419530       199     21018        66     33770     92657    419586      9.40      9.91  --
191.71/48.05	c  N dy  1653    439598       199     21018        66     52803     92657    731680      9.38     11.31  --
198.90/49.83	c  N dy  1746    459849       199     21018        66     45431     92657    606461      9.39      9.90  --
206.51/51.74	c  N dy  1832    480172       199     21018        66     37173     92657    453346      9.39      9.98  --
214.08/53.61	c  N dy  1906    500182       199     21018        66     56213     92657    763267      9.38     10.37  --
221.27/55.43	c  N dy  1989    520320       199     21018        66     46813     92657    607548      9.38      9.91  --
227.67/57.09	c  S st  2058    536841       199     21018        66     33079     92657    366728      9.38      8.32  --
228.08/57.14	c  S st  2058    537347       199     21018        66     33575     92657    375296      9.38   no data  --
228.08/57.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
228.08/57.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
228.08/57.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
228.08/57.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
228.08/57.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
228.08/57.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.01 s
228.08/57.17	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
234.85/58.83	c lits-rem:       263  cl-subs:     1861  v-elim:      0  v-fix:    0  time:  6.61 s
234.85/58.83	c vivif2 --  cl tried    21018 cl shrink        0 lits rem          0 time: 0.00
234.85/58.84	c vivif2 --  cl tried    31714 cl shrink        0 lits rem          0 time: 0.02
235.65/59.05	c asymm  cl-useful: 0/9352/21018 lits-rem:0 time: 0.85
235.65/59.05	c calculated reachability. Time: 0.00
235.65/59.05	c  N dy  2058    537347       199     21018        66     31714     92657    359395      9.38   no data  --
242.85/60.88	c  N dy  2161    558049       199     21018        66     51422     92657    685652      9.39      9.89  --
250.83/62.88	c  N dy  2238    579098       199     21018        66     41035     92657    497531      9.38      9.88  --
258.84/64.88	c  N dy  2324    599264       199     21018        66     60212     92657    812943      9.39      9.89  --
263.64/66.08	c  E dy  2367    611600         0     21018        66     40599     92657    481386      9.38      8.19  --
267.19/67.67	c Verified 21018 clauses.
267.19/67.67	c Verified 21018 clauses.
267.19/67.67	c Following stats are for *FIRST FINISHED THREAD ONLY*
267.19/67.67	c num threads              : 4          
267.19/67.67	c restarts                 : 2367       
267.19/67.67	c dynamic restarts         : 2343       
267.19/67.67	c static restarts          : 24         
267.19/67.67	c full restarts            : 3          
267.19/67.67	c total simplify time      : 0.00       
267.19/67.67	c learnts DL2              : 0          
267.19/67.67	c learnts size 2           : 265        
267.19/67.67	c learnts size 1           : 1           (0.50      % of vars)
267.19/67.67	c filedLit time            : 0.20        (0.08      % time)
267.19/67.67	c v-elim SatELite          : 0           (0.00      % vars)
267.19/67.67	c SatELite time            : 50.01       (18.72     % time)
267.19/67.67	c v-elim xor               : 0           (0.00      % vars)
267.19/67.67	c xor elim time            : 0.06        (0.02      % time)
267.19/67.67	c num binary xor trees     : 0          
267.19/67.67	c binxor trees' crown      : 0           (nan       leafs/tree)
267.19/67.67	c bin xor find time        : 0.00       
267.19/67.67	c OTF clause improved      : 29478       (0.05      clauses/conflict)
267.19/67.67	c OTF impr. size diff      : 32276       (1.09       lits/clause)
267.19/67.67	c OTF cl watch-shrink      : 479978      (0.78      clauses/conflict)
267.19/67.67	c OTF cl watch-sh-lit      : 2093739     (4.36       lits/clause)
267.19/67.67	c tried to recurMin cls    : 133309      (21.80      % of conflicts)
267.19/67.67	c updated cache            : 0           (0.00       lits/tried recurMin)
267.19/67.67	c unit cls received        : 0           (0.00      % of units)
267.19/67.67	c unit cls sent            : 0           (0.00      % of units)
267.19/67.67	c bin cls received         : 0          
267.19/67.67	c bin cls sent             : 0          
267.19/67.67	c clauses over max glue    : 0           (0.00      % of all clauses)
267.19/67.67	c conflicts                : 611600      (2289.75   / sec)
267.19/67.67	c decisions                : 796677      (0.47      % random)
267.19/67.67	c bogo-props               : 6706930979  (25109868.05 / sec)
267.19/67.67	c conflict literals        : 10061848    (54.90     % deleted)
267.19/67.67	c Memory used              : 293.06      MB
267.19/67.67	c single-thread CPU time   : 267.10      s
267.19/67.67	c all-threads sum CPU time : 267.10      s
267.19/67.67	s SATISFIABLE
267.19/67.67	v 1 2 3 4 5 6 -7 8 9 10 11 12 13 14 15 -16 17 18 19 20 21 22 23 24 25 26 27 28 -29 30 31 32 33 34 35 36 37 -38 39 40 -41 42 43 44 -45 46 47 48 49 50 51 52 53 54 55 -56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 -76 77 78 79 80 81 82 83 -84 85 86 -87 88 89 90 -91 92 93 94 95 96 97 98 99 100 101 -102 103 104 105 106 107 108 -109 -110 111 112 113 114 -115 116 117 118 119 120 121 -122 123 124 -125 126 127 128 129 130 131 132 133 134 135 136 137 -138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 -155 -156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 -176 177 -178 179 180 181 182 183 -184 185 186 187 188 189 190 191 192 -193 194 195 196 197 198 199 200 0

Verifier Data

OK

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-3261893-1304130838/watcher-3261893-1304130838 -o /tmp/evaluation-result-3261893-1304130838/solver-3261893-1304130838 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3261893-1304130838.cnf 

running on 4 cores: 0,2,4,6

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.18 8.10 7.75 6/180 14021
/proc/meminfo: memFree=30750644/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 505499448 52465664 356 33554432000 4194304 4650419 140735491107008 18446744073709551615 47039702505394 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 12809 356 306 112 0 7774 0
[pid=14021/tid=14022] ppid=14019 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 505499448 52465664 356 33554432000 4194304 4650419 140735491107008 18446744073709551615 270338383803 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 505499448 52465664 356 33554432000 4194304 4650419 140735491107008 18446744073709551615 47039702505394 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 505499448 52465664 356 33554432000 4194304 4650419 140735491107008 18446744073709551615 47039702504985 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0510979 s]
/proc/loadavg: 8.18 8.10 7.75 6/180 14021
/proc/meminfo: memFree=30750644/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=283416 CPUtime=0.18 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 2633 0 0 0 18 0 0 0 18 0 4 0 505499448 290217984 2540 33554432000 4194304 4650419 140735491107008 18446744073709551615 4370582 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 70854 2540 368 112 0 65819 0
[pid=14021/tid=14022] ppid=14019 vsize=283416 CPUtime=0.04 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 546 0 0 0 4 0 0 0 18 0 4 0 505499448 290217984 2540 33554432000 4194304 4650419 140735491107008 18446744073709551615 4536279 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=283416 CPUtime=0.04 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 534 0 0 0 4 0 0 0 25 0 4 0 505499448 290217984 2540 33554432000 4194304 4650419 140735491107008 18446744073709551615 4370697 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=283416 CPUtime=0.04 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 589 0 0 0 4 0 0 0 18 0 4 0 505499448 290217984 2540 33554432000 4194304 4650419 140735491107008 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 283416

[startup+0.101086 s]
/proc/loadavg: 8.18 8.10 7.75 6/180 14021
/proc/meminfo: memFree=30750644/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=283416 CPUtime=0.38 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 2669 0 0 0 38 0 0 0 18 0 4 0 505499448 290217984 2576 33554432000 4194304 4650419 140735491107008 18446744073709551615 4369253 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 70854 2576 368 112 0 65819 0
[pid=14021/tid=14022] ppid=14019 vsize=283416 CPUtime=0.09 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 546 0 0 0 9 0 0 0 18 0 4 0 505499448 290217984 2576 33554432000 4194304 4650419 140735491107008 18446744073709551615 4369295 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=283416 CPUtime=0.09 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 534 0 0 0 9 0 0 0 25 0 4 0 505499448 290217984 2576 33554432000 4194304 4650419 140735491107008 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=283416 CPUtime=0.09 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 625 0 0 0 9 0 0 0 18 0 4 0 505499448 290217984 2576 33554432000 4194304 4650419 140735491107008 18446744073709551615 4328289 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 283416

[startup+0.30105 s]
/proc/loadavg: 8.18 8.10 7.75 6/180 14021
/proc/meminfo: memFree=30750644/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=286660 CPUtime=1.16 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 7007 0 0 0 115 1 0 0 18 0 4 0 505499448 293539840 5889 33554432000 4194304 4650419 140735491107008 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 71665 5889 392 112 0 66630 0
[pid=14021/tid=14022] ppid=14019 vsize=286660 CPUtime=0.28 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 1955 0 0 0 28 0 0 0 18 0 4 0 505499448 293539840 5889 33554432000 4194304 4650419 140735491107008 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=286660 CPUtime=0.28 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 1943 0 0 0 28 0 0 0 18 0 4 0 505499448 293539840 5889 33554432000 4194304 4650419 140735491107008 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=286660 CPUtime=0.29 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 751 0 0 0 29 0 0 0 18 0 4 0 505499448 293539840 5889 33554432000 4194304 4650419 140735491107008 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 286660

[startup+0.70097 s]
/proc/loadavg: 8.18 8.10 7.75 6/180 14021
/proc/meminfo: memFree=30750644/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=288816 CPUtime=2.76 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 7995 0 0 0 275 1 0 0 18 0 4 0 505499448 295747584 6502 33554432000 4194304 4650419 140735491107008 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 72204 6502 392 112 0 67169 0
[pid=14021/tid=14022] ppid=14019 vsize=288816 CPUtime=0.68 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 2094 0 0 0 68 0 0 0 18 0 4 0 505499448 295747584 6502 33554432000 4194304 4650419 140735491107008 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=288816 CPUtime=0.68 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 2082 0 0 0 68 0 0 0 18 0 4 0 505499448 295747584 6502 33554432000 4194304 4650419 140735491107008 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=288816 CPUtime=0.69 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 1322 0 0 0 69 0 0 0 18 0 4 0 505499448 295747584 6502 33554432000 4194304 4650419 140735491107008 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 288816

[startup+1.50081 s]
/proc/loadavg: 8.18 8.10 7.75 10/184 14025
/proc/meminfo: memFree=30721224/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=290580 CPUtime=5.96 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 10931 0 0 0 594 2 0 0 19 0 4 0 505499448 297553920 6829 33554432000 4194304 4650419 140735491107008 18446744073709551615 4315277 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 72645 6829 392 112 0 67610 0
[pid=14021/tid=14022] ppid=14019 vsize=290580 CPUtime=1.48 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 2835 0 0 0 148 0 0 0 19 0 4 0 505499448 297553920 6829 33554432000 4194304 4650419 140735491107008 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=290580 CPUtime=1.47 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 2936 0 0 0 147 0 0 0 19 0 4 0 505499448 297553920 6829 33554432000 4194304 4650419 140735491107008 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=290580 CPUtime=1.49 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 1926 0 0 0 149 0 0 0 20 0 4 0 505499448 297553920 6829 33554432000 4194304 4650419 140735491107008 18446744073709551615 4315737 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 290580

[startup+3.1005 s]
/proc/loadavg: 8.17 8.09 7.75 9/184 14025
/proc/meminfo: memFree=30710808/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=291716 CPUtime=12.35 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 18649 0 0 0 1232 3 0 0 24 0 4 0 505499448 298717184 11076 33554432000 4194304 4650419 140735491107008 18446744073709551615 4438407 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 72929 11076 394 112 0 67894 0
[pid=14021/tid=14022] ppid=14019 vsize=291716 CPUtime=3.08 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 4706 0 0 0 308 0 0 0 24 0 4 0 505499448 298717184 11076 33554432000 4194304 4650419 140735491107008 18446744073709551615 4438792 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=291716 CPUtime=3.06 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 5748 0 0 0 306 0 0 0 25 0 4 0 505499448 298717184 11076 33554432000 4194304 4650419 140735491107008 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=291716 CPUtime=3.08 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 3372 0 0 0 308 0 0 0 25 0 4 0 505499448 298717184 11076 33554432000 4194304 4650419 140735491107008 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 291716

[startup+6.30086 s]
/proc/loadavg: 8.17 8.09 7.75 9/184 14025
/proc/meminfo: memFree=30628600/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=273612 CPUtime=25.13 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 27719 0 0 0 2508 5 0 0 25 0 4 0 505499448 280178688 16104 33554432000 4194304 4650419 140735491107008 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 68403 16104 394 112 0 63368 0
[pid=14021/tid=14022] ppid=14019 vsize=273612 CPUtime=6.28 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 6706 0 0 0 627 1 0 0 25 0 4 0 505499448 280178688 16104 33554432000 4194304 4650419 140735491107008 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=273612 CPUtime=6.25 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 7083 0 0 0 624 1 0 0 25 0 4 0 505499448 280178688 16104 33554432000 4194304 4650419 140735491107008 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=273612 CPUtime=6.29 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 7458 0 0 0 628 1 0 0 25 0 4 0 505499448 280178688 16104 33554432000 4194304 4650419 140735491107008 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 273612

[startup+12.7006 s]
/proc/loadavg: 8.14 8.09 7.76 9/184 14026
/proc/meminfo: memFree=30610416/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=288880 CPUtime=50.7 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 38423 0 0 0 5062 8 0 0 25 0 4 0 505499448 295813120 19647 33554432000 4194304 4650419 140735491107008 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 72220 19647 394 112 0 67185 0
[pid=14021/tid=14022] ppid=14019 vsize=288880 CPUtime=12.68 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 8761 0 0 0 1266 2 0 0 25 0 4 0 505499448 295813120 19647 33554432000 4194304 4650419 140735491107008 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=288880 CPUtime=12.62 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 9470 0 0 0 1260 2 0 0 25 0 4 0 505499448 295813120 19647 33554432000 4194304 4650419 140735491107008 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=288880 CPUtime=12.69 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 11099 0 0 0 1267 2 0 0 25 0 4 0 505499448 295813120 19647 33554432000 4194304 4650419 140735491107008 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 288880

[startup+25.5011 s]
/proc/loadavg: 8.12 8.09 7.76 9/184 14026
/proc/meminfo: memFree=30613636/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=279408 CPUtime=101.83 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 57770 0 0 0 10172 11 0 0 25 0 4 0 505499448 286113792 24170 33554432000 4194304 4650419 140735491107008 18446744073709551615 4368121 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 69852 24170 394 112 0 64817 0
[pid=14021/tid=14022] ppid=14019 vsize=279408 CPUtime=25.49 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 13465 0 0 0 2546 3 0 0 25 0 4 0 505499448 286113792 24170 33554432000 4194304 4650419 140735491107008 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=279408 CPUtime=25.35 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 14852 0 0 0 2532 3 0 0 25 0 4 0 505499448 286113792 24170 33554432000 4194304 4650419 140735491107008 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=279408 CPUtime=25.49 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 16787 0 0 0 2546 3 0 0 25 0 4 0 505499448 286113792 24170 33554432000 4194304 4650419 140735491107008 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 279408

[startup+51.101 s]
/proc/loadavg: 8.08 8.08 7.76 9/184 14027
/proc/meminfo: memFree=30616360/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=292052 CPUtime=204.09 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 90074 0 0 0 20391 18 0 0 25 0 4 0 505499448 299061248 28590 33554432000 4194304 4650419 140735491107008 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 73013 28590 394 112 0 67978 0
[pid=14021/tid=14022] ppid=14019 vsize=292052 CPUtime=51.08 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 19854 0 0 0 5104 4 0 0 25 0 4 0 505499448 299061248 28590 33554432000 4194304 4650419 140735491107008 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=292052 CPUtime=50.81 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 23327 0 0 0 5077 4 0 0 25 0 4 0 505499448 299061248 28590 33554432000 4194304 4650419 140735491107008 18446744073709551615 4328338 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=292052 CPUtime=51.08 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 26790 0 0 0 5103 5 0 0 25 0 4 0 505499448 299061248 28590 33554432000 4194304 4650419 140735491107008 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 292052

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

[startup+57.5007 s]
/proc/loadavg: 8.21 8.11 7.78 9/184 14027
/proc/meminfo: memFree=30598752/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=292192 CPUtime=229.66 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 98379 0 0 0 22946 20 0 0 25 0 4 0 505499448 299204608 30134 33554432000 4194304 4650419 140735491107008 18446744073709551615 4438393 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 73048 30134 394 112 0 68013 0
[pid=14021/tid=14022] ppid=14019 vsize=292192 CPUtime=57.48 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 22077 0 0 0 5744 4 0 0 25 0 4 0 505499448 299204608 30134 33554432000 4194304 4650419 140735491107008 18446744073709551615 4313456 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=292192 CPUtime=57.18 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 25701 0 0 0 5713 5 0 0 25 0 4 0 505499448 299204608 30134 33554432000 4194304 4650419 140735491107008 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=292192 CPUtime=57.48 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 29129 0 0 0 5742 6 0 0 25 0 4 0 505499448 299204608 30135 33554432000 4194304 4650419 140735491107008 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 229.66
Current children cumulated vsize (KiB) 292192

[startup+63.9004 s]
/proc/loadavg: 8.20 8.11 7.78 9/184 14027
/proc/meminfo: memFree=30583376/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=292344 CPUtime=255.23 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 106021 0 0 0 25501 22 0 0 25 0 4 0 505499448 299360256 31519 33554432000 4194304 4650419 140735491107008 18446744073709551615 4315293 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 73086 31520 394 112 0 68051 0
[pid=14021/tid=14022] ppid=14019 vsize=292344 CPUtime=63.89 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 23466 0 0 0 6384 5 0 0 25 0 4 0 505499448 299360256 31520 33554432000 4194304 4650419 140735491107008 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=292344 CPUtime=63.55 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 28461 0 0 0 6349 6 0 0 25 0 4 0 505499448 299360256 31520 33554432000 4194304 4650419 140735491107008 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=292344 CPUtime=63.88 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 30869 0 0 0 6382 6 0 0 25 0 4 0 505499448 299360256 31520 33554432000 4194304 4650419 140735491107008 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 255.23
Current children cumulated vsize (KiB) 292344

[startup+65.5011 s]
/proc/loadavg: 8.20 8.11 7.78 9/184 14027
/proc/meminfo: memFree=30593536/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=297172 CPUtime=261.63 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 109690 0 0 0 26140 23 0 0 25 0 4 0 505499448 304304128 31666 33554432000 4194304 4650419 140735491107008 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 74293 31666 394 112 0 69258 0
[pid=14021/tid=14022] ppid=14019 vsize=297172 CPUtime=65.48 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 24451 0 0 0 6543 5 0 0 25 0 4 0 505499448 304304128 31666 33554432000 4194304 4650419 140735491107008 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=297172 CPUtime=65.14 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 28760 0 0 0 6508 6 0 0 25 0 4 0 505499448 304304128 31666 33554432000 4194304 4650419 140735491107008 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=297172 CPUtime=65.48 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 33035 0 0 0 6542 6 0 0 25 0 4 0 505499448 304304128 31666 33554432000 4194304 4650419 140735491107008 18446744073709551615 4433093 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 261.63
Current children cumulated vsize (KiB) 297172

[startup+66.301 s]
/proc/loadavg: 8.20 8.11 7.78 9/184 14027
/proc/meminfo: memFree=30608292/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=297172 CPUtime=264.59 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 109885 0 0 0 26436 23 0 0 25 0 4 0 505499448 304304128 31861 33554432000 4194304 4650419 140735491107008 18446744073709551615 47039702480580 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 74293 31861 394 112 0 69258 0
[pid=14021/tid=14022] ppid=14019 vsize=297172 CPUtime=66.17 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) S 14019 14021 11031 0 -1 4202560 24553 0 0 0 6612 5 0 0 25 0 4 0 505499448 304304128 31861 33554432000 4194304 4650419 140735491107008 18446744073709551615 47039702505012 0 0 4096 2 18446604453967481664 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=297172 CPUtime=65.82 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) S 14019 14021 11031 0 -1 4202560 28853 0 0 0 6576 6 0 0 25 0 4 0 505499448 304304128 31861 33554432000 4194304 4650419 140735491107008 18446744073709551615 47039702505012 0 0 4096 2 18446604453967481664 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=297172 CPUtime=66.28 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 33035 0 0 0 6622 6 0 0 25 0 4 0 505499448 304304128 31861 33554432000 4194304 4650419 140735491107008 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 264.59
Current children cumulated vsize (KiB) 297172

[startup+67.1068 s]
/proc/loadavg: 8.02 8.07 7.77 7/184 14027
/proc/meminfo: memFree=30600356/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=299732 CPUtime=266.2 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 110477 0 0 0 26597 23 0 0 25 0 4 0 505499448 306925568 32453 33554432000 4194304 4650419 140735491107008 18446744073709551615 47039702480427 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 74933 32453 394 112 0 69898 0
[pid=14021/tid=14022] ppid=14019 vsize=299732 CPUtime=66.17 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) S 14019 14021 11031 0 -1 4202560 24553 0 0 0 6612 5 0 0 25 0 4 0 505499448 306925568 32453 33554432000 4194304 4650419 140735491107008 18446744073709551615 47039702505012 0 0 4096 2 18446604453967481664 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=299732 CPUtime=65.82 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) S 14019 14021 11031 0 -1 4202560 28853 0 0 0 6576 6 0 0 25 0 4 0 505499448 306925568 32453 33554432000 4194304 4650419 140735491107008 18446744073709551615 47039702505012 0 0 4096 2 18446604453967481664 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=299732 CPUtime=67.09 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 33627 0 0 0 6702 7 0 0 25 0 4 0 505499448 306925568 32453 33554432000 4194304 4650419 140735491107008 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 266.2
Current children cumulated vsize (KiB) 299732

[startup+67.5008 s]
/proc/loadavg: 8.02 8.07 7.77 7/184 14027
/proc/meminfo: memFree=30600356/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=300092 CPUtime=266.99 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 110542 0 0 0 26676 23 0 0 25 0 4 0 505499448 307294208 32518 33554432000 4194304 4650419 140735491107008 18446744073709551615 47039702480576 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 75023 32518 394 112 0 69988 0
[pid=14021/tid=14022] ppid=14019 vsize=300092 CPUtime=66.17 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) S 14019 14021 11031 0 -1 4202560 24553 0 0 0 6612 5 0 0 25 0 4 0 505499448 307294208 32518 33554432000 4194304 4650419 140735491107008 18446744073709551615 47039702505012 0 0 4096 2 18446604453967481664 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=300092 CPUtime=65.82 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) S 14019 14021 11031 0 -1 4202560 28853 0 0 0 6576 6 0 0 25 0 4 0 505499448 307294208 32518 33554432000 4194304 4650419 140735491107008 18446744073709551615 47039702505012 0 0 4096 2 18446604453967481664 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=300092 CPUtime=67.49 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 33692 0 0 0 6742 7 0 0 25 0 4 0 505499448 307294208 32518 33554432000 4194304 4650419 140735491107008 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 266.99
Current children cumulated vsize (KiB) 300092

[startup+67.6007 s]
/proc/loadavg: 8.02 8.07 7.77 7/184 14027
/proc/meminfo: memFree=30600356/32951124 swapFree=67111356/67111528
[pid=14021] ppid=14019 vsize=300092 CPUtime=267.19 cores=0,2,4,6
/proc/14021/stat : 14021 (strangenight1-m) R 14019 14021 11031 0 -1 4202496 110542 0 0 0 26696 23 0 0 25 0 4 0 505499448 307294208 32518 33554432000 4194304 4650419 140735491107008 18446744073709551615 47039702480427 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14021/statm: 75023 32518 394 112 0 69988 0
[pid=14021/tid=14022] ppid=14019 vsize=300092 CPUtime=66.17 cores=0,2,4,6
/proc/14021/task/14022/stat : 14022 (strangenight1-m) S 14019 14021 11031 0 -1 4202560 24553 0 0 0 6612 5 0 0 25 0 4 0 505499448 307294208 32518 33554432000 4194304 4650419 140735491107008 18446744073709551615 47039702505012 0 0 4096 2 18446604453967481664 0 0 -1 2 0 0 0
[pid=14021/tid=14023] ppid=14019 vsize=300092 CPUtime=65.82 cores=0,2,4,6
/proc/14021/task/14023/stat : 14023 (strangenight1-m) S 14019 14021 11031 0 -1 4202560 28853 0 0 0 6576 6 0 0 25 0 4 0 505499448 307294208 32518 33554432000 4194304 4650419 140735491107008 18446744073709551615 47039702505012 0 0 4096 2 18446604453967481664 0 0 -1 6 0 0 0
[pid=14021/tid=14024] ppid=14019 vsize=300092 CPUtime=67.59 cores=0,2,4,6
/proc/14021/task/14024/stat : 14024 (strangenight1-m) R 14019 14021 11031 0 -1 4202560 33692 0 0 0 6752 7 0 0 25 0 4 0 505499448 307294208 32518 33554432000 4194304 4650419 140735491107008 18446744073709551615 4369219 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 267.19
Current children cumulated vsize (KiB) 300092

Child status: 10
Real time (s): 67.6779
CPU time (s): 267.345
CPU user time (s): 267.103
CPU system time (s): 0.241963
CPU usage (%): 395.026
Max. virtual memory (cumulated for all children) (KiB): 302712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.103
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110550
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= 1154
involuntary context switches= 1548

runsolver used 0.12798 second user time and 0.237963 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-30 04:33:58
IDJOB=3261893
IDBENCH=83264
IDSOLVER=1588
FILE ID=node143/3261893-1304130838
RUNJOBID= node143-1304129634-13692
PBS_JOBID= 13170767
Free space on /tmp= 73484 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_399.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261893-1304130838/watcher-3261893-1304130838 -o /tmp/evaluation-result-3261893-1304130838/solver-3261893-1304130838 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3261893-1304130838.cnf

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

MD5SUM BENCH= 693b5fe291cecff45feff3be98a908cf
RANDOM SEED=2030116138

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.74
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.846
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.83
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.846
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.75
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30750800 kB
Buffers:        256504 kB
Cached:        1179620 kB
SwapCached:        168 kB
Active:         749788 kB
Inactive:      1165908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30750800 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            6620 kB
Writeback:           0 kB
AnonPages:      479668 kB
Mapped:          15732 kB
Slab:           220788 kB
PageTables:       5744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   770232 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= 73480 MiB
End job on node143 at 2011-04-30 04:35:06