Trace number 3369280

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)SAT 267.066 67.7083

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.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-3369280-1305413891.cnf'
0.00/0.01	c -- header says num vars:            200
0.00/0.01	c -- header says num clauses:       21294
3.17/0.85	c -- clauses added:            0 learnts,        21294 normals,            0 xors
3.17/0.85	c -- vars added        200
3.17/0.85	c Parsing time:  0.03 s
3.17/0.85	c  N st     0         0       200     21029       265         0     93307         0   no data   no data  --
3.17/0.85	c asymm  cl-useful: 0/21029/21029 lits-rem:0 time: 0.54
3.17/0.85	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.17/0.85	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3.17/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
3.17/0.85	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
3.17/0.85	c lits-rem:         0  cl-subs:        9  v-elim:      0  v-fix:    0  time:  0.29 s
3.17/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.85	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
3.17/0.85	c calculated reachability. Time: 0.00
3.17/0.85	c Calc default polars -  time:   0.00 s pos:     199 undec:       1 neg:       0
3.17/0.85	c =========================================================================================
3.17/0.85	c types(t): F = full restart, N = normal restart
3.17/0.85	c types(t): S = simplification begin/end, E = solution found
3.17/0.85	c restart types(rt): st = static, dy = dynamic
3.17/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.85	c  B st     0         0       199     21020        66         0     92701         0   no data   no data  --
3.17/0.85	c  N dy    12      4005       199     21020        66      3802     92701     68144      9.01      9.51  --
3.17/0.85	c  N dy    32      8248       199     21020        66      5463     92701     88667      9.35      9.86  --
3.57/0.94	c  N dy    61     12313       199     21020        66      5307     92701     78638      9.78     11.46  --
4.40/1.18	c  N dy    67     16524       199     21020        66      9285     92701    141556      9.50     10.05  --
5.56/1.45	c  N dy    93     21081       199     21020        66      8299     92701    123393      9.60     10.12  --
6.36/1.68	c  F st   107     25002       199     21020        66     12050     92701    188026      9.57      7.36  --
6.76/1.70	c  N st   108     25252       199     21020        66     12285     92701    191686      9.57   no data  --
7.56/1.99	c  N dy   113     30001       199     21020        66     10330     92701    148369      9.57   no data  --
7.56/1.99	c  S st   113     30001       199     21020        66     10330     92701    148369      9.57   no data  --
7.96/2.03	c  S st   113     30503       199     21020        66     10830     92701    157372      9.57   no data  --
7.96/2.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.96/2.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.96/2.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.96/2.04	c bin-w-bin subsume rem            0 bins  time:  0.01 s
7.96/2.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
7.96/2.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
7.96/2.05	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
14.34/3.66	c lits-rem:       262  cl-subs:     2414  v-elim:      0  v-fix:    0  time:  6.41 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.57/4.42	c  N dy   143     38693       199     21020        66      8746     92701    123839      9.53     10.04  --
18.33/4.67	c  N dy   165     42755       199     21020        66     12585     92701    190719      9.55     10.15  --
19.13/4.87	c  S st   181     45754       199     21020        66     15431     92701    240754      9.57   no data  --
19.53/4.91	c  S st   181     46256       199     21020        66     15928     92701    251066      9.57   no data  --
19.53/4.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.53/4.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.53/4.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
19.53/4.93	c bin-w-bin subsume rem            0 bins  time:  0.01 s
19.53/4.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
19.53/4.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
19.53/4.94	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
25.11/6.39	c lits-rem:       227  cl-subs:     1801  v-elim:      0  v-fix:    0  time:  5.81 s
25.11/6.40	c vivif2 --  cl tried    21020 cl shrink        0 lits rem          0 time: 0.00
25.51/6.40	c vivif2 --  cl tried    14127 cl shrink        0 lits rem          0 time: 0.02
26.70/6.73	c asymm  cl-useful: 0/21020/21020 lits-rem:0 time: 1.33
26.70/6.74	c calculated reachability. Time: 0.00
26.70/6.74	c  N dy   181     46256       199     21020        66     14127     92701    232520      9.57   no data  --
27.91/7.04	c  N dy   202     50928       199     21020        66     10109     92701    138518      9.56     10.08  --
28.70/7.29	c  N dy   221     54966       199     21020        66     13970     92701    205671      9.58     10.20  --
29.90/7.57	c  N dy   241     59009       199     21020        66     17842     92701    273257      9.60     10.11  --
31.09/7.85	c  N dy   245     63278       199     21020        66     12405     92701    165608      9.52     10.10  --
32.29/8.11	c  N dy   263     67346       199     21020        66     16253     92701    230011      9.51     10.88  --
32.69/8.25	c  S st   274     69384       199     21020        66     18200     92701    265371      9.52      9.89  --
32.69/8.29	c  S st   274     69887       199     21020        66     18698     92701    275299      9.52   no data  --
33.09/8.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.09/8.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.09/8.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
33.09/8.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.09/8.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
33.09/8.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.01 s
33.09/8.32	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
39.51/9.95	c lits-rem:       387  cl-subs:     3110  v-elim:      0  v-fix:    0  time:  6.46 s
39.51/9.95	c vivif2 --  cl tried    21020 cl shrink        0 lits rem          0 time: 0.01
39.51/9.95	c vivif2 --  cl tried    15588 cl shrink        0 lits rem          0 time: 0.02
41.07/10.38	c asymm  cl-useful: 0/21020/21020 lits-rem:0 time: 1.70
41.07/10.38	c calculated reachability. Time: 0.00
41.07/10.38	c  N dy   274     69887       199     21020        66     15588     92701    242904      9.52   no data  --
42.66/10.74	c  N dy   290     75257       199     21020        66     20708     92701    328363      9.50     10.05  --
44.26/11.11	c  N dy   315     80607       199     21020        66     15437     92701    225596      9.50     10.03  --
45.86/11.50	c  N dy   332     86362       199     21020        66     20899     92701    316126      9.49     10.03  --
45.86/11.59	c  F st   339     87500       199     21020        66     21984     92701    334676      9.49      8.93  --
47.46/11.94	c  N dy   345     92695       199     21020        66     15559     92701    219959      9.49   no data  --
49.04/12.36	c  N dy   361     98704       199     21020        66     21265     92701    316813      9.46      9.96  --
51.04/12.80	c  S st   383    104831       199     21020        66     14692     92701    190043      9.45      9.44  --
51.04/12.84	c  S st   383    105334       199     21020        66     15189     92701    199221      9.45   no data  --
51.04/12.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.04/12.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.04/12.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
51.04/12.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.04/12.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
51.04/12.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.01 s
51.04/12.86	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
56.24/14.18	c lits-rem:       194  cl-subs:     1134  v-elim:      0  v-fix:    0  time:  5.26 s
56.24/14.18	c vivif2 --  cl tried    21020 cl shrink        0 lits rem          0 time: 0.01
56.24/14.18	c vivif2 --  cl tried    14055 cl shrink        0 lits rem          0 time: 0.01
57.82/14.53	c asymm  cl-useful: 0/21020/21020 lits-rem:0 time: 1.36
57.82/14.53	c calculated reachability. Time: 0.00
57.82/14.53	c  N dy   383    105334       199     21020        66     14055     92701    189487      9.45   no data  --
59.42/14.99	c  N dy   414    112130       199     21020        66     20536     92701    299331      9.45     10.01  --
61.81/15.53	c  N dy   447    119343       199     21020        66     14150     92701    177441      9.46     10.40  --
63.81/16.05	c  N dy   471    127256       199     21020        66     21657     92701    302985      9.44      9.94  --
66.60/16.71	c  N dy   502    135558       199     21020        66     15327     92701    184496      9.43      9.93  --
69.00/17.30	c  N dy   532    144249       199     21020        66     23544     92701    323183      9.42     11.08  --
71.79/18.06	c  N dy   566    153904       199     21020        66     17546     92701    211489      9.42      9.93  --
72.99/18.34	c  S st   581    158001       199     21020        66     21450     92701    277122      9.42      9.80  --
72.99/18.38	c  S st   581    158505       199     21020        66     21951     92701    285827      9.42   no data  --
72.99/18.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
72.99/18.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
72.99/18.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
73.39/18.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.39/18.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
73.39/18.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
73.39/18.41	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
79.36/19.94	c lits-rem:       312  cl-subs:     2146  v-elim:      0  v-fix:    0  time:  6.10 s
79.36/19.94	c vivif2 --  cl tried    21019 cl shrink        0 lits rem          0 time: 0.01
79.36/19.95	c vivif2 --  cl tried    19806 cl shrink        0 lits rem          0 time: 0.02
80.97/20.33	c asymm  cl-useful: 1/15721/21019 lits-rem:1 time: 1.54
80.97/20.34	c calculated reachability. Time: 0.00
80.97/20.34	c  N dy   581    158505       199     21019        66     19806     92678    265808      9.42   no data  --
83.76/21.08	c  N dy   623    168664       199     21019        66     29461     92678    429678      9.43     10.01  --
87.38/21.92	c  N dy   668    179571       199     21019        66     23734     92678    311172      9.42      9.92  --
91.35/22.93	c  N dy   733    191149       199     21019        66     17654     92678    204174      9.44      9.99  --
95.34/23.90	c  N dy   791    204200       199     21019        66     30105     92678    412823      9.45      9.99  --
99.32/24.96	c  N dy   837    217342       199     21019        66     24496     92678    311667      9.44      9.99  --
104.51/26.27	c  N dy   902    232606       199     21019        66     19985     92678    233120      9.44      9.97  --
106.11/26.64	c  S st   931    237758       199     21019        66     24930     92678    318336      9.45   no data  --
106.11/26.68	c  S st   931    238260       199     21019        66     25428     92678    327769      9.45   no data  --
106.11/26.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
106.11/26.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
106.11/26.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
106.51/26.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.51/26.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
106.51/26.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
106.51/26.71	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
112.10/28.16	c lits-rem:       263  cl-subs:     2634  v-elim:      0  v-fix:    0  time:  5.76 s
112.10/28.16	c vivif2 --  cl tried    21018 cl shrink        0 lits rem          0 time: 0.01
112.10/28.16	c vivif2 --  cl tried    22795 cl shrink        0 lits rem          0 time: 0.02
112.50/28.27	c asymm  cl-useful: 0/5297/21018 lits-rem:0 time: 0.41
112.50/28.27	c calculated reachability. Time: 0.00
112.50/28.27	c  N dy   931    238260       199     21018        66     22795     92657    304481      9.45   no data  --
117.68/29.50	c  N dy   985    253776       199     21018        66     37533     92657    549856      9.44     10.06  --
124.07/31.13	c  N dy  1042    273807       199     21018        66     36609     92657    501546      9.42      9.93  --
130.05/32.63	c  N dy  1116    291663       199     21018        66     32777     92657    446131      9.41      9.95  --
135.24/33.94	c  F st  1181    306251       199     21018        66     24763     92657    313196      9.42   no data  --
136.82/34.32	c  N dy  1187    311449       199     21018        66     29757     92657    397344      9.42   no data  --
143.62/36.09	c  N dy  1262    331518       199     21018        66     26011     92657    319630      9.40      9.90  --
150.79/37.85	c  N dy  1331    352184       199     21018        66     45679     92657    646704      9.39      9.95  --
152.79/38.34	c  S st  1347    357391       199     21018        66     26805     92657    315822      9.39   no data  --
152.79/38.39	c  S st  1347    357893       199     21018        66     27300     92657    324510      9.39   no data  --
152.79/38.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
152.79/38.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.79/38.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
153.21/38.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
153.21/38.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
153.21/38.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.01 s
153.21/38.42	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
159.97/40.18	c lits-rem:       301  cl-subs:     1803  v-elim:      0  v-fix:    0  time:  7.03 s
159.97/40.18	c vivif2 --  cl tried    21018 cl shrink        0 lits rem          0 time: 0.01
159.97/40.18	c vivif2 --  cl tried    25497 cl shrink        0 lits rem          0 time: 0.02
162.00/40.68	c asymm  cl-useful: 0/11666/21018 lits-rem:0 time: 1.96
162.00/40.68	c calculated reachability. Time: 0.00
162.00/40.68	c  N dy  1347    357893       199     21018        66     25497     92657    308115      9.39   no data  --
169.94/42.61	c  N dy  1433    379406       199     21018        66     45997     92657    644403      9.39      9.91  --
177.12/44.40	c  N dy  1518    399423       199     21018        66     40302     92657    531234      9.39      9.92  --
184.35/46.24	c  N dy  1601    419530       199     21018        66     33770     92657    419586      9.40      9.91  --
191.50/48.02	c  N dy  1653    439598       199     21018        66     52803     92657    731680      9.38     11.31  --
198.67/49.80	c  N dy  1746    459849       199     21018        66     45431     92657    606461      9.39      9.90  --
206.30/51.71	c  N dy  1832    480172       199     21018        66     37173     92657    453346      9.39      9.98  --
213.44/53.58	c  N dy  1906    500182       199     21018        66     56213     92657    763267      9.38     10.37  --
221.02/55.40	c  N dy  1989    520320       199     21018        66     46813     92657    607548      9.38      9.91  --
227.40/57.07	c  S st  2058    536841       199     21018        66     33079     92657    366728      9.38      8.32  --
227.82/57.12	c  S st  2058    537347       199     21018        66     33575     92657    375296      9.38   no data  --
227.82/57.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
227.82/57.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
227.82/57.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
227.82/57.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
227.82/57.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
227.82/57.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
227.82/57.15	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
234.19/58.79	c lits-rem:       263  cl-subs:     1861  v-elim:      0  v-fix:    0  time:  6.55 s
234.59/58.80	c vivif2 --  cl tried    21018 cl shrink        0 lits rem          0 time: 0.01
234.59/58.80	c vivif2 --  cl tried    31714 cl shrink        0 lits rem          0 time: 0.02
235.39/59.01	c asymm  cl-useful: 0/9352/21018 lits-rem:0 time: 0.85
235.39/59.02	c calculated reachability. Time: 0.00
235.39/59.02	c  N dy  2058    537347       199     21018        66     31714     92657    359395      9.38   no data  --
242.56/60.85	c  N dy  2161    558049       199     21018        66     51422     92657    685652      9.39      9.89  --
250.54/62.85	c  N dy  2238    579098       199     21018        66     41035     92657    497531      9.38      9.88  --
258.55/64.86	c  N dy  2324    599264       199     21018        66     60212     92657    812943      9.39      9.89  --
263.35/66.07	c  E dy  2367    611600         0     21018        66     40599     92657    481386      9.38      8.19  --
267.05/67.70	c Verified 21018 clauses.
267.05/67.70	c Verified 21018 clauses.
267.05/67.70	c Following stats are for *FIRST FINISHED THREAD ONLY*
267.05/67.70	c num threads              : 4          
267.05/67.70	c restarts                 : 2367       
267.05/67.70	c dynamic restarts         : 2343       
267.05/67.70	c static restarts          : 24         
267.05/67.70	c full restarts            : 3          
267.05/67.70	c total simplify time      : 0.01       
267.05/67.70	c learnts DL2              : 0          
267.05/67.70	c learnts size 2           : 265        
267.05/67.70	c learnts size 1           : 1           (0.50      % of vars)
267.05/67.70	c filedLit time            : 0.20        (0.08      % time)
267.05/67.70	c v-elim SatELite          : 0           (0.00      % vars)
267.05/67.70	c SatELite time            : 49.42       (18.52     % time)
267.05/67.70	c v-elim xor               : 0           (0.00      % vars)
267.05/67.70	c xor elim time            : 0.05        (0.02      % time)
267.05/67.70	c num binary xor trees     : 0          
267.05/67.70	c binxor trees' crown      : 0           (nan       leafs/tree)
267.05/67.70	c bin xor find time        : 0.00       
267.05/67.70	c OTF clause improved      : 29478       (0.05      clauses/conflict)
267.05/67.70	c OTF impr. size diff      : 32276       (1.09       lits/clause)
267.05/67.70	c OTF cl watch-shrink      : 479978      (0.78      clauses/conflict)
267.05/67.70	c OTF cl watch-sh-lit      : 2093739     (4.36       lits/clause)
267.05/67.70	c tried to recurMin cls    : 133309      (21.80      % of conflicts)
267.05/67.70	c updated cache            : 0           (0.00       lits/tried recurMin)
267.05/67.70	c unit cls received        : 0           (0.00      % of units)
267.05/67.70	c unit cls sent            : 0           (0.00      % of units)
267.05/67.70	c bin cls received         : 0          
267.05/67.70	c bin cls sent             : 0          
267.05/67.70	c clauses over max glue    : 0           (0.00      % of all clauses)
267.05/67.70	c conflicts                : 611600      (2292.19   / sec)
267.05/67.70	c decisions                : 796677      (0.47      % random)
267.05/67.70	c bogo-props               : 6706930979  (25136590.70 / sec)
267.05/67.70	c conflict literals        : 10061848    (54.90     % deleted)
267.05/67.70	c Memory used              : 293.89      MB
267.05/67.70	c single-thread CPU time   : 266.82      s
267.05/67.70	c all-threads sum CPU time : 266.82      s
267.05/67.70	s SATISFIABLE
267.05/67.70	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: 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-3369280-1305413891/watcher-3369280-1305413891 -o /tmp/evaluation-result-3369280-1305413891/solver-3369280-1305413891 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369280-1305413891.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.52 7.91 7.42 7/319 8737
/proc/meminfo: memFree=11149352/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 416 0 0 0 0 0 0 0 21 0 4 0 652991495 52465664 356 33554432000 4194304 4650419 140735473153360 18446744073709551615 47044888614425 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 12809 356 306 112 0 7774 0
[pid=8737/tid=8738] ppid=8735 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 4 0 652991495 52465664 356 33554432000 4194304 4650419 140735473153360 18446744073709551615 47044888614425 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 652991495 52465664 356 33554432000 4194304 4650419 140735473153360 18446744073709551615 47044888614838 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 652991495 52465664 356 33554432000 4194304 4650419 140735473153360 18446744073709551615 47044888614425 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0589849 s]
/proc/loadavg: 7.52 7.91 7.42 7/319 8737
/proc/meminfo: memFree=11149352/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=283500 CPUtime=0.2 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 2622 0 0 0 20 0 0 0 18 0 4 0 652991495 290304000 2529 33554432000 4194304 4650419 140735473153360 18446744073709551615 4536279 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 70875 2529 368 112 0 65840 0
[pid=8737/tid=8738] ppid=8735 vsize=283500 CPUtime=0.05 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 558 0 0 0 5 0 0 0 18 0 4 0 652991495 290304000 2529 33554432000 4194304 4650419 140735473153360 18446744073709551615 4370537 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=283500 CPUtime=0.04 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 567 0 0 0 4 0 0 0 23 0 4 0 652991495 290304000 2529 33554432000 4194304 4650419 140735473153360 18446744073709551615 4369240 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=283500 CPUtime=0.05 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 550 0 0 0 5 0 0 0 18 0 4 0 652991495 290304000 2529 33554432000 4194304 4650419 140735473153360 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 283500

[startup+0.100975 s]
/proc/loadavg: 7.52 7.91 7.42 7/319 8737
/proc/meminfo: memFree=11149352/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=283500 CPUtime=0.37 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 2653 0 0 0 37 0 0 0 18 0 4 0 652991495 290304000 2560 33554432000 4194304 4650419 140735473153360 18446744073709551615 4369186 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 70875 2560 368 112 0 65840 0
[pid=8737/tid=8738] ppid=8735 vsize=283500 CPUtime=0.09 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 558 0 0 0 9 0 0 0 18 0 4 0 652991495 290304000 2560 33554432000 4194304 4650419 140735473153360 18446744073709551615 4370730 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=283500 CPUtime=0.08 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 568 0 0 0 8 0 0 0 23 0 4 0 652991495 290304000 2560 33554432000 4194304 4650419 140735473153360 18446744073709551615 4370820 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=283500 CPUtime=0.09 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 580 0 0 0 9 0 0 0 18 0 4 0 652991495 290304000 2560 33554432000 4194304 4650419 140735473153360 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 283500

[startup+0.300941 s]
/proc/loadavg: 7.52 7.91 7.42 7/319 8737
/proc/meminfo: memFree=11149352/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=286100 CPUtime=1.17 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 6876 0 0 0 116 1 0 0 18 0 4 0 652991495 292966400 5780 33554432000 4194304 4650419 140735473153360 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 71525 5780 392 112 0 66490 0
[pid=8737/tid=8738] ppid=8735 vsize=286100 CPUtime=0.29 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 1978 0 0 0 29 0 0 0 18 0 4 0 652991495 292966400 5780 33554432000 4194304 4650419 140735473153360 18446744073709551615 4298384 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=286100 CPUtime=0.28 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 1951 0 0 0 28 0 0 0 23 0 4 0 652991495 292966400 5780 33554432000 4194304 4650419 140735473153360 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=286100 CPUtime=0.29 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 676 0 0 0 29 0 0 0 18 0 4 0 652991495 292966400 5780 33554432000 4194304 4650419 140735473153360 18446744073709551615 4328270 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 286100

[startup+0.700865 s]
/proc/loadavg: 7.52 7.91 7.42 7/319 8737
/proc/meminfo: memFree=11149352/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=288256 CPUtime=2.77 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 7881 0 0 0 276 1 0 0 18 0 4 0 652991495 295174144 6410 33554432000 4194304 4650419 140735473153360 18446744073709551615 4328270 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 72064 6410 392 112 0 67029 0
[pid=8737/tid=8738] ppid=8735 vsize=288256 CPUtime=0.69 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 2124 0 0 0 69 0 0 0 18 0 4 0 652991495 295174144 6410 33554432000 4194304 4650419 140735473153360 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=288256 CPUtime=0.68 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 2094 0 0 0 68 0 0 0 25 0 4 0 652991495 295174144 6410 33554432000 4194304 4650419 140735473153360 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=288256 CPUtime=0.69 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 1246 0 0 0 69 0 0 0 18 0 4 0 652991495 295174144 6410 33554432000 4194304 4650419 140735473153360 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 288256

[startup+1.50071 s]
/proc/loadavg: 7.52 7.91 7.42 10/324 8742
/proc/meminfo: memFree=11102180/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=290020 CPUtime=5.96 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 10808 0 0 0 595 1 0 0 20 0 4 0 652991495 296980480 6717 33554432000 4194304 4650419 140735473153360 18446744073709551615 4328338 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 72505 6717 392 112 0 67470 0
[pid=8737/tid=8738] ppid=8735 vsize=290020 CPUtime=1.49 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 2917 0 0 0 149 0 0 0 20 0 4 0 652991495 296980480 6717 33554432000 4194304 4650419 140735473153360 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=290020 CPUtime=1.47 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 2891 0 0 0 147 0 0 0 25 0 4 0 652991495 296980480 6717 33554432000 4194304 4650419 140735473153360 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=290020 CPUtime=1.49 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 1850 0 0 0 149 0 0 0 20 0 4 0 652991495 296980480 6717 33554432000 4194304 4650419 140735473153360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 290020

[startup+3.10041 s]
/proc/loadavg: 7.56 7.91 7.42 11/324 8742
/proc/meminfo: memFree=11075644/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=290888 CPUtime=12.34 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 18680 0 0 0 1232 2 0 0 25 0 4 0 652991495 297869312 11048 33554432000 4194304 4650419 140735473153360 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 72722 11048 394 112 0 67687 0
[pid=8737/tid=8738] ppid=8735 vsize=290888 CPUtime=3.09 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 4914 0 0 0 309 0 0 0 25 0 4 0 652991495 297869312 11048 33554432000 4194304 4650419 140735473153360 18446744073709551615 4438393 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=290888 CPUtime=3.05 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 5644 0 0 0 305 0 0 0 25 0 4 0 652991495 297869312 11048 33554432000 4194304 4650419 140735473153360 18446744073709551615 4438521 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=290888 CPUtime=3.08 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 3276 0 0 0 308 0 0 0 25 0 4 0 652991495 297869312 11048 33554432000 4194304 4650419 140735473153360 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 290888

[startup+6.30081 s]
/proc/loadavg: 7.56 7.91 7.42 11/324 8742
/proc/meminfo: memFree=11031680/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=272916 CPUtime=25.11 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 27474 0 0 0 2507 4 0 0 25 0 4 0 652991495 279465984 16299 33554432000 4194304 4650419 140735473153360 18446744073709551615 4476354 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 68229 16299 394 112 0 63194 0
[pid=8737/tid=8738] ppid=8735 vsize=272916 CPUtime=6.29 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 6976 0 0 0 628 1 0 0 25 0 4 0 652991495 279465984 16299 33554432000 4194304 4650419 140735473153360 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=272916 CPUtime=6.22 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 6658 0 0 0 622 0 0 0 25 0 4 0 652991495 279465984 16299 33554432000 4194304 4650419 140735473153360 18446744073709551615 4334869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=272916 CPUtime=6.28 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 7354 0 0 0 627 1 0 0 25 0 4 0 652991495 279465984 16299 33554432000 4194304 4650419 140735473153360 18446744073709551615 4314855 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 272916

[startup+12.7006 s]
/proc/loadavg: 7.70 7.93 7.44 10/324 8742
/proc/meminfo: memFree=10999760/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=288312 CPUtime=50.64 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 39143 0 0 0 5057 7 0 0 25 0 4 0 652991495 295231488 19145 33554432000 4194304 4650419 140735473153360 18446744073709551615 4363280 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 72078 19145 394 112 0 67043 0
[pid=8737/tid=8738] ppid=8735 vsize=288312 CPUtime=12.69 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 8900 0 0 0 1268 1 0 0 25 0 4 0 652991495 295231488 19145 33554432000 4194304 4650419 140735473153360 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=288312 CPUtime=12.56 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 9460 0 0 0 1255 1 0 0 25 0 4 0 652991495 295231488 19145 33554432000 4194304 4650419 140735473153360 18446744073709551615 4326884 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=288312 CPUtime=12.68 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 11653 0 0 0 1266 2 0 0 25 0 4 0 652991495 295231488 19145 33554432000 4194304 4650419 140735473153360 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 288312

[startup+25.5012 s]
/proc/loadavg: 7.75 7.93 7.44 12/324 8743
/proc/meminfo: memFree=10971476/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=278840 CPUtime=101.71 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 59651 0 0 0 10160 11 0 0 25 0 4 0 652991495 285532160 23843 33554432000 4194304 4650419 140735473153360 18446744073709551615 4333600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 69710 23843 394 112 0 64675 0
[pid=8737/tid=8738] ppid=8735 vsize=278840 CPUtime=25.48 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 14277 0 0 0 2546 2 0 0 25 0 4 0 652991495 285532160 23843 33554432000 4194304 4650419 140735473153360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=278840 CPUtime=25.22 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 15214 0 0 0 2520 2 0 0 25 0 4 0 652991495 285532160 23843 33554432000 4194304 4650419 140735473153360 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=278840 CPUtime=25.49 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 17345 0 0 0 2545 4 0 0 25 0 4 0 652991495 285532160 23843 33554432000 4194304 4650419 140735473153360 18446744073709551615 4439452 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 278840

[startup+51.1003 s]
/proc/loadavg: 7.83 7.94 7.46 10/324 8743
/proc/meminfo: memFree=10928280/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=311620 CPUtime=203.86 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 92809 0 0 0 20367 19 0 0 25 0 4 0 652991495 319098880 29000 33554432000 4194304 4650419 140735473153360 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 77905 29000 394 112 0 72870 0
[pid=8737/tid=8738] ppid=8735 vsize=311620 CPUtime=51.09 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 22731 0 0 0 5104 5 0 0 25 0 4 0 652991495 319098880 29000 33554432000 4194304 4650419 140735473153360 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=311620 CPUtime=50.57 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 24097 0 0 0 5054 3 0 0 25 0 4 0 652991495 319098880 29000 33554432000 4194304 4650419 140735473153360 18446744073709551615 4329570 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=311620 CPUtime=51.08 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 25411 0 0 0 5102 6 0 0 25 0 4 0 652991495 319098880 29000 33554432000 4194304 4650419 140735473153360 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 311620

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

[startup+57.5011 s]
/proc/loadavg: 7.86 7.94 7.46 11/324 8744
/proc/meminfo: memFree=10922944/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=311760 CPUtime=229.39 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 100600 0 0 0 22919 20 0 0 25 0 4 0 652991495 319242240 29979 33554432000 4194304 4650419 140735473153360 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 77940 29979 394 112 0 72905 0
[pid=8737/tid=8738] ppid=8735 vsize=311760 CPUtime=57.49 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 23881 0 0 0 5744 5 0 0 25 0 4 0 652991495 319242240 29979 33554432000 4194304 4650419 140735473153360 18446744073709551615 4313440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=311760 CPUtime=56.91 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 26474 0 0 0 5687 4 0 0 25 0 4 0 652991495 319242240 29979 33554432000 4194304 4650419 140735473153360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=311760 CPUtime=57.48 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 27712 0 0 0 5741 7 0 0 25 0 4 0 652991495 319242240 29979 33554432000 4194304 4650419 140735473153360 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 229.39
Current children cumulated vsize (KiB) 311760

[startup+63.9009 s]
/proc/loadavg: 7.87 7.94 7.46 11/324 8744
/proc/meminfo: memFree=10927652/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=300888 CPUtime=254.93 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 107122 0 0 0 25471 22 0 0 25 0 4 0 652991495 308109312 30347 33554432000 4194304 4650419 140735473153360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 75222 30347 394 112 0 70187 0
[pid=8737/tid=8738] ppid=8735 vsize=300888 CPUtime=63.89 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 25010 0 0 0 6383 6 0 0 25 0 4 0 652991495 308109312 30347 33554432000 4194304 4650419 140735473153360 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=300888 CPUtime=63.24 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 28222 0 0 0 6320 4 0 0 25 0 4 0 652991495 308109312 30347 33554432000 4194304 4650419 140735473153360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=300888 CPUtime=63.88 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 29452 0 0 0 6381 7 0 0 25 0 4 0 652991495 308109312 30347 33554432000 4194304 4650419 140735473153360 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 254.93
Current children cumulated vsize (KiB) 300888

[startup+65.5005 s]
/proc/loadavg: 7.87 7.94 7.46 11/324 8744
/proc/meminfo: memFree=10923932/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=300940 CPUtime=261.32 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 110915 0 0 0 26109 23 0 0 25 0 4 0 652991495 308162560 30571 33554432000 4194304 4650419 140735473153360 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 75235 30571 394 112 0 70200 0
[pid=8737/tid=8738] ppid=8735 vsize=300940 CPUtime=65.49 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 25888 0 0 0 6543 6 0 0 25 0 4 0 652991495 308162560 30571 33554432000 4194304 4650419 140735473153360 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=300940 CPUtime=64.83 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 28222 0 0 0 6479 4 0 0 25 0 4 0 652991495 308162560 30571 33554432000 4194304 4650419 140735473153360 18446744073709551615 4349712 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=300940 CPUtime=65.48 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 31297 0 0 0 6540 8 0 0 25 0 4 0 652991495 308162560 30571 33554432000 4194304 4650419 140735473153360 18446744073709551615 4438539 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 261.32
Current children cumulated vsize (KiB) 300940

[startup+67.1123 s]
/proc/loadavg: 7.72 7.91 7.45 9/324 8744
/proc/meminfo: memFree=10923060/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=300940 CPUtime=265.88 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 111684 0 0 0 26564 24 0 0 25 0 4 0 652991495 308162560 31340 33554432000 4194304 4650419 140735473153360 18446744073709551615 47044888589867 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 75235 31340 394 112 0 70200 0
[pid=8737/tid=8738] ppid=8735 vsize=300940 CPUtime=66.16 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) S 8735 8737 7962 0 -1 4202560 25990 0 0 0 6610 6 0 0 25 0 4 0 652991495 308162560 31340 33554432000 4194304 4650419 140735473153360 18446744073709551615 47044888614452 0 0 4096 2 18446604467297976768 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=300940 CPUtime=65.49 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) S 8735 8737 7962 0 -1 4202560 28302 0 0 0 6545 4 0 0 25 0 4 0 652991495 308162560 31340 33554432000 4194304 4650419 140735473153360 18446744073709551615 47044888614452 0 0 4096 2 18446604467297976768 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=300940 CPUtime=67.09 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 31762 0 0 0 6701 8 0 0 25 0 4 0 652991495 308162560 31340 33554432000 4194304 4650419 140735473153360 18446744073709551615 4476840 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 265.88
Current children cumulated vsize (KiB) 300940

[startup+67.5012 s]
/proc/loadavg: 7.72 7.91 7.45 9/324 8744
/proc/meminfo: memFree=10923060/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=300940 CPUtime=266.65 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 111684 0 0 0 26641 24 0 0 25 0 4 0 652991495 308162560 31340 33554432000 4194304 4650419 140735473153360 18446744073709551615 47044888590020 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 75235 31340 394 112 0 70200 0
[pid=8737/tid=8738] ppid=8735 vsize=300940 CPUtime=66.16 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) S 8735 8737 7962 0 -1 4202560 25990 0 0 0 6610 6 0 0 25 0 4 0 652991495 308162560 31340 33554432000 4194304 4650419 140735473153360 18446744073709551615 47044888614452 0 0 4096 2 18446604467297976768 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=300940 CPUtime=65.49 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) S 8735 8737 7962 0 -1 4202560 28302 0 0 0 6545 4 0 0 25 0 4 0 652991495 308162560 31340 33554432000 4194304 4650419 140735473153360 18446744073709551615 47044888614452 0 0 4096 2 18446604467297976768 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=300940 CPUtime=67.48 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 31762 0 0 0 6740 8 0 0 25 0 4 0 652991495 308162560 31340 33554432000 4194304 4650419 140735473153360 18446744073709551615 4541686 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 266.65
Current children cumulated vsize (KiB) 300940

[startup+67.7012 s]
/proc/loadavg: 7.72 7.91 7.45 9/324 8744
/proc/meminfo: memFree=10923060/32951124 swapFree=67093864/67111528
[pid=8737] ppid=8735 vsize=300940 CPUtime=267.05 cores=1,3,5,7
/proc/8737/stat : 8737 (strangenight1-m) R 8735 8737 7962 0 -1 4202496 111684 0 0 0 26681 24 0 0 25 0 4 0 652991495 308162560 31340 33554432000 4194304 4650419 140735473153360 18446744073709551615 47044888589867 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8737/statm: 75235 31340 394 112 0 70200 0
[pid=8737/tid=8738] ppid=8735 vsize=300940 CPUtime=66.16 cores=1,3,5,7
/proc/8737/task/8738/stat : 8738 (strangenight1-m) S 8735 8737 7962 0 -1 4202560 25990 0 0 0 6610 6 0 0 25 0 4 0 652991495 308162560 31340 33554432000 4194304 4650419 140735473153360 18446744073709551615 47044888614452 0 0 4096 2 18446604467297976768 0 0 -1 1 0 0 0
[pid=8737/tid=8739] ppid=8735 vsize=300940 CPUtime=65.49 cores=1,3,5,7
/proc/8737/task/8739/stat : 8739 (strangenight1-m) S 8735 8737 7962 0 -1 4202560 28302 0 0 0 6545 4 0 0 25 0 4 0 652991495 308162560 31340 33554432000 4194304 4650419 140735473153360 18446744073709551615 47044888614452 0 0 4096 2 18446604467297976768 0 0 -1 7 0 0 0
[pid=8737/tid=8741] ppid=8735 vsize=300940 CPUtime=67.68 cores=1,3,5,7
/proc/8737/task/8741/stat : 8741 (strangenight1-m) R 8735 8737 7962 0 -1 4202560 31762 0 0 0 6760 8 0 0 25 0 4 0 652991495 308162560 31340 33554432000 4194304 4650419 140735473153360 18446744073709551615 4504179 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 267.05
Current children cumulated vsize (KiB) 300940

Child status: 10
Real time (s): 67.7083
CPU time (s): 267.066
CPU user time (s): 266.819
CPU system time (s): 0.246962
CPU usage (%): 394.436
Max. virtual memory (cumulated for all children) (KiB): 311864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 266.819
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111692
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= 1390
involuntary context switches= 1982

runsolver used 0.186971 second user time and 0.503923 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 00:58:11
IDJOB=3369280
IDBENCH=83264
IDSOLVER=1846
FILE ID=node102/3369280-1305413891
RUNJOBID= node102-1305413891-8716
PBS_JOBID= 13324503
Free space on /tmp= 73532 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
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-3369280-1305413891/watcher-3369280-1305413891 -o /tmp/evaluation-result-3369280-1305413891/solver-3369280-1305413891 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369280-1305413891.cnf

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

MD5SUM BENCH= 693b5fe291cecff45feff3be98a908cf
RANDOM SEED=1515406549

node102.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.828
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.65
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.828
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.828
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.82
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.828
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.828
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.828
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11149508 kB
Buffers:        259932 kB
Cached:        2806624 kB
SwapCached:       1128 kB
Active:       19524860 kB
Inactive:      1982328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11149508 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           12940 kB
Writeback:           0 kB
AnonPages:    18439332 kB
Mapped:          26308 kB
Slab:           177040 kB
PageTables:      52792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59080880 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= 73524 MiB
End job on node102 at 2011-05-15 00:59:19