Trace number 3175558

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-st? (TO) 1300.04 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S109959541-056-UNKNOWN.cnf
MD5SUM5f909806405bfbe25b7db5afcabe8fc9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark87.7936
Satisfiable
(Un)Satisfiability was proved
Number of variables24999
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c 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-3175558-1301783667.cnf'
0.00/0.00	c -- header says num vars:          24999
0.00/0.00	c -- header says num clauses:      105000
0.04/0.06	c -- clauses added:            0 learnts,       105000 normals,            0 xors
0.04/0.06	c -- vars added      24999
0.04/0.06	c Parsing time:  0.06 s
0.04/0.06	c  N st     0         0     24999    105000         0         0    315000         0   no data   no data  --
0.09/0.13	c asymm  cl-useful: 0/105000/105000 lits-rem:0 time: 0.06
0.09/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
0.19/0.24	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.19/0.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.19/0.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24999 time:  0.01 s
0.19/0.25	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
0.39/0.46	c lits-rem:         0  cl-subs:        0  v-elim:    841  v-fix:    0  time:  0.20 s
0.39/0.46	c Finding binary XORs  T:     0.00 s  found:       0
0.49/0.51	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.49/0.51	c calculated reachability. Time: 0.00
0.49/0.51	c Calc default polars -  time:   0.01 s pos:   10931 undec:    2995 neg:   11073
0.49/0.51	c =========================================================================================
0.49/0.51	c types(t): F = full restart, N = normal restart
0.49/0.51	c types(t): S = simplification begin/end, E = solution found
0.49/0.51	c restart types(rt): st = static, dy = dynamic
0.49/0.51	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.51	c  B st     0         0     24158    103926         0         0    316561         0   no data   no data  --
1.59/1.63	c  N dy    19      4085     24158    103926         0      4084    316561   1126327    150.48    161.76  --
2.69/2.72	c  N dy    43      8267     24158    103926         0      8266    316561   2041885    144.37    152.93  --
3.79/3.80	c  N dy    70     12306     24158    103926         0     12305    316561   2940057    143.73    154.03  --
4.90/4.93	c  N dy    99     16345     24158    103926         0     16343    316561   3861100    145.01    183.23  --
6.09/6.13	c  N dy   124     20496     24158    103926         0     10497    316561    717752    144.42    158.45  --
7.29/7.31	c  N dy   145     24929     24158    103926         0     14930    316561   1664878    143.44    153.23  --
7.29/7.33	c  F st   146     25000     24158    103926         0     15001    316561   1683373    143.49   no data  --
8.69/8.80	c  N dy   152     30000     24158    103926         0     20000    316561   3141171    143.49   no data  --
8.69/8.80	c  S st   152     30000     24158    103926         0     20000    316561   3141171    143.49   no data  --
8.90/8.94	c  S st   152     30503     24158    103926         0     20503    316561   3222266    143.49   no data  --
8.90/8.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.90/8.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.99/9.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
9.29/9.35	c bin-w-bin subsume rem            0 bins  time:  0.01 s
9.29/9.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
9.29/9.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.01 s
9.29/9.37	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
14.79/14.80	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  5.42 s
14.89/14.91	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.11
14.89/14.92	c calculated reachability. Time: 0.00
14.89/14.92	c  N dy   152     30503     24158    103926         0     20500    316561   3221175    143.49   no data  --
16.19/16.21	c  N dy   179     34711     24158    103926         0     24706    316561   4157263    143.37    152.90  --
17.49/17.51	c  N dy   205     38828     24158    103926         0     28823    316561   5084187    143.33    153.56  --
18.70/18.78	c  N dy   233     42851     24158    103926         0     17350    316561   1134973    143.55    186.94  --
19.59/19.68	c  S st   253     45754     24158    103926         0     20252    316561   1790200    143.49   no data  --
19.80/19.82	c  S st   253     46255     24158    103926         0     20753    316561   1870600    143.49   no data  --
19.80/19.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
19.80/19.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.89/19.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.13
20.09/20.10	c bin-w-bin subsume rem            0 bins  time:  0.01 s
20.09/20.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
20.09/20.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.01 s
20.09/20.12	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
23.79/23.86	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.74 s
23.79/23.87	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.01
23.89/23.90	c vivif2 --  cl tried    20752 cl shrink        0 lits rem          0 time: 0.02
23.99/24.01	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.11
23.99/24.01	c calculated reachability. Time: 0.00
23.99/24.01	c  N dy   253     46255     24158    103926         0     20752    316561   1870149    143.49   no data  --
25.09/25.18	c  N dy   278     50280     24158    103926         0     24776    316561   2759906    143.26    150.91  --
26.39/26.41	c  N dy   306     54374     24158    103926         0     28870    316561   3707509    143.68    153.29  --
27.59/27.63	c  N dy   333     58412     24158    103926         0     32907    316561   4628991    143.74    155.77  --
28.78/28.88	c  N dy   357     62414     24158    103926         0     36909    316561   5516009    143.28    153.36  --
30.08/30.12	c  N dy   387     66486     24158    103926         0     22233    316561   1467015    143.62    154.93  --
30.98/31.00	c  S st   409     69382     24158    103926         0     25129    316561   2111435    143.68   no data  --
31.08/31.16	c  S st   409     69886     24158    103926         0     25633    316561   2193452    143.68   no data  --
31.08/31.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
31.08/31.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.28/31.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
31.38/31.45	c bin-w-bin subsume rem            0 bins  time:  0.01 s
31.38/31.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
31.38/31.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.01 s
31.38/31.47	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
36.08/36.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.63 s
36.08/36.11	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.01
36.08/36.14	c vivif2 --  cl tried    25633 cl shrink        0 lits rem          0 time: 0.03
36.19/36.25	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.11
36.19/36.26	c calculated reachability. Time: 0.00
36.19/36.26	c  N dy   409     69886     24158    103926         0     25633    316561   2193452    143.68   no data  --
37.59/37.60	c  N dy   437     74402     24158    103926         0     30149    316561   3178226    143.62    187.06  --
38.99/39.09	c  N dy   468     79201     24158    103926         0     34947    316561   4304121    143.87    154.27  --
40.69/40.72	c  N dy   505     84350     24158    103926         0     40095    316561   5472898    144.08    152.11  --
41.69/41.71	c  F st   527     87500     24158    103926         0     22376    316561    995296    144.13   no data  --
42.69/42.77	c  N st   532     90799     24158    103926         0     25673    316561   2042728    144.13   no data  --
44.48/44.59	c  N dy   558     96655     24158    103926         0     31529    316561   3509054    144.17    155.06  --
46.69/46.70	c  N dy   600    103118     24158    103926         0     37992    316561   4979261    144.19    155.04  --
47.19/47.26	c  S st   611    104831     24158    103926         0     39705    316561   5348158    144.13   no data  --
47.38/47.43	c  S st   611    105332     24158    103926         0     40206    316561   5413758    144.13   no data  --
47.38/47.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
47.38/47.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.48/47.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
47.89/47.93	c bin-w-bin subsume rem            0 bins  time:  0.01 s
47.89/47.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
47.89/47.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.01 s
47.89/47.95	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
101.99/102.00	c lits-rem:        17  cl-subs:        5  v-elim:      0  v-fix:    0  time: 54.05 s
101.99/102.01	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.01
101.99/102.08	c vivif2 --  cl tried    40201 cl shrink        0 lits rem          0 time: 0.07
102.19/102.23	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.15
102.19/102.24	c calculated reachability. Time: 0.00
102.19/102.24	c  N dy   611    105332     24158    103926         0     40201    316561   5412865    144.13   no data  --
104.40/104.44	c  N dy   654    112107     24158    103926         0     24540    316561   1054779    143.89    154.50  --
106.59/106.68	c  N dy   704    119290     24158    103926         0     31723    316561   2633845    143.88    156.38  --
109.08/109.17	c  N dy   749    127095     24158    103926         0     39528    316561   4314357    143.58    153.52  --
111.89/111.91	c  N dy   804    135239     24158    103926         0     23954    316561    630383    143.68    153.17  --
114.59/114.64	c  N dy   869    144000     24158    103926         0     32715    316561   2605548    143.89    154.01  --
117.60/117.68	c  N dy   936    153194     24158    103926         0     41908    316561   4706909    144.13    173.93  --
119.29/119.34	c  S st   975    157998     24158    103926         0     46712    316561   5814546    144.30   no data  --
119.49/119.52	c  S st   975    158503     24158    103926         0     47217    316561   5897451    144.30   no data  --
119.49/119.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
119.49/119.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
119.59/119.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
119.99/120.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
119.99/120.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
119.99/120.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.01 s
119.99/120.05	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
190.59/190.67	c lits-rem:         0  cl-subs:        8  v-elim:      0  v-fix:    0  time: 70.62 s
190.59/190.68	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.01
190.70/190.76	c vivif2 --  cl tried    47209 cl shrink        0 lits rem          0 time: 0.08
190.90/190.92	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.16
190.90/190.93	c calculated reachability. Time: 0.00
190.90/190.93	c  N dy   975    158503     24158    103926         0     47209    316561   5894540    144.30   no data  --
194.29/194.30	c  N dy  1044    168746     24158    103926         0     32589    316561   2270167    144.27    158.84  --
197.89/197.93	c  N dy  1112    179781     24158    103926         0     43623    316561   4772819    144.26    154.78  --
201.79/201.83	c  N dy  1184    191270     24158    103926         0     29182    316561   1283640    144.11    155.04  --
205.79/205.83	c  N dy  1259    203599     24158    103926         0     41511    316561   4085167    144.07    153.87  --
210.30/210.38	c  N dy  1344    216732     24158    103926         0     27679    316561    694863    144.09    158.18  --
214.79/214.88	c  N dy  1436    230644     24158    103926         0     41590    316561   3863773    144.02    156.18  --
217.29/217.37	c  S st  1490    237755     24158    103926         0     48701    316561   5460564    144.05   no data  --
217.49/217.54	c  S st  1490    238263     24158    103926         0     49209    316561   5540468    144.05   no data  --
217.49/217.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
217.49/217.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
217.69/217.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
217.99/218.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
217.99/218.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
217.99/218.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.01 s
217.99/218.03	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
282.09/282.12	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 64.09 s
282.09/282.13	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.01
282.19/282.20	c vivif2 --  cl tried    49203 cl shrink        0 lits rem          0 time: 0.07
282.29/282.36	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.16
282.29/282.37	c calculated reachability. Time: 0.00
282.29/282.37	c  N dy  1490    238263     24158    103926         0     49203    316561   5539834    144.05   no data  --
287.29/287.36	c  N dy  1597    253534     24158    103926         0     36503    316561   2454631    144.08    160.67  --
292.60/292.68	c  N dy  1703    269841     24158    103926         0     52809    316561   6158780    144.09    159.68  --
298.19/298.28	c  N dy  1831    287069     24158    103926         0     41044    316561   3185875    144.27    152.48  --
304.39/304.49	c  N dy  1960    305525     24158    103926         0     59499    316561   7366272    144.28    154.38  --
304.70/304.77	c  F st  1965    306250     24158    103926         0     30228    316561    519957    144.27    128.31  --
310.89/310.92	c  N dy  2059    325041     24158    103926         0     49016    316561   5357819    144.26    154.70  --
317.90/317.98	c  N dy  2201    345086     24158    103926         0     38066    316561   2048611    144.37    157.87  --
322.10/322.18	c  S st  2284    357394     24158    103926         0     50370    316561   4869586    144.45   no data  --
322.30/322.37	c  S st  2284    357895     24158    103926         0     50871    316561   4955533    144.45   no data  --
322.30/322.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
322.30/322.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
322.50/322.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
322.80/322.81	c bin-w-bin subsume rem            0 bins  time:  0.01 s
322.80/322.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
322.80/322.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.01 s
322.80/322.83	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
375.40/375.43	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 52.60 s
375.40/375.44	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.01
375.50/375.50	c vivif2 --  cl tried    50867 cl shrink        0 lits rem          0 time: 0.07
375.60/375.67	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.17
375.60/375.68	c calculated reachability. Time: 0.00
375.60/375.68	c  N dy  2284    357895     24158    103926         0     50867    316561   4955110    144.45   no data  --
382.69/382.74	c  N dy  2421    377954     24158    103926         0     38935    316561   2060490    144.52    152.88  --
389.69/389.78	c  N dy  2563    398047     24158    103926         0     59027    316561   6701802    144.66    152.34  --
396.80/396.83	c  N dy  2698    418084     24158    103926         0     46064    316561   3441494    144.72    167.94  --
403.79/403.86	c  N dy  2838    438144     24158    103926         0     66121    316561   8009949    144.82    154.41  --
410.49/410.54	c  N dy  2987    458213     24158    103926         0     52190    316561   4598071    144.96    159.95  --
417.49/417.58	c  N dy  3119    478261     24158    103926         0     37244    316561    967504    144.97    154.13  --
424.19/424.20	c  N dy  3257    498334     24158    103926         0     57316    316561   5567807    145.08    153.27  --
431.10/431.16	c  N dy  3388    518338     24158    103926         0     41319    316561   1669494    145.05    166.53  --
437.29/437.37	c  S st  3515    536844     24158    103926         0     59822    316561   5891062    145.05   no data  --
437.49/437.56	c  S st  3515    537346     24158    103926         0     60324    316561   5973458    145.05   no data  --
437.49/437.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
437.49/437.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
437.70/437.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.15
437.99/438.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
437.99/438.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
437.99/438.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.01 s
437.99/438.05	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
514.59/514.69	c lits-rem:         0  cl-subs:        8  v-elim:      0  v-fix:    0  time: 76.64 s
514.70/514.70	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.01
514.70/514.78	c vivif2 --  cl tried    60316 cl shrink        0 lits rem          0 time: 0.08
514.89/514.97	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.18
514.89/514.98	c calculated reachability. Time: 0.00
514.89/514.98	c  N dy  3515    537346     24158    103926         0     60316    316561   5969827    145.05   no data  --
522.30/522.34	c  N dy  3658    557446     24158    103926         0     43418    316561   1935250    145.13    153.41  --
529.60/529.60	c  N dy  3796    577531     24158    103926         0     63502    316561   6509230    145.19    159.24  --
536.70/536.74	c  N dy  3939    597685     24158    103926         0     45656    316561   2215611    145.28    160.90  --
543.49/543.58	c  N dy  4069    617893     24158    103926         0     65863    316561   6779835    145.25    156.50  --
550.50/550.58	c  N dy  4197    637897     24158    103926         0     46868    316561   2231314    145.16    155.42  --
557.50/557.52	c  N dy  4340    657953     24158    103926         0     66924    316561   6865472    145.24    163.20  --
564.70/564.73	c  N dy  4483    678101     24158    103926         0     47074    316561   2042875    145.30    154.51  --
571.50/571.58	c  N dy  4613    698103     24158    103926         0     67073    316561   6559587    145.28    153.81  --
578.89/578.92	c  N dy  4750    718271     24158    103926         0     46247    316561   1657932    145.35    154.28  --
585.70/585.77	c  N dy  4879    738311     24158    103926         0     66286    316561   6210488    145.32    158.99  --
593.10/593.11	c  N dy  5009    758373     24158    103926         0     44347    316561   1009144    145.32    157.05  --
600.00/600.00	c  N dy  5146    778412     24158    103926         0     64383    316561   5673663    145.42    153.32  --
607.40/607.43	c  N dy  5284    798465     24158    103926         0     84436    316561  10230094    145.44    169.22  --
610.00/610.04	c  S st  5335    806022     24158    103926         0     48995    316561   1848189    145.45   no data  --
610.20/610.21	c  S st  5335    806524     24158    103926         0     49497    316561   1948681    145.45   no data  --
610.20/610.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
610.20/610.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
610.30/610.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
610.40/610.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
610.40/610.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
610.50/610.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.01 s
610.50/610.51	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
615.30/615.34	c lits-rem:         9  cl-subs:        1  v-elim:      0  v-fix:    0  time:  4.83 s
615.30/615.35	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.01
615.30/615.39	c vivif2 --  cl tried    49496 cl shrink        0 lits rem          0 time: 0.03
615.50/615.55	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.16
615.50/615.56	c calculated reachability. Time: 0.00
615.50/615.56	c  N dy  5335    806524     24158    103926         0     49496    316561   1948316    145.45   no data  --
622.80/622.84	c  N dy  5474    826632     24158    103926         0     69600    316561   6556929    145.48    154.92  --
630.80/630.81	c  N dy  5612    846796     24158    103926         0     45770    316561    868217    145.50    154.94  --
637.90/638.00	c  N dy  5746    867011     24158    103926         0     65982    316561   5479392    145.50    156.20  --
645.90/645.94	c  N dy  5894    887067     24158    103926         0     86038    316561  10078724    145.55    153.80  --
653.30/653.30	c  N dy  6032    907146     24158    103926         0     61113    316561   4192313    145.57    158.48  --
661.01/661.02	c  N dy  6172    927190     24158    103926         0     81153    316561   8842785    145.62    156.70  --
668.60/668.67	c  N dy  6305    947256     24158    103926         0     55223    316561   2616113    145.64    163.16  --
676.10/676.15	c  N dy  6438    967315     24158    103926         0     75282    316561   7205600    145.63    170.34  --
684.20/684.27	c  N dy  6581    987363     24158    103926         0     48333    316561    784694    145.67    154.20  --
691.50/691.53	c  N dy  6719   1007410     24158    103926         0     68378    316561   5387516    145.67    158.51  --
699.50/699.54	c  N dy  6854   1027562     24158    103926         0     88528    316561   9968612    145.67    158.59  --
707.20/707.25	c  N dy  6993   1047631     24158    103926         0     60605    316561   3350213    145.68    158.85  --
715.01/715.08	c  N dy  7127   1067655     24158    103926         0     80626    316561   7913050    145.71    155.72  --
716.70/716.74	c  F st  7159   1071875     24158    103926         0     84846    316561   8880942    145.72   no data  --
722.71/722.79	c  N dy  7230   1087735     24158    103926         0     51710    316561   1113616    145.69    160.52  --
729.80/729.80	c  N dy  7365   1107834     24158    103926         0     71809    316561   5649164    145.70    168.45  --
737.40/737.42	c  N dy  7501   1127935     24158    103926         0     91908    316561  10205488    145.72    155.16  --
744.70/744.74	c  N dy  7633   1147946     24158    103926         0     61924    316561   3223731    145.69    157.69  --
752.00/752.09	c  N dy  7766   1168107     24158    103926         0     82084    316561   7877443    145.70    164.51  --
760.10/760.11	c  N dy  7893   1188134     24158    103926         0     51108    316561    535009    145.71    191.02  --
767.00/767.07	c  N dy  8021   1208256     24158    103926         0     71229    316561   5161525    145.73    154.27  --
767.60/767.63	c  S st  8031   1209788     24158    103926         0     72761    316561   5505099    145.73   no data  --
767.81/767.83	c  S st  8031   1210290     24158    103926         0     73262    316561   5602030    145.73   no data  --
767.81/767.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
767.81/767.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
768.00/768.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.16
768.30/768.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
768.30/768.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
768.30/768.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.01 s
768.30/768.33	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
837.50/837.59	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time: 69.27 s
837.60/837.60	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.01
837.60/837.68	c vivif2 --  cl tried    73260 cl shrink        0 lits rem          0 time: 0.07
837.80/837.87	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.19
837.80/837.88	c calculated reachability. Time: 0.00
837.80/837.88	c  N dy  8031   1210290     24158    103926         0     73260    316561   5600891    145.73   no data  --
845.50/845.59	c  N dy  8165   1230326     24158    103926         0     93296    316561  10191965    145.74    153.67  --
853.41/853.40	c  N dy  8302   1250429     24158    103926         0     61400    316561   2626955    145.75    154.90  --
860.70/860.74	c  N dy  8444   1270465     24158    103926         0     81435    316561   7240161    145.79    161.39  --
868.70/868.74	c  N dy  8582   1290519     24158    103926         0    101488    316561  11823300    145.83    157.09  --
876.00/876.07	c  N dy  8709   1310624     24158    103926         0     68596    316561   4023267    145.80    155.34  --
883.51/883.55	c  N dy  8836   1330676     24158    103926         0     88648    316561   8527258    145.78    162.21  --
891.70/891.78	c  N dy  8976   1350711     24158    103926         0     54684    316561    691776    145.81    157.35  --
898.91/898.96	c  N dy  9110   1370882     24158    103926         0     74854    316561   5295529    145.83    156.71  --
906.70/906.71	c  N dy  9244   1390892     24158    103926         0     94862    316561   9851051    145.84    154.23  --
914.70/914.74	c  N dy  9377   1410912     24158    103926         0     59886    316561   1674158    145.86    155.37  --
922.01/922.06	c  N dy  9523   1430917     24158    103926         0     79890    316561   6286280    145.90    153.93  --
930.00/930.03	c  N dy  9661   1450972     24158    103926         0     99940    316561  10947704    145.93    155.11  --
937.90/937.95	c  N dy  9795   1471077     24158    103926         0     64048    316561   2353035    145.92    154.49  --
945.21/945.28	c  N dy  9924   1491097     24158    103926         0     84066    316561   6985345    145.93    160.80  --
953.21/953.28	c  N dy 10055   1511242     24158    103926         0    104210    316561  11602694    145.92    156.40  --
961.11/961.11	c  N dy 10191   1531325     24158    103926         0     67291    316561   2856815    145.92    159.86  --
968.50/968.59	c  N dy 10324   1551343     24158    103926         0     87307    316561   7412437    145.92    158.91  --
976.71/976.76	c  N dy 10463   1571369     24158    103926         0    107331    316561  12045546    145.94    154.66  --
984.51/984.58	c  N dy 10597   1591558     24158    103926         0     69525    316561   3117783    145.94    162.49  --
991.91/991.96	c  N dy 10724   1611584     24158    103926         0     89550    316561   7639192    145.93    159.85  --
1000.11/1000.14	c  N dy 10856   1631718     24158    103926         0    109683    316561  12213200    145.92    156.67  --
1007.90/1007.94	c  N dy 10987   1651783     24158    103926         0     70754    316561   3139796    145.90    156.41  --
1015.50/1015.55	c  N dy 11122   1671802     24158    103926         0     90772    316561   7763964    145.91    158.08  --
1023.71/1023.79	c  N dy 11256   1691971     24158    103926         0    110940    316561  12386339    145.90    162.64  --
1031.01/1031.01	c  S st 11372   1710290     24158    103926         0     69256    316561   2615262    145.87   no data  --
1031.11/1031.20	c  S st 11372   1710794     24158    103926         0     69760    316561   2701510    145.87   no data  --
1031.21/1031.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1031.21/1031.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1031.31/1031.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.15
1031.51/1031.52	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1031.51/1031.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1031.51/1031.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.01 s
1031.51/1031.55	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
1039.31/1039.34	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  7.79 s
1039.31/1039.35	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.01
1039.31/1039.38	c vivif2 --  cl tried    69758 cl shrink        0 lits rem          0 time: 0.04
1039.51/1039.56	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.18
1039.51/1039.57	c calculated reachability. Time: 0.00
1039.51/1039.57	c  N dy 11372   1710794     24158    103926         0     69758    316561   2700595    145.87   no data  --
1047.11/1047.13	c  N dy 11511   1730863     24158    103926         0     89826    316561   7353069    145.90    154.26  --
1055.60/1055.65	c  N dy 11650   1750900     24158    103926         0    109861    316561  11935965    145.93    153.67  --
1064.21/1064.27	c  N dy 11794   1770908     24158    103926         0     68878    316561   2370234    145.96    163.29  --
1072.21/1072.22	c  N dy 11931   1791099     24158    103926         0     89069    316561   7021350    145.98    156.68  --
1080.71/1080.76	c  N dy 12065   1811165     24158    103926         0    109135    316561  11597849    145.99    154.21  --
1089.50/1089.51	c  N dy 12201   1831190     24158    103926         0     67164    316561   1808622    146.01    154.56  --
1097.31/1097.30	c  N dy 12341   1851292     24158    103926         0     87266    316561   6397182    146.02    160.81  --
1105.71/1105.74	c  N dy 12479   1871319     24158    103926         0    107291    316561  10980919    146.04    154.21  --
1114.81/1114.83	c  N dy 12616   1891324     24158    103926         0     64290    316561    871173    146.05    157.69  --
1122.51/1122.53	c  N dy 12752   1911409     24158    103926         0     84374    316561   5558384    146.06    155.39  --
1130.91/1130.98	c  N dy 12895   1931628     24158    103926         0    104592    316561  10180541    146.09    162.07  --
1140.01/1140.07	c  N dy 13037   1951696     24158    103926         0    124656    316561  14799752    146.11    160.33  --
1148.11/1148.16	c  N dy 13176   1971759     24158    103926         0     80726    316561   4434200    146.13    155.71  --
1156.12/1156.13	c  N dy 13317   1991852     24158    103926         0    100819    316561   9045672    146.14    155.28  --
1164.82/1164.82	c  N dy 13459   2011904     24158    103926         0    120870    316561  13689946    146.16    162.73  --
1172.91/1172.96	c  N dy 13592   2031971     24158    103926         0     75940    316561   3082901    146.17    166.17  --
1180.81/1180.85	c  N dy 13729   2052146     24158    103926         0     96113    316561   7697646    146.18    154.41  --
1189.31/1189.33	c  N dy 13858   2072465     24158    103926         0    116431    316561  12351574    146.18    155.08  --
1198.01/1198.03	c  N dy 13999   2092541     24158    103926         0     70507    316561   1609307    146.21    157.35  --
1205.52/1205.57	c  N dy 14132   2112579     24158    103926         0     90543    316561   6186482    146.22    168.80  --
1213.81/1213.84	c  N dy 14262   2132769     24158    103926         0    110731    316561  10756248    146.20    155.40  --
1222.71/1222.76	c  N dy 14399   2152801     24158    103926         0    130762    316561  15309625    146.21    156.44  --
1230.51/1230.55	c  N dy 14534   2172875     24158    103926         0     83839    316561   4364836    146.21    155.54  --
1238.51/1238.58	c  N dy 14672   2192965     24158    103926         0    103928    316561   8918578    146.21    157.50  --
1246.32/1246.37	c  S st 14796   2210794     24158    103926         0    121757    316561  13022109    146.22   no data  --
1246.61/1246.62	c  S st 14796   2211296     24158    103926         0    122259    316561  13104411    146.22   no data  --
1246.61/1246.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1246.61/1246.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1246.81/1246.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.20
1247.51/1247.58	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1247.51/1247.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1247.51/1247.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.01 s
1247.61/1247.60	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3175558-1301783667/watcher-3175558-1301783667 -o /tmp/evaluation-result-3175558-1301783667/solver-3175558-1301783667 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175558-1301783667.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.24 0.30 2.64 4/189 2481
/proc/meminfo: memFree=20028764/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=25008 CPUtime=0 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 1470 0 0 0 0 0 0 0 21 0 1 0 368597495 25608192 1215 33554432000 4194304 4650387 140735541200464 18446744073709551615 215988635783 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 6187 1227 326 112 0 1152 0

[startup+0.051495 s]
/proc/loadavg: 0.24 0.30 2.64 4/189 2481
/proc/meminfo: memFree=20028764/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=40892 CPUtime=0.04 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 4199 0 0 0 4 0 0 0 21 0 1 0 368597495 41873408 3677 33554432000 4194304 4650387 140735541200464 18446744073709551615 4514684 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 10223 3677 329 112 0 5188 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 40892

[startup+0.100486 s]
/proc/loadavg: 0.24 0.30 2.64 4/189 2481
/proc/meminfo: memFree=20028764/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=42896 CPUtime=0.09 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 4741 0 0 0 9 0 0 0 21 0 1 0 368597495 43925504 4219 33554432000 4194304 4650387 140735541200464 18446744073709551615 4369290 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 10724 4219 346 112 0 5689 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42896

[startup+0.300452 s]
/proc/loadavg: 0.24 0.30 2.64 4/189 2481
/proc/meminfo: memFree=20028764/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=61948 CPUtime=0.29 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 9208 0 0 0 28 1 0 0 22 0 1 0 368597495 63434752 8069 33554432000 4194304 4650387 140735541200464 18446744073709551615 4475944 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 15487 8069 365 112 0 10452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61948

[startup+0.700381 s]
/proc/loadavg: 0.24 0.30 2.64 4/189 2481
/proc/meminfo: memFree=20028764/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=64748 CPUtime=0.69 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 10018 0 0 0 68 1 0 0 24 0 1 0 368597495 66301952 8879 33554432000 4194304 4650387 140735541200464 18446744073709551615 4363303 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 16187 8879 379 112 0 11152 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64748

[startup+1.50024 s]
/proc/loadavg: 0.24 0.30 2.64 5/190 2482
/proc/meminfo: memFree=19982256/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=64748 CPUtime=1.49 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 10848 0 0 0 148 1 0 0 25 0 1 0 368597495 66301952 9709 33554432000 4194304 4650387 140735541200464 18446744073709551615 4363394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 16187 9709 379 112 0 11152 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64748

[startup+3.10096 s]
/proc/loadavg: 0.24 0.30 2.64 5/190 2482
/proc/meminfo: memFree=19966832/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=109380 CPUtime=3.09 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 12192 0 0 0 308 1 0 0 25 0 1 0 368597495 112005120 11053 33554432000 4194304 4650387 140735541200464 18446744073709551615 4364314 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 27345 11053 379 112 0 22310 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 109380

[startup+6.3004 s]
/proc/loadavg: 0.54 0.36 2.64 5/190 2482
/proc/meminfo: memFree=19896784/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=67656 CPUtime=6.29 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 15970 0 0 0 627 2 0 0 25 0 1 0 368597495 69279744 9553 33554432000 4194304 4650387 140735541200464 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 16914 9553 381 112 0 11879 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67656

[startup+12.7003 s]
/proc/loadavg: 0.82 0.42 2.65 5/190 2482
/proc/meminfo: memFree=19680380/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=195268 CPUtime=12.69 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 36157 0 0 0 1264 5 0 0 25 0 1 0 368597495 199954432 29740 33554432000 4194304 4650387 140735541200464 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 48817 29740 383 112 0 43782 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 195268

[startup+25.501 s]
/proc/loadavg: 1.52 0.59 2.67 5/190 2482
/proc/meminfo: memFree=19628404/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=153128 CPUtime=25.49 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 44936 0 0 0 2543 6 0 0 25 0 1 0 368597495 156803072 32364 33554432000 4194304 4650387 140735541200464 18446744073709551615 4328502 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 38282 32364 383 112 0 33247 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 153128

[startup+51.1006 s]
/proc/loadavg: 2.37 0.87 2.70 5/190 2483
/proc/meminfo: memFree=19448760/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=270480 CPUtime=51.09 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 75345 0 0 0 5097 12 0 0 25 0 1 0 368597495 276971520 50080 33554432000 4194304 4650387 140735541200464 18446744073709551615 4476101 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 67620 50080 383 112 0 62585 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 270480

[startup+102.307 s]
/proc/loadavg: 3.37 1.36 2.78 5/190 2484
/proc/meminfo: memFree=19315376/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=270480 CPUtime=102.29 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 75400 0 0 0 10217 12 0 0 25 0 1 0 368597495 276971520 50135 33554432000 4194304 4650387 140735541200464 18446744073709551615 4363474 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 67620 50135 383 112 0 62585 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 270480

[startup+162.301 s]
/proc/loadavg: 3.77 1.84 2.85 5/190 2486
/proc/meminfo: memFree=19253228/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=299964 CPUtime=162.29 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 90105 0 0 0 16212 17 0 0 25 0 1 0 368597495 307163136 58304 33554432000 4194304 4650387 140735541200464 18446744073709551615 4476169 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 74991 58304 383 112 0 69956 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 299964

[startup+222.301 s]
/proc/loadavg: 3.91 2.23 2.92 5/190 2487
/proc/meminfo: memFree=19166768/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=314684 CPUtime=222.29 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 104883 0 0 0 22209 20 0 0 25 0 1 0 368597495 322236416 61867 33554432000 4194304 4650387 140735541200464 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 78671 61867 383 112 0 73636 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 314684

[startup+282.301 s]
/proc/loadavg: 3.97 2.55 2.98 5/190 2492
/proc/meminfo: memFree=19164244/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=314684 CPUtime=282.29 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 104967 0 0 0 28209 20 0 0 25 0 1 0 368597495 322236416 61951 33554432000 4194304 4650387 140735541200464 18446744073709551615 4536038 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 78671 61951 383 112 0 73636 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 314684

[startup+342.301 s]
/proc/loadavg: 3.99 2.81 3.04 5/190 2494
/proc/meminfo: memFree=19105428/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=339352 CPUtime=342.3 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 129698 0 0 0 34203 27 0 0 25 0 1 0 368597495 347496448 67835 33554432000 4194304 4650387 140735541200464 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 84838 67835 383 112 0 79803 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 339352

[startup+402.301 s]
/proc/loadavg: 3.99 3.03 3.10 5/190 2495
/proc/meminfo: memFree=19064600/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=339344 CPUtime=402.29 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 142306 0 0 0 40200 29 0 0 25 0 1 0 368597495 347488256 69892 33554432000 4194304 4650387 140735541200464 18446744073709551615 4365214 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 84836 69892 383 112 0 79801 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 339344

[startup+462.301 s]
/proc/loadavg: 3.99 3.20 3.15 5/190 2497
/proc/meminfo: memFree=19078316/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=339480 CPUtime=462.29 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 158863 0 0 0 46196 33 0 0 25 0 1 0 368597495 347627520 68894 33554432000 4194304 4650387 140735541200464 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 84870 68894 383 112 0 79835 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 339480

[startup+522.301 s]
/proc/loadavg: 3.99 3.34 3.20 5/190 2498
/proc/meminfo: memFree=19078408/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=294604 CPUtime=522.3 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 163454 0 0 0 52195 35 0 0 25 0 1 0 368597495 301674496 67228 33554432000 4194304 4650387 140735541200464 18446744073709551615 4363490 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 73651 67228 383 112 0 68616 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 294604

[startup+582.301 s]
/proc/loadavg: 3.99 3.46 3.25 5/190 2500
/proc/meminfo: memFree=19014024/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=374244 CPUtime=582.3 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 199094 0 0 0 58187 43 0 0 25 0 1 0 368597495 383225856 75427 33554432000 4194304 4650387 140735541200464 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 93561 75427 383 112 0 88526 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 374244

[startup+642.301 s]
/proc/loadavg: 3.99 3.56 3.30 5/190 2502
/proc/meminfo: memFree=18980268/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=374880 CPUtime=642.3 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 226201 0 0 0 64178 52 0 0 25 0 1 0 368597495 383877120 79540 33554432000 4194304 4650387 140735541200464 18446744073709551615 4311294 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 93720 79540 383 112 0 88685 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 374880

[startup+702.301 s]
/proc/loadavg: 4.09 3.66 3.35 5/190 2503
/proc/meminfo: memFree=18939436/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=375416 CPUtime=702.3 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 254700 0 0 0 70168 62 0 0 25 0 1 0 368597495 384425984 82980 33554432000 4194304 4650387 140735541200464 18446744073709551615 4363275 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 93854 82980 383 112 0 88819 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 375416

[startup+762.307 s]
/proc/loadavg: 4.03 3.72 3.38 5/190 2505
/proc/meminfo: memFree=19007212/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=319352 CPUtime=762.31 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 282951 0 0 0 76163 68 0 0 25 0 1 0 368597495 327016448 74506 33554432000 4194304 4650387 140735541200464 18446744073709551615 4303920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 79838 74506 383 112 0 74803 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 319352

[startup+822.301 s]
/proc/loadavg: 4.01 3.77 3.42 5/190 2506
/proc/meminfo: memFree=19013400/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=376304 CPUtime=822.3 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 285740 0 0 0 82161 69 0 0 25 0 1 0 368597495 385335296 77295 33554432000 4194304 4650387 140735541200464 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 94076 77295 383 112 0 89041 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 376304

[startup+882.301 s]
/proc/loadavg: 4.00 3.81 3.45 5/190 2508
/proc/meminfo: memFree=19001584/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=376960 CPUtime=882.31 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 307571 0 0 0 88157 74 0 0 25 0 1 0 368597495 386007040 79505 33554432000 4194304 4650387 140735541200464 18446744073709551615 4363851 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 94240 79505 383 112 0 89205 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 376960

[startup+942.3 s]
/proc/loadavg: 4.00 3.84 3.48 5/190 2510
/proc/meminfo: memFree=18912028/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=377740 CPUtime=942.31 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 336025 0 0 0 94150 81 0 0 25 0 1 0 368597495 386805760 76943 33554432000 4194304 4650387 140735541200464 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 94435 76943 383 112 0 89400 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 377740

[startup+1002.3 s]
/proc/loadavg: 4.05 3.88 3.52 5/190 2511
/proc/meminfo: memFree=18770388/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=378004 CPUtime=1002.31 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 366088 0 0 0 100143 88 0 0 25 0 1 0 368597495 387076096 85084 33554432000 4194304 4650387 140735541200464 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 94501 85084 383 112 0 89466 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 378004

[startup+1062.3 s]
/proc/loadavg: 4.02 3.90 3.55 5/190 2513
/proc/meminfo: memFree=18813876/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=320308 CPUtime=1062.31 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 390178 0 0 0 106135 96 0 0 25 0 1 0 368597495 327995392 74793 33554432000 4194304 4650387 140735541200464 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 80077 74793 383 112 0 75042 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 320308

[startup+1122.3 s]
/proc/loadavg: 4.07 3.93 3.58 5/190 2514
/proc/meminfo: memFree=18804916/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=379484 CPUtime=1122.31 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 417001 0 0 0 112124 107 0 0 25 0 1 0 368597495 388591616 77370 33554432000 4194304 4650387 140735541200464 18446744073709551615 4367255 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 94871 77370 383 112 0 89836 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 379484

[startup+1182.3 s]
/proc/loadavg: 4.02 3.94 3.60 5/190 2516
/proc/meminfo: memFree=18774852/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=379784 CPUtime=1182.31 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 445342 0 0 0 118114 117 0 0 25 0 1 0 368597495 388898816 80414 33554432000 4194304 4650387 140735541200464 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 94946 80414 383 112 0 89911 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 379784

[startup+1242.3 s]
/proc/loadavg: 4.09 3.97 3.63 5/190 2518
/proc/meminfo: memFree=18773804/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=353128 CPUtime=1242.31 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 477284 0 0 0 124103 128 0 0 25 0 1 0 368597495 361603072 76047 33554432000 4194304 4650387 140735541200464 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 88282 76047 383 112 0 83247 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 353128



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.87 3.94 3.64 2/181 2537
/proc/meminfo: memFree=19732124/32950940 swapFree=67111528/67111528
[pid=2481] ppid=2479 vsize=446268 CPUtime=1300.01 cores=1,3
/proc/2481/stat : 2481 (strangenight1-s) R 2479 2481 2420 0 -1 4202496 502074 0 0 0 129868 133 0 0 25 0 1 0 368597495 456978432 100837 33554432000 4194304 4650387 140735541200464 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2481/statm: 111567 100837 383 112 0 106532 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 446268

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1298.69
CPU system time (s): 1.35279
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 446268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.69
system time used= 1.35279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 502074
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= 6
involuntary context switches= 4755

runsolver used 2.01369 second user time and 5.10522 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-03 00:34:27
IDJOB=3175558
IDBENCH=82576
IDSOLVER=1589
FILE ID=node117/3175558-1301783667
RUNJOBID= node117-1301783654-2440
PBS_JOBID= 12841401
Free space on /tmp= 71412 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S109959541-056-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175558-1301783667/watcher-3175558-1301783667 -o /tmp/evaluation-result-3175558-1301783667/solver-3175558-1301783667 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175558-1301783667.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 5f909806405bfbe25b7db5afcabe8fc9
RANDOM SEED=893978126

node117.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.849
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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.849
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.849
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.74
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.849
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.75
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      20029160 kB
Buffers:        389000 kB
Cached:       12055944 kB
SwapCached:          0 kB
Active:        8071044 kB
Inactive:      4547520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      20029160 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           32752 kB
Writeback:           0 kB
AnonPages:      173460 kB
Mapped:          16312 kB
Slab:           240148 kB
PageTables:       5492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   380748 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= 71408 MiB
End job on node117 at 2011-04-03 00:56:09